| Package | Description |
|---|---|
| com.sun.enterprise.admin.monitor.callflow |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2017–2020 Eclipse Foundation. All rights reserved.