public final class BeanDeploymentModules extends java.lang.Object implements Service, java.lang.Iterable<BeanDeploymentModule>
BeanDeploymentModules.| Modifier and Type | Method and Description |
|---|---|
void |
cleanup()
Called by Weld when it is shutting down, allowing the service to perform any cleanup needed.
|
BeanDeploymentModule |
getModule(BeanManagerImpl manager) |
java.util.Iterator<BeanDeploymentModule> |
iterator() |
void |
processBeanDeployments(java.lang.Iterable<BeanDeployment> deployments) |
java.lang.String |
toString() |
public BeanDeploymentModule getModule(BeanManagerImpl manager)
public void processBeanDeployments(java.lang.Iterable<BeanDeployment> deployments)
public void cleanup()
Servicepublic java.util.Iterator<BeanDeploymentModule> iterator()
iterator in interface java.lang.Iterable<BeanDeploymentModule>public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2015. All Rights Reserved.