IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

com.ibm.btt.cs.servlet
Class CSNotifSrvToClProtocol

java.lang.Object
  extended by com.ibm.btt.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.


Constructor Summary
CSNotifSrvToClProtocol()
          This constructor creates a CSNotifSrvToCIProtocol object.
 
Method Summary
 CSClient getCurrentInstanceCSClient()
          Gets the _current_instance_CSClient property (com.ibm.dse.clientserver.CSClient) value.
 void setCurrentInstanceCSClient(CSClient myCSClient)
          Sets the _current_instance_CSClient property (com.ibm.dse.clientserver.CSClient) value.
 void waitForEvent(CSClient myCSClient)
          Receives events from the server.
 void writeAndReadInSocket()
          Receives events from the server.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CSNotifSrvToClProtocol

public CSNotifSrvToClProtocol()
This constructor creates a CSNotifSrvToCIProtocol object.

Method Detail

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.

Throws:
java.lang.Exception

writeAndReadInSocket

public void writeAndReadInSocket()
                          throws java.lang.Exception
Receives events from the server.

Throws:
java.lang.Exception

IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2011