|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RequestMethodCode | |
|---|---|
| org.apache.openejb.client | |
| Uses of RequestMethodCode in org.apache.openejb.client |
|---|
| Methods in org.apache.openejb.client that return RequestMethodCode | |
|---|---|
RequestMethodCode |
JNDIRequest.getRequestMethod()
|
RequestMethodCode |
EJBRequest.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. |
| Methods in org.apache.openejb.client with parameters of type RequestMethodCode | |
|---|---|
void |
JNDIRequest.setRequestMethod(RequestMethodCode requestMethod)
|
void |
EJBRequest.setRequestMethod(RequestMethodCode requestMethod)
|
| Constructors in org.apache.openejb.client with parameters of type RequestMethodCode | |
|---|---|
EJBRequest(RequestMethodCode requestMethod,
EJBMetaDataImpl ejb,
Method method,
Object[] args,
Object primaryKey)
|
|
JNDIRequest(RequestMethodCode requestMethod,
String requestString)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||