Class Summary |
Buffer |
The Buffer abstract class encapsulates a buffer to store and retrieve
information. |
CSAssignServiceIdAndServerTIDProtocol |
The CSAssignServiceIdAndServerTIDProtocol class is used by CSClient services
to ask the server for a session ID and for the server terminal ID. |
CSAssignServiceIdAndServerTIDProtocolServlet |
The CSAssignServiceIdAndServerTIDProtocolServlet extends
CSEstablishSessionServlet class
This servlet defines the front door for all java client devices supporting
the HTTP protocol and should be invoked to establish the session between the
client and the server |
CSAsynchronousReplyEvent |
The CSAsynchronousReplyEvent is an internal event that is fired when an
asynchronous "send" request is finished. |
CSAsynchronousReplyEventMulticaster |
The CSAsynchronousReplyEventMulticaster class supports the
CSAsynchronousReplyListener interface. |
CSClient |
The CSClient class provides the C/S service on the client side. |
CSConnectionCookies |
The CSConnectionCookies class is used to keep all the CSClient client/server
connection cookies. |
CSConstants |
This class defines all the constants required by the Client/Server Mechanism. |
CSDataSender |
The CSDataSender class encapsulates the sending or retrieving of data. |
CSEstablishSessionServlet |
The CSEstablishSessionServlet extends CSReqServlet class This servlet
defines the front door for all devices supporting the HTTP protocol and
should be invoked to establish the session between the client and the server. |
CSInactivityClientEvent |
This is the event class to support the
com.ibm.btt.clientserver.servlet.CSInactivityClientListener interface. |
CSInactivityClientEventMulticaster |
This is the event multicaster class to support the
com.ibm.btt.clientserver.servlet.CSInactivityClientListenerinterface. |
CSNotifClToSrvProtocol |
The CSNotifClToSrvProtocol class is used to implement the request that
provides event notifications from the client to the server. |
CSNotifClToSrvProtocolServlet |
The CSNotifClToSrvProtocolServlet class is used to implement the response
that provides event notifications from the client to the server. |
CSNotifInDynamicModeProtocolThread |
The CSNotifInDynamicModeProtocolThread class is responsible for waiting for
remote events. |
CSNotifProtocolThread |
The CSNotifProtocolThread class is used in notifications from the server to
the client. |
CSNotifSrvToClProtocol |
The CSNotifSrvToClProtocol class implements the request that provides event
notifications from the server to the client. |
CSNotifSrvToClProtocolServlet |
The CSNotifSrvToClProtocolServlet class implements the response that provides
event notifications from the server to the client. |
CSProcessorInactivityEvent |
This is the event class to support the CSProcessorInactivityListener
interface. |
CSProcessorInactivityEventMulticaster |
This is the event multicaster class to support the
CSProcessorInactivityListener interface. |
CSReceiveProtocolThread |
The CSReceiveProtocolThread class implements the receive method. |
CSReplyErrorEvent |
This is the event class to support an error connection when trying to
communicate an error to the client. |
CSReplyErrorEventMulticaster |
This is the event multicaster class to support the CSReplyErrorEventListener
interface. |
CSReqProtocol |
The CSReqProtocol class implements the send method. |
CSReqProtocolServlet |
The CSReqProtocolServlet extends CSReqServlet class
This servlet defines the front door for all java devices and should be
invoked to perform all operations |
CSReqServlet |
This class implements HTTP specific behavior for saving the information
associated with a session into a database using the HttpSession class
supplied by WebSphere Application Server. |
CSServer |
The CSServer class implements the C/S service on the server side. |
FireAndSignalCSStatusChangedThread |
The FireAndSignalCSStatusChangedThread class is used to fire an event. |
HttpURLConnectionThin |
The HttpURLConnectionThin class is used to establish a client/server
connection. |
NotificationEventsBuffer |
The NotificationEventsBuffer class is used to implement event notifications
from the server to the client. |
ProcessEventThread |
The ProcessEventThread class is responsible for obtaining the event, creating
a CSNotificationEvent that has as data the event and invoking CSClient
instance to fire the event. |
RemoteEventProcessorClient |
The RemoteEventProcessor class is responsible for reading/writting a
DSEEventObject using the socket that is defined as private attribute. |
RemoteEventProcessorServer |
The RemoteEventProcessor class is responsible for reading/writting a
DSEEventObject using the socket that is defined as private attribute. |
SendEventsBuffer |
The SendEventsBuffer class is used to implement a remote operation execution. |