|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InterfaceType | |
---|---|
org.apache.openejb.client |
Uses of InterfaceType in org.apache.openejb.client |
---|
Fields in org.apache.openejb.client declared as InterfaceType | |
---|---|
protected InterfaceType |
EJBMetaDataImpl.interfaceType
|
Methods in org.apache.openejb.client that return InterfaceType | |
---|---|
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. |
Constructors in org.apache.openejb.client with parameters of type InterfaceType | |
---|---|
EJBMetaDataImpl(Class homeInterface,
Class remoteInterface,
Class primaryKeyClass,
String typeOfBean,
InterfaceType interfaceType,
List<Class> businessInterfaces)
|
|
EJBMetaDataImpl(Class homeInterface,
Class remoteInterface,
Class primaryKeyClass,
String typeOfBean,
String deploymentID,
InterfaceType interfaceType,
List<Class> businessInterfaces)
|
|
EJBMetaDataImpl(Class homeInterface,
Class remoteInterface,
Class primaryKeyClass,
String typeOfBean,
String deploymentID,
int deploymentCode,
InterfaceType interfaceType,
List<Class> businessInterfaces)
|
|
EJBMetaDataImpl(Class homeInterface,
Class remoteInterface,
String typeOfBean,
InterfaceType interfaceType,
List<Class> businessInterfaces)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |