|
Class Summary |
| CCIConnection |
CciConnection represents an JCA 1.0 compliant connection implementation. |
| CCIConnectionFactory |
CciConnectionFactory serves as factory for the sample CCI connections. |
| CCIConnectionMetaData |
CciConnectionMetaData returns descriptive and configuration information
related to a given managed connection as specified by the JCA 1.0 ConnectionMetaData
interface. |
| CCIConnectionRequestInfo |
CciConnectionRequestInfo is the analogon to the CciConnectionSpec. |
| CCIInteraction |
CciInteraction represents the XI 3.0 AF compliant interaction implementation. |
| CCIResourceAdapterMetaData |
CciResourceAdapterMetaData returns descriptive and configuration information
of the current sample resource adapter as specified by the JCA 1.0 ResourceAdapterMetaData
interface. |
| ChannelOperationTuple |
|
| SPIConnectionManager |
The default ConnectionManager implementation for the non-managed scenario
(two-tier approach, non-J2EE approach). |
| SPIManagedConnection |
A SpiManagedConnection represents a physical, managed connection
from the resource adapter to the connected external system. |
| SPIManagedConnectionFactory |
An object of the class SpiManagedConnectionFactory (MCF) is a
factory of both, ManagedConnection and
CciConnectionFactory instances. |
| SPIManagedConnectionMetaData |
SpiManagedConnectionMetaData returns descriptive and configuration information
related to a given managed connection as specified by the JCA 1.0 ManagedConnectionMetaData
interface. |
| XIAdapterCategories |
As illustrated in the trace sample, a XI AF resource adapter should define its
own hierachical subcategories and plug them into the structure at the root for
the 3rd party adapter
(ra implementation specific) |
| XIConfiguration |
Type: XIConfiguration
Semantic: XIConfiguration manages all the XI channel information. |
| XIConnectionEventListenerManager |
JCA provides an event callback mechanism that enables a J2EE application server to receive
notifications from a ManagedConnection instance. |
| XIConnectionSpecImpl |
CciConnectionSpec allows to pass connection selection parameters from the XI AF
to the resource adapter when a connection must be allocated. |
| XIInteractionSpecImpl |
CciInteractionSpec defines the XI 3.0 AF interaction specification. |
| XILocalizationUtilities |
An utility class providing a localization callback for the Sample Adapter's channel monitoring information. |
| XIMessageFactoryImpl |
The XiMessageFactory allows to create an XI AF message via
the XI AF message factory. |
| XIMessageRecordImpl |
The XIMessageRecordImpl implements a CCI custom record that contains a XI message object |
| XISecurityUtilities |
This ultility class is used to map subject data to PasswordCredential objects. |
| XITrace |
Basic XITrace wrapper class for the new AdapterFramework, which
will make the usage of SAP J2EE standard logging and tracing more convenient and
consistent throughout the sample adapter. |