Uses of Class
org.apache.openejb.BeanType

Packages that use BeanType
org.apache.openejb   
org.apache.openejb.core.ivm   
 

Uses of BeanType in org.apache.openejb
 

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

Constructors in org.apache.openejb with parameters of type BeanType
BeanContext(String id, Context jndiContext, ModuleContext moduleContext, Class beanClass, Class homeInterface, Class remoteInterface, Class localHomeInterface, Class localInterface, Class proxy, Class serviceEndpointInterface, List<Class> businessLocals, List<Class> businessRemotes, Class pkClass, BeanType componentType, boolean localBean)
           
 

Uses of BeanType in org.apache.openejb.core.ivm
 

Fields in org.apache.openejb.core.ivm declared as BeanType
protected  BeanType IntraVmMetaData.type
           
 

Constructors in org.apache.openejb.core.ivm with parameters of type BeanType
IntraVmMetaData(Class homeInterface, Class remoteInterface, BeanType typeOfBean)
           
IntraVmMetaData(Class homeInterface, Class remoteInterface, Class primaryKeyClass, BeanType typeOfBean)
           
 



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