Class MFECIConnectionEventListener 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 MFECIConnectionManager 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 MFECIConnectionRequestInfo An implementation class that enables a resource adapter to pass its own request-specific data structure across connection
request flow.
Class MFECINoTxManagedConnectionFactory This ManagedConnectionFactory implementation class implements the No Transaction support. This is used by the App Server to
create and match managed connections.
Class MFECIPrincipal 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 MFECIResourceAdapter This represents a resource adapter instance and contains operations for lifecycle management and message endpoint setup.
SpiLocalTransaction Provides support for transactions that are managed internal to an EIS resource manager, and do not require an external transaction
manager.