Class CobolConnectionEventListener The connector architecture provides an event callback mechanism that enables an application server to receive notifications
from a ManagedConnection instance. The App server implements this class in order to listen to event notifications from ManagedConnection
instance.
Class CobolConnectionManager The default ConnectionManager implementation for the non-managed scenario. This provides a hook for a resource adapter to
pass a connection request to an application server.
Class CobolConnectionRequestInfo An implementation class that enables a resource adapter to pass its own request-specific data structure across connection
request flow.
Class CobolLocalTxManagedConnectionFactory This ManagedConnectionFactory implementation class implements the LocalTransaction support. This is used by the App Server
to create and match managed connections.
Class CobolManagedConnectionFactory This ManagedConnectionFactory implementation class implements the LocalTransaction support. This is used by the App Server
to create and match managed connections.
Class CobolNoTxManagedConnectionFactory This ManagedConnectionFactory implementation class implements the LocalTransaction support. This is used by the App Server
to create and match managed connections.
Class CobolPrincipal This interface represents the abstract notion of a principal, which can be used to represent any entity, such as an individual,
a corporation, and a login ID.
Class CobolResourceAdapter This represents a resource adapter instance and contains operations for lifecycle management and message endpoint setup.
Class SpiLocalTransaction Provides support for transactions that are managed internal to an EIS resource manager, and do not require an external transaction
manager.