Package | Description |
---|---|
javax.resource.spi |
J2EE Connector API - System Programmer Interface.
|
javax.resource.spi.endpoint |
J2EE Connector API - Message Endpoint.
|
javax.resource.spi.security |
J2EE Connector API - Security.
|
Class and Description |
---|
ActivationSpec
A marker interface holding the configuration of a message endpoint.
|
BootstrapContext
Used to pass context to the resource adapter start(BootstrapContext) method.
|
ConnectionEvent
The ConnectionEvent class provides information about the source of a
Connection related event.
|
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.
|
InvalidPropertyException
Represents invalid configuration properties
|
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.
|
ResourceAdapterInternalException
A ResourceAdapterInternalException indicates any system level error
conditions related to a resource adapter.
|
UnavailableException
Thrown when a service is unavailable
|
XATerminator
Transaction completion and crash recovery
|
Class and Description |
---|
UnavailableException
Thrown when a service is unavailable
|
Class and Description |
---|
ManagedConnectionFactory
A ManagedConnectionFactory is a factory for the creation of
ManagedConnection objects and ConnectionFactory objects.
|
SecurityException
A SecurityException indicates error conditions related to the security
contract between an application server and a resource adapter.
|
Copyright © 2013 JBoss by Red Hat. All rights reserved.