Package com.bea.connector

Classes/interfaces that extend the capabilities of the J2EE Connector Architecture.

See:
          Description

Interface Summary
ActivationSpec  
AdapterStatusListener Listener interface to allow interested parties to monitor the status of an adapter instance, and react to changes in its status.
BootstrapContext  
ClientDataInteractionSpec Interface that allows an adapter's InteractionSpec implementation to request information on the client executing it's interactions.
DocumentInteractionSpec Interface used to indicate an adapter's desire to cache IDocumentDefinition objects for use by it's Interaction object.
IClientData  
IManageableVariableSet Contains a set of adapter defined environment variables for an adapter
IMutableVariable Contains an adapter defined environment variable for which the value can be changed.
IMutableVariableSet Contains a set of adapter defined environment variables for an adapter
IProxiedConnection Marker interface used to determine if a ConnectionFactory returns a Connection that implements a IProxiedConnection interface.
IProxyMarker Marker interface used to determine if a ConnectionFactory returns a Connection that implements a IProxiedConnection interface.
IRecordTranslator ApplicationView record translation plugin.
IVariable Contains an adapter defined environment variable
IVariableSet Contains a set of adapter defined environment variables for an adapter
MessageEndpoint  
MessageEndpointFactory  
ResourceAdapter  
VariableChangeListener  
WLIResourceAdapter Interface representing an instance of a resource adapter.
 

Class Summary
DocumentRecord This class allows Documents to implement the javax.resource.cci.Record interface.
Status Simple class to encapsulate status information for an adapter instance.
VariableChangeListener.VariableChangeEvent  
 

Exception Summary
InvalidPropertyException  
RecordTranslationException This class extends a ResourceException and encapsulates the input record that caused the exception; of course a ResourceException already allows for a linked exception
ResourceRuntimeException  
ResourceWrapperException Wrapper exception class to handle printing usable stack traces from ResourceException (since the Sun implementation doesn't print nested exceptions' stack traces).
UnavailableException  
 

Package com.bea.connector Description

Classes/interfaces that extend the capabilities of the J2EE Connector Architecture.