com.ibm.dse.cs.servlet
Class CSNotifSrvToClProtocol
java.lang.Object
|
+--com.ibm.dse.cs.servlet.CSNotifSrvToClProtocol
- public class CSNotifSrvToClProtocol
- extends java.lang.Object
The CSNotifSrvToClProtocol class implements the request that provides event
notifications from the server to the client.
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
CSNotifSrvToClProtocol
public CSNotifSrvToClProtocol()
- This constructor creates a CSNotifSrvToCIProtocol object.
getCurrentInstanceCSClient
public CSClient getCurrentInstanceCSClient()
- Gets the _current_instance_CSClient property (com.ibm.dse.clientserver.CSClient) value.
- Returns:
- com.ibm.dse.clientserver.CSClient
setCurrentInstanceCSClient
public void setCurrentInstanceCSClient(CSClient myCSClient)
- Sets the _current_instance_CSClient property (com.ibm.dse.clientserver.CSClient) value.
- Parameters:
myCSClient
- com.ibm.dse.clientserver.CSClient
waitForEvent
public void waitForEvent(CSClient myCSClient)
throws java.lang.Exception
- Receives events from the server.
writeAndReadInSocket
public void writeAndReadInSocket()
throws java.lang.Exception
- Receives events from the server.