Package com.ibm.j2ca.base

Interface Summary
MetadataProperties This interface simply encapsulates the standard property names used for BO, verb, and propery-level metadata.
TopLevelVerbs This interface acts simply as a container for constants representing the standard top-level verbs definable for after-image business objects.
WBIPollableResourceAdapter A WBIResourceAdapter subclass should implement this interface if it supports a pollable event store.
 

Class Summary
AdapterBOUtil This class provides a set of utility methods whose functionality is generally common to all adapters.
BeanUtil Collection of methods for comparing, copying and generally evaluating Java beans and their property values.
WBIActivationSpec Provides a generic implementation of the ActivationSpec interface including properties required by the base classes.
WBIConnection A Connection instance represents a client-level handle to the physical EIS connection.
WBIConnectionFactory A ConnectionFactory enables a client to request handles to the underlying EIS connection.
WBIConnectionRequestInfo Acts as a data structure for client-specifiable, per-connection request properties.
WBIInteraction Provides a light-weight foundation for an Interaction implementation.
WBIInteractionSpec This class provides information to the resource adapter regarding the operation to perform on the data provided to an Interaction.execute invocation.
WBILocalTransactionWrapper This utility class assists in automating some of the work involved with supporting local transactions.
WBIManagedConnection This is the base class for representing managed physical connections to an EIS.
WBIManagedConnectionFactory A managed connection factory for the container-managed configuration and creation of physical connections to the underlying EIS.
WBIManagedConnectionMetaData WBIManagedConnectionMetatData is a utility class that reduces the number of classes that RA implementations need to provide.
WBIRecord Wraps a business object so that it can be passed as a CCI Record between the various Java Connector Architecture CCI interfaces (for example, Interaction.execute)
WBIResourceAdapter A ResourceAdapter instance acts as a central authority for the state and instance-specific information about the adapter; in addition, it provides a means for the JCA container to register endpoints for inbound event delivery.
WBIResourceAdapterMetadata WBIResourceAdapterMetadata is a utility class that reduces the number of classes that RA implementations need to provide.
WBIXAResourceWrapper A utility class that assists in some of the work involved in supporting distributed, or XA, transactions.