Uses of Interface
org.apache.openejb.config.DeploymentModule

Packages that use DeploymentModule
org.apache.openejb.config   
org.apache.openejb.config.rules   
 

Uses of DeploymentModule in org.apache.openejb.config
 

Subinterfaces of DeploymentModule in org.apache.openejb.config
 interface WsModule
           
 

Classes in org.apache.openejb.config that implement DeploymentModule
 class AppModule
           
 class ClientModule
           
 class ConnectorModule
           
 class EjbModule
          Class is to remain "dumb" and should not have deployment logic added to it.
 class PersistenceModule
           
 class ResourcesModule
           
 class WebModule
           
 

Methods in org.apache.openejb.config that return DeploymentModule
 DeploymentModule ValidationContext.getModule()
           
static DeploymentModule AnnotationDeployer.getModule()
           
 

Methods in org.apache.openejb.config that return types with arguments of type DeploymentModule
 Class<? extends DeploymentModule> DeploymentLoader.discoverModuleType(URL baseUrl, ClassLoader classLoader, boolean searchForDescriptorlessApplications)
           
 Class<? extends DeploymentModule> DeploymentLoader.discoverModuleType(URL baseUrl, ClassLoader classLoader, Set<RequireDescriptors> requireDescriptor)
           
 Collection<DeploymentModule> AppModule.getDeploymentModule()
           
 

Methods in org.apache.openejb.config with parameters of type DeploymentModule
 org.apache.xbean.finder.IAnnotationFinder FinderFactory.create(DeploymentModule module)
           
static org.apache.xbean.finder.IAnnotationFinder FinderFactory.createFinder(DeploymentModule module)
           
 

Constructors in org.apache.openejb.config with parameters of type DeploymentModule
DeploymentModule.ID(NamedModule vendorDd, NamedModule specDd, String name, File location, URI uri, DeploymentModule module)
           
ValidationContext(DeploymentModule module)
           
 

Constructor parameters in org.apache.openejb.config with type arguments of type DeploymentModule
ValidationContext(Class<? extends DeploymentModule> moduleType, String name)
           
 

Uses of DeploymentModule in org.apache.openejb.config.rules
 

Methods in org.apache.openejb.config.rules with parameters of type DeploymentModule
 void CheckDescriptorLocation.validateEjbModule(DeploymentModule deploymentModule)
           
 



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