Package | Description |
---|---|
weblogic.wsee.async |
Modifier and Type | Field and Description |
---|---|
private AsyncInvokeState.STATE |
AsyncInvokeState.state
This flag is set when RM receives the response message for this async
invoke.
|
Modifier and Type | Method and Description |
---|---|
AsyncInvokeState.STATE |
AsyncInvokeState.getState() |
static AsyncInvokeState.STATE |
AsyncInvokeState.STATE.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AsyncInvokeState.STATE[] |
AsyncInvokeState.STATE.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
AsyncInvokeState.setState(AsyncInvokeState.STATE newState) |