Uses of Class
org.apache.openejb.config.sys.Deployments

Packages that use Deployments
org.apache.openejb.config   
org.apache.openejb.config.sys   
 

Uses of Deployments in org.apache.openejb.config
 

Methods in org.apache.openejb.config with parameters of type Deployments
static void DeploymentsResolver.loadFrom(Deployments dep, FileUtils path, List<URL> jarList)
           
 

Uses of Deployments in org.apache.openejb.config.sys
 

Fields in org.apache.openejb.config.sys with type parameters of type Deployments
protected  List<Deployments> Openejb.deployments
           
protected  List<Deployments> AdditionalDeployments.deployments
           
 

Methods in org.apache.openejb.config.sys that return Deployments
 Deployments ObjectFactory.createDeployments()
          Create an instance of Deployments
static Deployments JaxbOpenejb.createDeployments()
           
 

Methods in org.apache.openejb.config.sys that return types with arguments of type Deployments
 List<Deployments> Openejb.getDeployments()
          Gets the value of the deployments property.
 List<Deployments> AdditionalDeployments.getDeployments()
           
 



Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.