|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BeanType | |
---|---|
org.apache.openejb | |
org.apache.openejb.core | |
org.apache.openejb.core.ivm |
Uses of BeanType in org.apache.openejb |
---|
Methods in org.apache.openejb that return BeanType | |
---|---|
BeanType |
DeploymentInfo.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. |
Uses of BeanType in org.apache.openejb.core |
---|
Methods in org.apache.openejb.core that return BeanType | |
---|---|
BeanType |
CoreDeploymentInfo.getComponentType()
|
Constructors in org.apache.openejb.core with parameters of type BeanType | |
---|---|
CoreDeploymentInfo(DeploymentContext context,
Class beanClass,
Class homeInterface,
Class remoteInterface,
Class localHomeInterface,
Class localInterface,
Class serviceEndpointInterface,
List<Class> businessLocals,
List<Class> businessRemotes,
Class pkClass,
BeanType componentType)
|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |