站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 j2ee API Documentation 英文版文档

javax.resource.spi (JBoss J2EE API) - JBoss 4.0.1 sp1 j2ee API Documentation 英文版文档


Package javax.resource.spi

J2EE Connector API - System Programmer Interface.

See:
          Description

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

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

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

Package javax.resource.spi Description

J2EE Connector API - System Programmer Interface.

Package Specification

Related Documentation

Package Status



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.