|
||||||||||
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(java.lang.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,
java.lang.Class beanClass,
java.lang.Class homeInterface,
java.lang.Class remoteInterface,
java.lang.Class localHomeInterface,
java.lang.Class localInterface,
java.lang.Class serviceEndpointInterface,
java.util.List<java.lang.Class> businessLocals,
java.util.List<java.lang.Class> businessRemotes,
java.lang.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(java.lang.Class homeInterface,
java.lang.Class remoteInterface,
BeanType typeOfBean)
|
|
IntraVmMetaData(java.lang.Class homeInterface,
java.lang.Class remoteInterface,
java.lang.Class primaryKeyClass,
BeanType typeOfBean)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |