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 Request.getRequestType()
           
 RequestType JNDIRequest.getRequestType()
           
 RequestType EJBRequest.getRequestType()
           
 RequestType ClusterRequest.getRequestType()
           
 RequestType AuthenticationRequest.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-2012 The Apache Software Foundation. All Rights Reserved.