Uses of Enum Class
com.sun.enterprise.admin.monitor.callflow.RequestType
Packages that use RequestType
-
Uses of RequestType in com.sun.enterprise.admin.monitor.callflow
Methods in com.sun.enterprise.admin.monitor.callflow that return RequestTypeModifier and TypeMethodDescriptionstatic RequestTypeReturns the enum constant of this class with the specified name.static RequestType[]RequestType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.sun.enterprise.admin.monitor.callflow with parameters of type RequestTypeModifier and TypeMethodDescriptionvoidAgent.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.