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

Packages that use RequireDescriptors
org.apache.openejb.config   
 

Uses of RequireDescriptors in org.apache.openejb.config
 

Methods in org.apache.openejb.config that return RequireDescriptors
static RequireDescriptors RequireDescriptors.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static RequireDescriptors[] RequireDescriptors.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Method parameters in org.apache.openejb.config with type arguments of type RequireDescriptors
static java.lang.Class<? extends DeploymentModule> DeploymentLoader.discoverModuleType(java.net.URL baseUrl, java.lang.ClassLoader classLoader, java.util.Set<RequireDescriptors> requireDescriptor)
           
 



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