|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.dse.cs.servlet.CSNotifClToSrvProtocol
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 |
public CSNotifClToSrvProtocol()
public CSNotifClToSrvProtocol(java.util.EventObject data, CSClient myCSClient)
data
- EventObjectmyCSClient
- CSClientMethod Detail |
public CSClient getCSClient()
public void run()
run
in interface java.lang.Runnable
|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |