|
Class Summary |
| CobolConnection |
CobolConnection class represents an application level connection
handle that is used by a component to access a Cobol Server instance. |
| CobolConnectionFactory |
This implementation class provides provides an interface for getting
connection to a Cobol Server instance. |
| CobolConnectionMetaData |
CobolConnectionMetaData class represents the meta data about the Cobol
Server |
| CobolConnectionSpec |
This implementation class is used by an application component to pass
connection-specific info/properties to the getConnection method in
CobolConnectionFactory class |
| CobolInteraction |
This implementation class enables a component to execute Cobol Server functions. |
| CobolInteractionSpec |
This implementation class holds properties for driving an Interaction
with an EIS instance. |
| CobolInteractionSpecMetaData |
This class provides meta data information about the CobolInteractionSpec |
| CobolLocalTransaction |
This implementation class defines a local transaction demarcation
at the application level. |
| CobolRecordFactory |
This implementation class is used for creating IndexedRecord instances. |
| CobolResourceAdapterMetaData |
This implementation class provides info about the capabilities of a
resource adapter implementation. |
| CustomRecord |
This abstract class is the base classfor all custom records. |
| IndexedRecord |
|