Package javax.resource.spi

J2EE Connector API - System Programmer Interface.

See:
          Description

Interface Summary
ActivationSpec (src) A marker interface holding the configuration of a message endpoint.
BootstrapContext (src) Used to pass context to the resource adapter start(BootstrapContext) method.
ConnectionEventListener (src) The ConnectionEventListener interface provides for a callback mechanism to enable objects to listen for events of the ConnectionEvent class.
ConnectionManager (src) The ConnectionManager interface provides the hook which allows a resource adapter to pass a connection to the Application Server.
ConnectionRequestInfo (src) The ConnectionRequestInfo allows a resource adapter to pass its own information along with a request for a connection.
DissociatableManagedConnection (src) A marker interface for connections that support the lazy connection association optimization.
LazyAssociatableConnectionManager (src) An optioanl mixin interface for connection managers that support the lazy connection association optimization.
LazyEnlistableConnectionManager (src) An optioanl mixin interface for connection managers that support the lazy connection enlistment optimization.
LazyEnlistableManagedConnection (src) A marker interface for connections that support the lazy connection enlistment optimization.
LocalTransaction (src) The LocalTransaction interface is for transactions which are managed locally to the underlying resource and don't need an external transaction manager.
ManagedConnection (src) A ManagedConnection instance represents a connection to the underlying recource.
ManagedConnectionFactory (src) A ManagedConnectionFactory is a factory for the creation of ManagedConnection objects and ConnectionFactory objects.
ManagedConnectionMetaData (src) The ManagedConnectionMetaData interface provides information about the underlying resource associated with a ManagedConnetion.
ResourceAdapter (src) Operations for lifecycle management and message endpoint configuration.
ResourceAdapterAssociation (src) Interface used to associate the resource adapter with objects that implement this interface.
ValidatingManagedConnectionFactory (src) A mixin interface for connection factories that can validate their managed connections
XATerminator (src) Transaction completion and crash recovery
 

Class Summary
ConnectionEvent (src) The ConnectionEvent class provides information about the source of a Connection related event.
 

Exception Summary
ApplicationServerInternalException (src) A ApplicationServerInternalException is thrown to indicate error conditions specific to the Applcation server.
CommException (src) A CommException indicates error conditions related to failed or interrupted communication with an underlying resource.
EISSystemException (src) A EISSystemException is used to indicate EIS specific error conditios.
IllegalStateException (src) A IllegalStateException is thrown when a method has been invoked on an object which is in the wrong state to execute the method.
InvalidPropertyException (src) Represents invalid configuration properties
LocalTransactionException (src) A LocalTransactionException represents various error conditions related to local transaction management.
ResourceAdapterInternalException (src) A ResourceAdapterInternalException indicates any system level error conditions related to a resource adapter.
ResourceAllocationException (src) A ResourceAllocationException can be thrown to indicate a failure to allocate system resources such as threads or physical connections.
SecurityException (src) A SecurityException indicates error conditions related to the security contract between an application server and a resource adapter.
SharingViolationException (src) Thrown when a shared connection is used in an unshareable manner.
UnavailableException (src) Thrown when a service is unavailable
 

Package javax.resource.spi Description

J2EE Connector API - System Programmer Interface.

Package Specification

Related Documentation

Package Status