| Package | Description |
|---|---|
| org.apache.openejb | |
| org.apache.openejb.core.ivm |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Constructor and Description |
|---|
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) |
| Modifier and Type | Field and Description |
|---|---|
protected BeanType |
IntraVmMetaData.type |
| Constructor and Description |
|---|
IntraVmMetaData(Class homeInterface,
Class remoteInterface,
BeanType typeOfBean) |
IntraVmMetaData(Class homeInterface,
Class remoteInterface,
Class primaryKeyClass,
BeanType typeOfBean) |
Copyright © 1999–2014 The Apache Software Foundation. All rights reserved.