|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.jonas.cdi.weld.internal.deployment.DefaultDeployment
public class DefaultDeployment
A DefaultDeployment is a structure that contains a collection of BDAs.
| Constructor Summary | |
|---|---|
DefaultDeployment()
|
|
| Method Summary | |
|---|---|
Collection<org.jboss.weld.bootstrap.spi.BeanDeploymentArchive> |
getBeanDeploymentArchives()
Get the bean deployment archives which are part of this deployment and adjacent to it in the deployment archive graph. |
org.jboss.weld.bootstrap.api.ServiceRegistry |
getServices()
Get the services available to this deployment |
org.jboss.weld.bootstrap.spi.BeanDeploymentArchive |
loadBeanDeploymentArchive(Class<?> beanClass)
Load the BeanDeploymentArchive containing the given class. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultDeployment()
| Method Detail |
|---|
public Collection<org.jboss.weld.bootstrap.spi.BeanDeploymentArchive> getBeanDeploymentArchives()
getBeanDeploymentArchives in interface org.jboss.weld.bootstrap.spi.Deploymentpublic org.jboss.weld.bootstrap.spi.BeanDeploymentArchive loadBeanDeploymentArchive(Class<?> beanClass)
BeanDeploymentArchive containing the given class.
If the deployment archive containing the given class is not currently a
bean deployment archive, it must be added to the bean deployment archive
graph and returned. If the deployment archive is currently a bean
deployment archive it should be returned.
If beanClass is the bean class of an EJB session bean, an EjbDescriptor
for the bean must be returned by BeanDeploymentArchive.getEjbs().
loadBeanDeploymentArchive in interface org.jboss.weld.bootstrap.spi.DeploymentbeanClass - the bean class to load
BeanDeploymentArchive containing the bean classpublic org.jboss.weld.bootstrap.api.ServiceRegistry getServices()
getServices in interface org.jboss.weld.bootstrap.spi.Deployment
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||