marquee.xmlrpc.testing
Class SessionExampleClient
java.lang.Object
marquee.xmlrpc.testing.SessionExampleClient
- public class SessionExampleClient
- extends java.lang.Object
A client application making multiple calls into the SessionExampleServer service
that should be running locally before executing. The client makes four calls into
the server and retrieves a summary of the previous calls on the fifth call. The server
should have been keeping a history on the calls.
The key point is that the SessionExampleServer is able to store client state between
calls using the SessionInvocationProcessor, based on the caller IP. (Note that starting
this application in multiple JVM's will still result in a single shared session on the
server, as the sessions are stored on IP address basis).
- Since:
- JDK 1.1
- Version:
- $Revision: 1.4 $
- Author:
- Greger Ohlson (greger.ohlson@marquee.se)
Method Summary |
static void |
main(java.lang.String[] args)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SessionExampleClient
public SessionExampleClient()
main
public static void main(java.lang.String[] args)