Uses of Class
org.jboss.ejb3.embedded.EJB3StandaloneDeployment

Packages that use EJB3StandaloneDeployment
org.jboss.ejb3.embedded   
 

Uses of EJB3StandaloneDeployment in org.jboss.ejb3.embedded
 

Methods in org.jboss.ejb3.embedded that return types with arguments of type EJB3StandaloneDeployment
 java.util.List<EJB3StandaloneDeployment> EJB3StandaloneDeployer.getDeployments()
          Returns a list of deployments found in this
 

Method parameters in org.jboss.ejb3.embedded with type arguments of type EJB3StandaloneDeployment
 void EJB3StandaloneDeployer.setDeployments(java.util.List<EJB3StandaloneDeployment> deployments)