|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface Invocation.Stateful
Interface to inject client state into the server object before invocation and reset it after. Implementations shall store state in a thread local variable.
| Method Summary | |
|---|---|
void |
resetState()
Resets client state after invocation. |
void |
setState(java.lang.Object state)
Sets client state before method invocation. |
| Method Detail |
|---|
void setState(java.lang.Object state)
state - void resetState()
state -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||