Uses of Class
com.sun.enterprise.admin.monitor.callflow.RequestType

Packages that use RequestType
com.sun.enterprise.admin.monitor.callflow   
 

Uses of RequestType in com.sun.enterprise.admin.monitor.callflow
 

Methods in com.sun.enterprise.admin.monitor.callflow that return RequestType
static RequestType RequestType.valueOf(java.lang.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.
 

Methods in com.sun.enterprise.admin.monitor.callflow with parameters of type RequestType
 void Agent.requestStart(RequestType requestType)
          This method is called by a request processor thread, dispatched by the container to process a new request on behalf of a client, before any request processing activity begins.
 void AgentAdapter.requestStart(RequestType requestType)
           
 void Listener.requestStart(java.lang.String requestId, RequestType requestType, java.lang.String callerIPAddress, java.lang.String remoteUser)
          This notification indicates that a request is being started.
 



Copyright © 2012 GlassFish Community. All Rights Reserved.