Uses of Class
org.apache.openejb.config.ClientModule

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

Uses of ClientModule in org.apache.openejb.config
 

Methods in org.apache.openejb.config that return ClientModule
protected static ClientModule DeploymentLoader.createClientModule(URL clientUrl, String absolutePath, ClassLoader appClassLoader, String moduleName)
           
 ClientModule AnnotationDeployer.DiscoverAnnotatedBeans.deploy(ClientModule clientModule)
           
 ClientModule AnnotationDeployer.ProcessAnnotatedBeans.deploy(ClientModule clientModule)
           
 

Methods in org.apache.openejb.config that return types with arguments of type ClientModule
 List<ClientModule> AppModule.getClientModules()
           
 

Methods in org.apache.openejb.config with parameters of type ClientModule
 ClientInfo ConfigurationFactory.configureApplication(ClientModule clientModule)
           
 void SunConversion.convertModule(ClientModule clientModule)
           
 ClientModule AnnotationDeployer.DiscoverAnnotatedBeans.deploy(ClientModule clientModule)
           
 ClientModule AnnotationDeployer.ProcessAnnotatedBeans.deploy(ClientModule clientModule)
           
 

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

Methods in org.apache.openejb.config.rules with parameters of type ClientModule
 void ValidationBase.validate(ClientModule appModule)
           
 



Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.