Uses of Class
com.sun.enterprise.admin.monitor.callflow.RequestType
-
Packages that use RequestType Package Description 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 Modifier and Type Method Description static RequestTypeRequestType. 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.Methods in com.sun.enterprise.admin.monitor.callflow with parameters of type RequestType Modifier and Type Method Description voidAgent. 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.voidAgentAdapter. requestStart(RequestType requestType)voidListener. requestStart(String requestId, RequestType requestType, String callerIPAddress, String remoteUser)This notification indicates that a request is being started.
-