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

Packages that use RequestType
org.apache.openejb.client   
 

Uses of RequestType in org.apache.openejb.client
 

Methods in org.apache.openejb.client that return RequestType
 RequestType JNDIRequest.getRequestType()
           
 RequestType ClusterRequest.getRequestType()
           
 RequestType EJBRequest.getRequestType()
           
 RequestType AuthenticationRequest.getRequestType()
           
 RequestType Request.getRequestType()
           
static RequestType RequestType.valueOf(byte key)
           
static RequestType RequestType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static RequestType[] RequestType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



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