| Package | Description |
|---|---|
| org.apache.openejb.client |
| Modifier and Type | Field and Description |
|---|---|
protected InterfaceType |
EJBMetaDataImpl.interfaceType |
| Modifier and Type | Method and Description |
|---|---|
static InterfaceType |
InterfaceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InterfaceType[] |
InterfaceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
EJBMetaDataImpl(Class homeInterface,
Class remoteInterface,
Class primaryKeyClass,
String typeOfBean,
InterfaceType interfaceType,
List<Class> businessInterfaces,
Set<String> asynchronousMethodSignatures) |
EJBMetaDataImpl(Class homeInterface,
Class remoteInterface,
Class primaryKeyClass,
String typeOfBean,
String deploymentID,
InterfaceType interfaceType,
List<Class> businessInterfaces,
Set<String> asynchronousMethodSignatures) |
EJBMetaDataImpl(Class homeInterface,
Class remoteInterface,
Class primaryKeyClass,
String typeOfBean,
String deploymentID,
int deploymentCode,
InterfaceType interfaceType,
List<Class> businessInterfaces,
Set<String> asynchronousMethodSignatures) |
EJBMetaDataImpl(Class homeInterface,
Class remoteInterface,
String typeOfBean,
InterfaceType interfaceType,
List<Class> businessInterfaces,
Set<String> asynchronousMethodSignatures) |
Copyright © 1999-2014 The Apache Software Foundation. All Rights Reserved.