| Package | Description |
|---|---|
| org.apache.openejb.client |
| Modifier and Type | Method and Description |
|---|---|
RequestMethodCode |
EJBRequest.getRequestMethod() |
RequestMethodCode |
JNDIRequest.getRequestMethod() |
static RequestMethodCode |
RequestMethodCode.valueOf(int key) |
static RequestMethodCode |
RequestMethodCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RequestMethodCode[] |
RequestMethodCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EJBRequest.setRequestMethod(RequestMethodCode requestMethod) |
void |
JNDIRequest.setRequestMethod(RequestMethodCode requestMethod) |
| Constructor and Description |
|---|
EJBRequest(RequestMethodCode requestMethod,
EJBMetaDataImpl ejb,
Method method,
Object[] args,
Object primaryKey,
EJBDSerializer serializer) |
JNDIRequest(RequestMethodCode requestMethod,
String requestString) |
Copyright © 1999-2014 The Apache Software Foundation. All Rights Reserved.