Package com.sun.emp.cci.eci

This package provides the classes for a CCI compatable Resource Adapter, providing access to MTP through an ECI Interface.

See:
          Description

Class Summary
ECIConnection A connection to an MTP system.
ECIConnectionFactory A factory for ECI Connections.
ECIConnectionManager A connection manager for ECI connections.
ECIConnectionSpec The specification of an ECI Connection.
ECIInteraction An object allowing execution of MTP programs.
ECIInteractionSpec The specification of an ECI interaction.
ECIManagedConnection This class should not be used directly by applications.
ECIManagedConnectionFactory The ECI Managed Connection Factory.
GenericRecord A generic record that can be used as input to an ECI interaction and is returned as an output of an interaction.
GenericRecordFactory This resource adapter does not provide a working record factory.
 

Exception Summary
ECITransactionAbendException An exception generated by an ECI Transaction abending.
 

Package com.sun.emp.cci.eci Description

This package provides the classes for a CCI compatable Resource Adapter, providing access to MTP through an ECI Interface.

This resource adapter is compatable with the J2EE Connector Architecture Specification 1.0 as specified in JSR016.

Notes

  1. This connector does not support local transactions.
  2. This connector does not support global transactions.
  3. All MTP programs executed through this API run as complete MTP transactions.