Package com.ibm.websphere.samples.asynchbeans.wstrader.applet

Interface Summary
NotificationBroadcaster A simplified interface for handling the broadcasting of asynchronous events
NotificationListener A simplified interface for listening for asynchronous events.
 

Class Summary
LoginInfo Container for login information
Notification Simple Notification class that encapuslates notification information.
PingerHandler Keeps the current client alive by pinging every n seconds
ServerMonitor A ServerMonitor is a singleton object (one per JVM) that monitors the status of a server.
StreamerApplet The WebSphere Trader Applet client
StreamerHandler The WebSphere Trader Client interface to the remote HTTP server.
URLSenderHandler Sends information to our various Ticker Streamer servlets by queuing all requests to run on a single thread.
Utility Various utility methods for the WebSphere Trader Applet client.