com.ibm.dse.cs.servlet
Class CSNotifClToSrvProtocol

java.lang.Object
  |
  +--com.ibm.dse.cs.servlet.CSNotifClToSrvProtocol

public class CSNotifClToSrvProtocol
extends java.lang.Object
implements java.lang.Runnable

The CSNotifClToSrvProtocol class is used to implement the request that provides event notifications from the client to the server.


Constructor Summary
CSNotifClToSrvProtocol()
          This constructor creates a CSNotifClToSrvProtocol object.
CSNotifClToSrvProtocol(java.util.EventObject data, CSClient myCSClient)
          This constructor creates a CSNotifClToSrvProtocol object.
 
Method Summary
 CSClient getCSClient()
          Gets the _myCSClient property (CSClient) value.
 void run()
          Sends events to the server.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CSNotifClToSrvProtocol

public CSNotifClToSrvProtocol()
This constructor creates a CSNotifClToSrvProtocol object.

CSNotifClToSrvProtocol

public CSNotifClToSrvProtocol(java.util.EventObject data,
                              CSClient myCSClient)
This constructor creates a CSNotifClToSrvProtocol object.
Parameters:
data - EventObject
myCSClient - CSClient
Method Detail

getCSClient

public CSClient getCSClient()
Gets the _myCSClient property (CSClient) value.
Returns:
CSClient

run

public void run()
Sends events to the server.
Specified by:
run in interface java.lang.Runnable