|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
ConnectionEventListener to send events to it
(ra implementation specific)
CciConnection represents an JCA 1.0 compliant connection implementation.CciConnectionFactory serves as factory for the sample CCI connections.ConnectionFactory (pg.
ConnectionManager object is passed to the
ManagedConnectionFactory whereas in the J2EE approach it is.
ConnectionManager object
via the createConnectionFactory call to the ManagedConnectionFactory, which in turn
will call this constructor with itself and the ConenctionManager object as argument.
CciConnectionMetaData returns descriptive and configuration information
related to a given managed connection as specified by the JCA 1.0 ConnectionMetaData
interface.CciConnectionRequestInfo is the analogon to the CciConnectionSpec.CciConnectionRequestInfo can only be created together
with all its properties.
CciInteraction represents the XI 3.0 AF compliant interaction implementation.CciResourceAdapterMetaData returns descriptive and configuration information
of the current sample resource adapter as specified by the JCA 1.0 ResourceAdapterMetaData
interface.close() to free a connection if it will not be used anymore.
ConvertCRLFfromToLF represents a XI Adapter Framework (AF) compliant
module that can be called by the XI AF Module Processor (MP).ConnectionManager object
via the createConnectionFactory call to the ManagedConnectionFactory, which in turn
will the approriate constructor of the CciConnectionFactory.
ConnectionManager implementation of the resource adapter
is used instead of the J2EE ConnectionManager.
CciConnectionRequestInfo must implement
the equals() to allow the J2EE ConnectionManager a
pre-selection of connections.
SpiManagedConnectionFactory must implement
the equals() to allow the J2EE container a sensible
connection pooling.
InteractionSpec standard properties as listed below.
getChannelStatus() is called by the XI AF administration GUI's to visualize the
channel status of adapters.
ConnectionFactory is to create/return CCI connections for the XI AF.
ConnectionSpec object.
XiInteractionSpec
as the one and only supported interaction spec.
PrintWriter object.
PrintWriter object.
ManagedConnectionFactory
(ra implementation specific)
getMetaData() returns meta data information of the resource adapter as specified in JCA
ManagedConnectionMetaData.
getRecordFactory() must return the XI AF messageFactory.
Reference object.
ConnectionSpec no JCA requirements regarding
property setter and getter methods are formulated for CciConnectionRequestInfo
However, getters are used to retrieve the information in the ManagedConnectionFactory
(ra implementation specific)
ConnectionSpec property must have
an corresponding setter and getter method.
CciConnectionRequestInfo must implement
the hashCode() to allow the J2EE ConnectionManager a
management of created connections.
SpiManagedConnectionFactory must implement
the hashCode() to allow the J2EE container a sensible
connection pooling.
null consideration
(ra implementation specific)
null consideration
(ra implementation specific)
ConnectionRequestInfo).
process() method.
ConnectionEventListener from the manager
(ra implementation specific)
ConnectionEvent to all registered ConnectionEventListeners.
ConnectionEvent to all registered ConnectionEventListeners.
ConnectionEvent to all registered ConnectionEventListeners.
PrintWriter object.
PrintWriter object.
ManagedConnection to a (new) ManagedConnectionFactory
(ra implementation specific)
ConnectionFactory implementing classes must also implement the Referenceable
interface (see pg.
ConnectionManager implementation for the non-managed scenario
(two-tier approach, non-J2EE approach).SpiManagedConnection represents a physical, managed connection from
the resource adapter to the connected external system.SpiManagedConnectionFactory (MCF) is a factory of both,
ManagedConnection and CciConnectionFactory instances.SpiManagedConnectionMetaData returns descriptive and configuration information
related to a given managed connection as specified by the JCA 1.0 ManagedConnectionMetaData
interface.start() is called by the J2EE JCA container when the JCA adapter
is started via the J2EE admin console (e.g.
stop() is called by the J2EE JCA container when the JCA adapter
is stopped via the J2EE admin console (e.g.
interAction.execute(in, out)
(CCI JCA 1.0)
out = interAction.execute(in)
(CCI JCA 1.0)
ManagedConnection instance.ManagedConenction.
CciConnectionSpec allows to pass connection selection parameters from the XI AF
to the resource adapter when a connection must be allocated.connectionSpec and fills all its properties
(ra implementation specific)
connectionSpec
(ra implementation specific)
CciInteractionSpec defines the XI 3.0 AF interaction specification.XiMessageFactory allows to create an XI AF message via
the XI AF message factory.XIMessageRecordImpl implements a CCI custom record that contains a XI message objectPasswordCredential objects.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.
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||