Package com.ibm.dse.services.cics

Interface Summary
CICSConnectionService Interface for CICS connector.
DataReceivedListener The event set listener interface for the DataReceived feature.
ErrorReceivedListener The event set listener interface for the errorReceived feature.
SessionClosedListener The event set listener interface for the sessionClosed feature.
SessionEstablishedListener The event set listener interface for the sessionClosed feature.
 

Class Summary
CICSConnection This class maps a CICS connection using an ECI requests.
DataReceivedEvent This is the event class to support the com.ibm.dse.services.cics.DataReceivedListener interface.
DataReceivedEventMulticaster This is the event multicaster class to support the com.ibm.dse.services.cics.DataReceivedListenerinterface.
ErrorReceivedEvent This is the event class to support the com.ibm.dse.services.cics.ErrorReceivedListener interface.
ErrorReceivedEventMulticaster This is the event multicaster class to support the com.ibm.dse.services.comms.ErrorReceivedListener interface.
SessionClosedEvent This is the event class to support the com.ibm.dse.services.SessionClosedListener interface.
SessionClosedEventMulticaster This is the event multicaster class to support the com.ibm.dse.services.cics.SessionClosedListener interface.
SessionEstablishedEvent This is the event class to support the com.ibm.dse.services.SessionEstablishedListener interface.
SessionEstablishedEventMulticaster This is the event multicaster class to support the com.ibm.dse.services.cics.SessionClosedListener interface.