Uses of Class
org.apache.openejb.client.RequestMethodCode

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)
           
 



Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.