com.ibm.websphere.samples.asynchbeans.wstrader.applet
Class Notification

java.lang.Object
  extended by com.ibm.websphere.samples.asynchbeans.wstrader.applet.Notification

public class Notification
extends java.lang.Object

Simple Notification class that encapuslates notification information.


Field Summary
static java.lang.String NOTIFICATION_LOGIN
           
static java.lang.String NOTIFICATION_LOGOUT
           
static java.lang.String NOTIFICATION_PING
           
static java.lang.String NOTIFICATION_PRICEUPDATE
           
static java.lang.String NOTIFICATION_STATUS
           
static java.lang.String NOTIFICATION_UPDATE
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NOTIFICATION_LOGIN

public static java.lang.String NOTIFICATION_LOGIN

NOTIFICATION_LOGOUT

public static java.lang.String NOTIFICATION_LOGOUT

NOTIFICATION_UPDATE

public static java.lang.String NOTIFICATION_UPDATE

NOTIFICATION_STATUS

public static java.lang.String NOTIFICATION_STATUS

NOTIFICATION_PING

public static java.lang.String NOTIFICATION_PING

NOTIFICATION_PRICEUPDATE

public static java.lang.String NOTIFICATION_PRICEUPDATE