IBM Branch Transformation Toolkit Javadoc

Package com.ibm.dse.clientserver

Interface Summary
CSClientService The CSClientService interface provides the C/S service interface on the client side.
CSNotificationListener The CSNotificationListener interface is the event set listener interface for the csNotification feature.
CSReplyListener The CSReplyListener interface is the event set listener interface for the csReply feature.
CSServerService The CSServerService interface is the C/S service interface on the server side
CSSessionStatusChangedListener The CSSessionStatusChangedListener interface is the event set listener interface for the CSSessionStatusChanged feature.
SSLEnabler This interface enables the CSClientService to make use of JSSE to get secure connections.
 

Class Summary
CSNotificationEvent The CSNotificationEvent class is fired when a remote event is sent from the client to the server and vice versa.
CSNotificationEventMulticaster The CSNotificationEventMulticaster class supports the com.ibm.dse.clientserver.CSNotificationListener interface.
CSReplyEvent Event that is raised when an asynchronous "send" request has finished
CSReplyEventMulticaster The CSReplyEventMulticaster class supports the com.ibm.dse.clientserver.CSReplyListener interface.
CSSerializer The CSSerializer class is based on the standard Java serialization.
CSSessionStatusChangedEvent  
CSSessionStatusChangedEventMulticaster The CSSessionStatusChangedEventMulticaster class supports the com.ibm.dse.clientserver.CSSessionStatusChangedListener interface.
 

Exception Summary
DSECSException The DSECSException is the new root for all the DSECS...Exceptions in order to keep track of a possible HTTP Error Code.
DSECSInvalidRequestException The DSECSInvalidRequestException will be throw when the request is not possible.
DSECSRemoteOperationException The DSECSRemoteOperationException will be thrown when there are problems with the connection or problems in the server side.
DSECSServerNotStartedException The DSECSServerNotStartedException will be throw when the CSServer has not been successfully initiated.
DSECSSessionNotEstablishedException The DSECSSessionNotEstablishedException will be throw when the client has problems establishing the session.
DSECSSocketException The DSECSSocketException will be throw when there are problems with the socket when sending an event in the server side.
DSECSSSLException Exception describing the problems that the Client/Server service might find when working under an SSL environment.
DSECSTimeoutException The DSECSSessionNotEstablishedException will be throw when the execution has finished due to timeout
 


IBM Branch Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2005