|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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(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(String requestId,
RequestType requestType,
String callerIPAddress,
String remoteUser)
This notification indicates that a request is being started. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||