public final class BeanDeploymentModules extends Object implements Service, 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) |
Iterator<BeanDeploymentModule> |
iterator() |
void |
processBeanDeployments(Iterable<BeanDeployment> deployments) |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic BeanDeploymentModule getModule(BeanManagerImpl manager)
public void processBeanDeployments(Iterable<BeanDeployment> deployments)
public void cleanup()
Servicepublic Iterator<BeanDeploymentModule> iterator()
iterator in interface Iterable<BeanDeploymentModule>Copyright © 2015. All Rights Reserved.