public static class SessionExampleServer.SessionExampleHandler extends ReflectiveInvocationHandler
Constructor and Description |
---|
SessionExampleServer.SessionExampleHandler() |
Modifier and Type | Method and Description |
---|---|
void |
doCall(java.lang.String someText)
Stores someText within the callers session, under the "history" element which
conatins a vector with all previous calls to this method.
|
java.util.List |
getHistory()
Returns the history stored under "history" in the callers session.
|
invoke, setEntryPoints
public SessionExampleServer.SessionExampleHandler()
public void doCall(java.lang.String someText)
public java.util.List getHistory()