The connector architecture provides an event callback mechanism that
enables an application server to receive notifications from a
ManagedConnection instance.
The default ConnectionManager implementation for the non-managed scenario
This provieds a hook for a resource adapter to pass a connection
request to an application server.
This implementation class is used by an application component to pass
connection-specific info/properties to the getConnection method in
CobolConnectionFactory class
MFCobolConnection interface represents an application level connection
handle that is used by a component to implement CobolConnection specific
functions that are called by EJB.