Connector Architecture 1.5 API 1.0.0.Final
A B C D E F G H I J L M N O P R S T U V W X 

A

ActivationSpec - Interface in javax.resource.spi
A marker interface holding the configuration of a message endpoint.
addConnectionEventListener(ConnectionEventListener) - Method in interface javax.resource.spi.ManagedConnection
Adds a connection event listener
afterDelivery() - Method in interface javax.resource.spi.endpoint.MessageEndpoint
Invoked after delivery
allocateConnection(ManagedConnectionFactory, ConnectionRequestInfo) - Method in interface javax.resource.spi.ConnectionManager
Gets called by the resource adapter's connection factory.
ApplicationServerInternalException - Exception in javax.resource.spi
A ApplicationServerInternalException is thrown to indicate error conditions specific to the Applcation server.
ApplicationServerInternalException() - Constructor for exception javax.resource.spi.ApplicationServerInternalException
Create an exception.
ApplicationServerInternalException(String) - Constructor for exception javax.resource.spi.ApplicationServerInternalException
Create an exception with a reason.
ApplicationServerInternalException(String, String) - Constructor for exception javax.resource.spi.ApplicationServerInternalException
Create an exception with a reason and an errorCode.
ApplicationServerInternalException(String, Throwable) - Constructor for exception javax.resource.spi.ApplicationServerInternalException
Create an exception with a reason and cause.
ApplicationServerInternalException(Throwable) - Constructor for exception javax.resource.spi.ApplicationServerInternalException
Create an exception with a cause.
associateConnection(Object, ManagedConnectionFactory, ConnectionRequestInfo) - Method in interface javax.resource.spi.LazyAssociatableConnectionManager
Invoked by a resource adapter to lazily associate a connection handle with the managed connection
associateConnection(Object) - Method in interface javax.resource.spi.ManagedConnection
Associates a new application level connection handle with the connection.

B

beforeDelivery(Method) - Method in interface javax.resource.spi.endpoint.MessageEndpoint
Invoked before delivery
begin() - Method in interface javax.resource.cci.LocalTransaction
Begins a local transaction on the userlying resource.
begin() - Method in interface javax.resource.spi.LocalTransaction
Begins a local transaction on the userlying resource.
BootstrapContext - Interface in javax.resource.spi
Used to pass context to the resource adapter start(BootstrapContext) method.

C

cleanup() - Method in interface javax.resource.spi.ManagedConnection
Application server calls this to force cleanup of connection.
clearWarnings() - Method in interface javax.resource.cci.Interaction
Clears all warnings reported by this Interaction.
clone() - Method in interface javax.resource.cci.Record
Creae a copy of this Record
close() - Method in interface javax.resource.cci.Connection
Closes a connection
close() - Method in interface javax.resource.cci.Interaction
Closes an interaction
CommException - Exception in javax.resource.spi
A CommException indicates error conditions related to failed or interrupted communication with an underlying resource.
CommException() - Constructor for exception javax.resource.spi.CommException
Create an exception.
CommException(String) - Constructor for exception javax.resource.spi.CommException
Create an exception with a reason.
CommException(String, String) - Constructor for exception javax.resource.spi.CommException
Create an exception with a reason and an errorCode.
CommException(String, Throwable) - Constructor for exception javax.resource.spi.CommException
Create an exception with a reason and cause.
CommException(Throwable) - Constructor for exception javax.resource.spi.CommException
Create an exception with a cause.
commit() - Method in interface javax.resource.cci.LocalTransaction
Commits a local transaction on the userlying resource.
commit() - Method in interface javax.resource.spi.LocalTransaction
Commits a local transaction on the userlying resource.
commit(Xid, boolean) - Method in interface javax.resource.spi.XATerminator
Commit the transaction
Connection - Interface in javax.resource.cci
The Connection provides a handle for use by the application to access an underlying physical connection.
CONNECTION_CLOSED - Static variable in class javax.resource.spi.ConnectionEvent
Connection has been closed
CONNECTION_ERROR_OCCURRED - Static variable in class javax.resource.spi.ConnectionEvent
Connection error has occurred
connectionClosed(ConnectionEvent) - Method in interface javax.resource.spi.ConnectionEventListener
Notifies the listener that a connection has been closed
connectionErrorOccurred(ConnectionEvent) - Method in interface javax.resource.spi.ConnectionEventListener
Connection error has occurred
ConnectionEvent - Class in javax.resource.spi
The ConnectionEvent class provides information about the source of a Connection related event.
ConnectionEvent(ManagedConnection, int) - Constructor for class javax.resource.spi.ConnectionEvent
Create a new ConnectionEvent
ConnectionEvent(ManagedConnection, int, Exception) - Constructor for class javax.resource.spi.ConnectionEvent
Create a new ConnectionEvent
ConnectionEventListener - Interface in javax.resource.spi
The ConnectionEventListener interface provides for a callback mechanism to enable objects to listen for events of the ConnectionEvent class.
ConnectionFactory - Interface in javax.resource.cci
The ConnectionFactory provides an interface for getting a Connection from the Resource adapter.
ConnectionManager - Interface in javax.resource.spi
The ConnectionManager interface provides the hook which allows a resource adapter to pass a connection to the Application Server.
ConnectionMetaData - Interface in javax.resource.cci
The ConnectionMetaData provides information about the underlying resources for the connection.
ConnectionRequestInfo - Interface in javax.resource.spi
The ConnectionRequestInfo allows a resource adapter to pass its own information along with a request for a connection.
ConnectionSpec - Interface in javax.resource.cci
An ConnectionSpec holds connection specific properties for use by a ConnectionFactory in creating a Connection.n Connection in order to execute a function on the underlying resource.
createConnectionFactory() - Method in interface javax.resource.spi.ManagedConnectionFactory
Creates a connection factory instance.
createConnectionFactory(ConnectionManager) - Method in interface javax.resource.spi.ManagedConnectionFactory
Creates a connection factory instance.
createEndpoint(XAResource) - Method in interface javax.resource.spi.endpoint.MessageEndpointFactory
Creates a message endpoint
createIndexedRecord(String) - Method in interface javax.resource.cci.RecordFactory
Creates a IndexedRecord with the specified name.
createInteraction() - Method in interface javax.resource.cci.Connection
Creates a new interaction associated with this connection.
createManagedConnection(Subject, ConnectionRequestInfo) - Method in interface javax.resource.spi.ManagedConnectionFactory
Creates a new ManagedConnection
createMappedRecord(String) - Method in interface javax.resource.cci.RecordFactory
Creates a MappedRecord with the specified name.
createTimer() - Method in interface javax.resource.spi.BootstrapContext
Creates a new Timer that can be used to perform period work.

D

deletesAreDetected(int) - Method in interface javax.resource.cci.ResultSetInfo
Indicates whether or not a visible row delete can be detected.
destroy() - Method in interface javax.resource.spi.ManagedConnection
Destroys the connection to the underlying resource.
DissociatableManagedConnection - Interface in javax.resource.spi
A marker interface for connections that support the lazy connection association optimization.
dissociateConnections() - Method in interface javax.resource.spi.DissociatableManagedConnection
Invoked by the application server to dissociate the managed connection from all handles.
doWork(Work) - Method in interface javax.resource.spi.work.WorkManager
Executes the work, the call blocks until the work completes
doWork(Work, long, ExecutionContext, WorkListener) - Method in interface javax.resource.spi.work.WorkManager
Executes the work, the call blocks until the work completes

E

EISSystemException - Exception in javax.resource.spi
A EISSystemException is used to indicate EIS specific error conditios.
EISSystemException() - Constructor for exception javax.resource.spi.EISSystemException
Create an exception.
EISSystemException(String) - Constructor for exception javax.resource.spi.EISSystemException
Create an exception with a reason.
EISSystemException(String, String) - Constructor for exception javax.resource.spi.EISSystemException
Create an exception with a reason and an errorCode.
EISSystemException(String, Throwable) - Constructor for exception javax.resource.spi.EISSystemException
Create an exception with a reason and cause.
EISSystemException(Throwable) - Constructor for exception javax.resource.spi.EISSystemException
Create an exception with a cause.
endpointActivation(MessageEndpointFactory, ActivationSpec) - Method in interface javax.resource.spi.ResourceAdapter
Activates the endpoint factory
endpointDeactivation(MessageEndpointFactory, ActivationSpec) - Method in interface javax.resource.spi.ResourceAdapter
Deactivates the endpoint
equals(Object) - Method in interface javax.resource.cci.Record
Compare two Records for equality
equals(Object) - Method in interface javax.resource.spi.ConnectionRequestInfo
Tests object for equality
equals(Object) - Method in interface javax.resource.spi.ManagedConnectionFactory
Tests object for equality
equals(Object) - Method in interface javax.resource.spi.security.GenericCredential
Deprecated.
Use org.ietf.jgss.GSSCredential
equals(Object) - Method in class javax.resource.spi.security.PasswordCredential
 
execute(InteractionSpec, Record) - Method in interface javax.resource.cci.Interaction
Executes the interaction specified by the InteractionSpec with the specified input.
execute(InteractionSpec, Record, Record) - Method in interface javax.resource.cci.Interaction
Executes the interaction specified by the InteractionSpec with the specified input.
ExecutionContext - Class in javax.resource.spi.work
An execution context provides context information for work, e.g.
ExecutionContext() - Constructor for class javax.resource.spi.work.ExecutionContext
 

F

forget(Xid) - Method in interface javax.resource.spi.XATerminator
Forget the transaction

G

GenericCredential - Interface in javax.resource.spi.security
Deprecated.
Use org.ietf.jgss.GSSCredential
getAdapterName() - Method in interface javax.resource.cci.ResourceAdapterMetaData
Gets the resource adapter's name.
getAdapterShortDescription() - Method in interface javax.resource.cci.ResourceAdapterMetaData
Gets the resource adapter's short description.
getAdapterVendorName() - Method in interface javax.resource.cci.ResourceAdapterMetaData
Gets the resource adapter vendor's name.
getAdapterVersion() - Method in interface javax.resource.cci.ResourceAdapterMetaData
Gets the resource adapter version.
getConnection() - Method in interface javax.resource.cci.ConnectionFactory
Gets a connection from the resource adapter.
getConnection(ConnectionSpec) - Method in interface javax.resource.cci.ConnectionFactory
Gets a connection from the resource adapter.
getConnection() - Method in interface javax.resource.cci.Interaction
Gets the connection associated with this interaction.
getConnection(Subject, ConnectionRequestInfo) - Method in interface javax.resource.spi.ManagedConnection
Creates a new connection handle for the underlying connection.
getConnectionHandle() - Method in class javax.resource.spi.ConnectionEvent
Get the ConnectionHandle
getCredentialData() - Method in interface javax.resource.spi.security.GenericCredential
Deprecated.
Use org.ietf.jgss.GSSCredential
getEISProductName() - Method in interface javax.resource.cci.ConnectionMetaData
Gets the product name of the underlying resource for the connection.
getEISProductName() - Method in interface javax.resource.spi.ManagedConnectionMetaData
Returns product name of the underlying resource.
getEISProductVersion() - Method in interface javax.resource.cci.ConnectionMetaData
Gets the product version of the underlying resource for the connection.
getEISProductVersion() - Method in interface javax.resource.spi.ManagedConnectionMetaData
Returns product version of the underlying resource.
getErrorCode() - Method in exception javax.resource.ResourceException
Get the error code.
getException() - Method in class javax.resource.spi.ConnectionEvent
Get the exception
getException() - Method in class javax.resource.spi.work.WorkEvent
Get the exception
getId() - Method in class javax.resource.spi.ConnectionEvent
Get the event type
getInteractionSpecsSupported() - Method in interface javax.resource.cci.ResourceAdapterMetaData
Gets information on the InteractionSpec types supported by this resource adapter.
getInvalidConnections(Set) - Method in interface javax.resource.spi.ValidatingManagedConnectionFactory
Returns the invalid connections in a set
getInvalidPropertyDescriptors() - Method in exception javax.resource.spi.InvalidPropertyException
Get the invalid property descriptors
getLinkedException() - Method in exception javax.resource.ResourceException
Get any linked exception.
getLinkedWarning() - Method in exception javax.resource.cci.ResourceWarning
Deprecated.
use getCause()
getLocalTransaction() - Method in interface javax.resource.cci.Connection
Gets a LocalTransaction object which allows the client to manage local transactions for the connection.
getLocalTransaction() - Method in interface javax.resource.spi.ManagedConnection
Returns a LocalTransaction instance.
getLogWriter() - Method in interface javax.resource.spi.ManagedConnection
Gets the logwriter for this instance.
getLogWriter() - Method in interface javax.resource.spi.ManagedConnectionFactory
Gets the logwriter for this instance.
getManagedConnectionFactory() - Method in class javax.resource.spi.security.PasswordCredential
Get the managed connection factory associated with this username password pair.
getMaxConnections() - Method in interface javax.resource.spi.ManagedConnectionMetaData
Returns the maximum supported number of connections allowed to the underlying resource.
getMechType() - Method in interface javax.resource.spi.security.GenericCredential
Deprecated.
Use org.ietf.jgss.GSSCredential
getMessage() - Method in exception javax.resource.ResourceException
Get the message composed of the reason and error code.
getMetaData() - Method in interface javax.resource.cci.Connection
Gets meta data for the underlying resource represented by this connection.
getMetaData() - Method in interface javax.resource.cci.ConnectionFactory
Gets metadata for the resource adapter.
getMetaData() - Method in interface javax.resource.spi.ManagedConnection
Gets metadata inormation for this instances underlying resource manager instance.
getName() - Method in interface javax.resource.spi.security.GenericCredential
Deprecated.
Use org.ietf.jgss.GSSCredential
getPassword() - Method in class javax.resource.spi.security.PasswordCredential
Returns the password
getRecordFactory() - Method in interface javax.resource.cci.ConnectionFactory
Gets a RecordFactory instance for use in creating Record objects.
getRecordName() - Method in interface javax.resource.cci.Record
Get the name of this Record.
getRecordShortDescription() - Method in interface javax.resource.cci.Record
Get the short description of this Record
getResourceAdapter() - Method in interface javax.resource.spi.ResourceAdapterAssociation
Retrieve the resource adapter
getResultSetInfo() - Method in interface javax.resource.cci.Connection
Gets information on ResultSet functionality supported by the underlying resource for the connection.
getSpecVersion() - Method in interface javax.resource.cci.ResourceAdapterMetaData
Gets the Connector specification version supported by this adapter.
getStartDuration() - Method in class javax.resource.spi.work.WorkEvent
Get the start duration
getTransactionTimeout() - Method in class javax.resource.spi.work.ExecutionContext
Get the transaction timeout
getType() - Method in class javax.resource.spi.work.WorkEvent
Get the type
getUserName() - Method in interface javax.resource.cci.ConnectionMetaData
Gets the user name for the connection to the underlying resource as known to the underlying resource.
getUserName() - Method in interface javax.resource.spi.ManagedConnectionMetaData
Returns user name associated with the underlying connection.
getUserName() - Method in class javax.resource.spi.security.PasswordCredential
Returns the username
getWarnings() - Method in interface javax.resource.cci.Interaction
Gets the first warning for this interaction.
getWork() - Method in class javax.resource.spi.work.WorkEvent
Get the work
getWorkManager() - Method in interface javax.resource.spi.BootstrapContext
Get the work manager, the resource adapter should use this for all work on new threads.
getXAResource() - Method in interface javax.resource.spi.ManagedConnection
Returns an XAResource instance.
getXAResources(ActivationSpec[]) - Method in interface javax.resource.spi.ResourceAdapter
Called by the application server during recovery
getXATerminator() - Method in interface javax.resource.spi.BootstrapContext
Get the XATerminator.
getXid() - Method in class javax.resource.spi.work.ExecutionContext
Get the xid

H

hashCode() - Method in interface javax.resource.cci.Record
 
hashCode() - Method in interface javax.resource.spi.ConnectionRequestInfo
Generates a hashCode for this object
hashCode() - Method in interface javax.resource.spi.ManagedConnectionFactory
Generates a hashCode for this object
hashCode() - Method in interface javax.resource.spi.security.GenericCredential
Deprecated.
Use org.ietf.jgss.GSSCredential
hashCode() - Method in class javax.resource.spi.security.PasswordCredential
 

I

id - Variable in class javax.resource.spi.ConnectionEvent
Type of event
IllegalStateException - Exception in javax.resource.spi
A IllegalStateException is thrown when a method has been invoked on an object which is in the wrong state to execute the method.
IllegalStateException() - Constructor for exception javax.resource.spi.IllegalStateException
Create an exception.
IllegalStateException(String) - Constructor for exception javax.resource.spi.IllegalStateException
Create an exception with a reason.
IllegalStateException(String, String) - Constructor for exception javax.resource.spi.IllegalStateException
Create an exception with a reason and an errorCode.
IllegalStateException(String, Throwable) - Constructor for exception javax.resource.spi.IllegalStateException
Create an exception with a reason and cause.
IllegalStateException(Throwable) - Constructor for exception javax.resource.spi.IllegalStateException
Create an exception with a cause.
IMMEDIATE - Static variable in interface javax.resource.spi.work.WorkManager
No start delay
INDEFINITE - Static variable in interface javax.resource.spi.work.WorkManager
Indefinite start delay
IndexedRecord - Interface in javax.resource.cci
The IndexedRecord interface is used for list oriented representations of the Record elements.
insertsAreDetected(int) - Method in interface javax.resource.cci.ResultSetInfo
Indicates whether or not a visible row insert can be detected.
Interaction - Interface in javax.resource.cci
The Interaction enables a component to execute functions on the underlying resource.
InteractionSpec - Interface in javax.resource.cci
An InteractionSpec holds properties for use by an Interaction in order to execute a function on the underlying resource.
INTERNAL - Static variable in exception javax.resource.spi.work.WorkException
An internal error
InvalidPropertyException - Exception in javax.resource.spi
Represents invalid configuration properties
InvalidPropertyException() - Constructor for exception javax.resource.spi.InvalidPropertyException
Create an invalid property exception.
InvalidPropertyException(String) - Constructor for exception javax.resource.spi.InvalidPropertyException
Create an invalid property exception with a reason.
InvalidPropertyException(String, String) - Constructor for exception javax.resource.spi.InvalidPropertyException
Create an invalid property exception with a reason and an errorCode.
InvalidPropertyException(String, Throwable) - Constructor for exception javax.resource.spi.InvalidPropertyException
Create an invalid property exception with a reason and an error.
InvalidPropertyException(Throwable) - Constructor for exception javax.resource.spi.InvalidPropertyException
Create an invalid property exception with an error.
isDeliveryTransacted(Method) - Method in interface javax.resource.spi.endpoint.MessageEndpointFactory
Tests whether the delivery is transactional for the given method

J

javax.resource - package javax.resource
J2EE Connector API.
javax.resource.cci - package javax.resource.cci
J2EE Connector API - Common Client Interface.
javax.resource.spi - package javax.resource.spi
J2EE Connector API - System Programmer Interface.
javax.resource.spi.endpoint - package javax.resource.spi.endpoint
J2EE Connector API - Message Endpoint.
javax.resource.spi.security - package javax.resource.spi.security
J2EE Connector API - Security.
javax.resource.spi.work - package javax.resource.spi.work
J2EE Connector API - Work Management.

L

LazyAssociatableConnectionManager - Interface in javax.resource.spi
An optioanl mixin interface for connection managers that support the lazy connection association optimization.
lazyEnlist(ManagedConnection) - Method in interface javax.resource.spi.LazyEnlistableConnectionManager
Invoked by a resource adapter to lazily enlist a connection handle with the managed connection
LazyEnlistableConnectionManager - Interface in javax.resource.spi
An optioanl mixin interface for connection managers that support the lazy connection enlistment optimization.
LazyEnlistableManagedConnection - Interface in javax.resource.spi
A marker interface for connections that support the lazy connection enlistment optimization.
LOCAL_TRANSACTION_COMMITTED - Static variable in class javax.resource.spi.ConnectionEvent
Local transaction has been committed
LOCAL_TRANSACTION_ROLLEDBACK - Static variable in class javax.resource.spi.ConnectionEvent
Local transaction has been rolled back
LOCAL_TRANSACTION_STARTED - Static variable in class javax.resource.spi.ConnectionEvent
Local transaction has been started
LocalTransaction - Interface in javax.resource.cci
The LocalTransaction interface is the transaction demarcation interface for transactions local to the resource manager.
LocalTransaction - Interface in javax.resource.spi
The LocalTransaction interface is for transactions which are managed locally to the underlying resource and don't need an external transaction manager.
localTransactionCommitted(ConnectionEvent) - Method in interface javax.resource.spi.ConnectionEventListener
Local transaction has been committed
LocalTransactionException - Exception in javax.resource.spi
A LocalTransactionException represents various error conditions related to local transaction management.
LocalTransactionException() - Constructor for exception javax.resource.spi.LocalTransactionException
Create an exception.
LocalTransactionException(String) - Constructor for exception javax.resource.spi.LocalTransactionException
Create an exception with a reason.
LocalTransactionException(String, String) - Constructor for exception javax.resource.spi.LocalTransactionException
Create an exception with a reason and an errorCode.
LocalTransactionException(String, Throwable) - Constructor for exception javax.resource.spi.LocalTransactionException
Create an exception with a reason and cause.
LocalTransactionException(Throwable) - Constructor for exception javax.resource.spi.LocalTransactionException
Create an exception with a cause.
localTransactionRolledback(ConnectionEvent) - Method in interface javax.resource.spi.ConnectionEventListener
Local transaction has been rolled back
localTransactionStarted(ConnectionEvent) - Method in interface javax.resource.spi.ConnectionEventListener
Local transaction has been started

M

ManagedConnection - Interface in javax.resource.spi
A ManagedConnection instance represents a connection to the underlying recource.
ManagedConnectionFactory - Interface in javax.resource.spi
A ManagedConnectionFactory is a factory for the creation of ManagedConnection objects and ConnectionFactory objects.
ManagedConnectionMetaData - Interface in javax.resource.spi
The ManagedConnectionMetaData interface provides information about the underlying resource associated with a ManagedConnetion.
MappedRecord - Interface in javax.resource.cci
The MappedRecord interface is used for key-value map based representation of the Record elements.
matchManagedConnections(Set, Subject, ConnectionRequestInfo) - Method in interface javax.resource.spi.ManagedConnectionFactory
Returns a matching connection from the set.
MessageEndpoint - Interface in javax.resource.spi.endpoint
A factory for message end points
MessageEndpointFactory - Interface in javax.resource.spi.endpoint
A factory for message end points
MessageListener - Interface in javax.resource.cci
A request/response message listener that message driven beans may implement

N

NotSupportedException - Exception in javax.resource
A NotSupportedException is thrown to indicate that the callee (resource adapter or application server for system contracts) cannot execute an operation because the operation is not a supported feature.
NotSupportedException() - Constructor for exception javax.resource.NotSupportedException
Create a not supported exception.
NotSupportedException(String) - Constructor for exception javax.resource.NotSupportedException
Create a not supported exception with a reason.
NotSupportedException(String, String) - Constructor for exception javax.resource.NotSupportedException
Create a not supported exception with a reason and an errorCode.
NotSupportedException(String, Throwable) - Constructor for exception javax.resource.NotSupportedException
Create a not supported exception with a reason and an error.
NotSupportedException(Throwable) - Constructor for exception javax.resource.NotSupportedException
Create a not supported exception with an error.

O

onMessage(Record) - Method in interface javax.resource.cci.MessageListener
Request response style message listener
othersDeletesAreVisible(int) - Method in interface javax.resource.cci.ResultSetInfo
Indicates whether deletes made by others are visible.
othersInsertsAreVisible(int) - Method in interface javax.resource.cci.ResultSetInfo
Indicates whether inserts made by others are visible.
othersUpdatesAreVisible(int) - Method in interface javax.resource.cci.ResultSetInfo
Indicates whether updates made by others are visible.
ownDeletesAreVisible(int) - Method in interface javax.resource.cci.ResultSetInfo
Indicates whether deletes made by self are visible.
ownInsertsAreVisible(int) - Method in interface javax.resource.cci.ResultSetInfo
Indicates whether inserts made by self are visible.
ownUpdatesAreVisible(int) - Method in interface javax.resource.cci.ResultSetInfo
Indicates whether updates made by self are visible.

P

PasswordCredential - Class in javax.resource.spi.security
The class PasswordCredential is a placeholder for username and password.
PasswordCredential(String, char[]) - Constructor for class javax.resource.spi.security.PasswordCredential
Constructor, creates a new password credential
prepare(Xid) - Method in interface javax.resource.spi.XATerminator
Prepare the transaction

R

read(InputStream) - Method in interface javax.resource.cci.Streamable
Read the Streamable from the specified InputStream.
Record - Interface in javax.resource.cci
The Record interface is the base interface for representing input and output for an Interaction.
RecordFactory - Interface in javax.resource.cci
The RecordFactory interface is used for creating MappedRecord and IndexedRecord instances.
recover(int) - Method in interface javax.resource.spi.XATerminator
Retrieve xids that are recoverable
Referenceable - Interface in javax.resource
The Referenceable interface extends the javax.naming.Referenceable interface.
release() - Method in interface javax.resource.spi.endpoint.MessageEndpoint
Release the endpoint
release() - Method in interface javax.resource.spi.work.Work
Invoked by the work manager as a hint to stop processing
removeConnectionEventListener(ConnectionEventListener) - Method in interface javax.resource.spi.ManagedConnection
Removes a connection event listener
ResourceAdapter - Interface in javax.resource.spi
Operations for lifecycle management and message endpoint configuration.
ResourceAdapterAssociation - Interface in javax.resource.spi
Interface used to associate the resource adapter with objects that implement this interface.
ResourceAdapterInternalException - Exception in javax.resource.spi
A ResourceAdapterInternalException indicates any system level error conditions related to a resource adapter.
ResourceAdapterInternalException() - Constructor for exception javax.resource.spi.ResourceAdapterInternalException
Create an exception.
ResourceAdapterInternalException(String) - Constructor for exception javax.resource.spi.ResourceAdapterInternalException
Create an exception with a reason.
ResourceAdapterInternalException(String, String) - Constructor for exception javax.resource.spi.ResourceAdapterInternalException
Create an exception with a reason and an errorCode.
ResourceAdapterInternalException(String, Throwable) - Constructor for exception javax.resource.spi.ResourceAdapterInternalException
Create an exception with a reason and cause.
ResourceAdapterInternalException(Throwable) - Constructor for exception javax.resource.spi.ResourceAdapterInternalException
Create an exception with a cause.
ResourceAdapterMetaData - Interface in javax.resource.cci
The ResourceAdaptetMetaData provides information about the resource adapters implementation.
ResourceAllocationException - Exception in javax.resource.spi
A ResourceAllocationException can be thrown to indicate a failure to allocate system resources such as threads or physical connections.
ResourceAllocationException() - Constructor for exception javax.resource.spi.ResourceAllocationException
Create an exception.
ResourceAllocationException(String) - Constructor for exception javax.resource.spi.ResourceAllocationException
Create an exception with a reason.
ResourceAllocationException(String, String) - Constructor for exception javax.resource.spi.ResourceAllocationException
Create an exception with a reason and an errorCode.
ResourceAllocationException(String, Throwable) - Constructor for exception javax.resource.spi.ResourceAllocationException
Create an exception with a reason and cause.
ResourceAllocationException(Throwable) - Constructor for exception javax.resource.spi.ResourceAllocationException
Create an exception with a cause.
ResourceException - Exception in javax.resource
This is the root exception for the exception hierarchy defined for the connector architecture.
ResourceException() - Constructor for exception javax.resource.ResourceException
Create an exception with a null reason.
ResourceException(String) - Constructor for exception javax.resource.ResourceException
Create an exception with a reason.
ResourceException(String, String) - Constructor for exception javax.resource.ResourceException
Create an exception with a reason and an errorCode.
ResourceException(String, Throwable) - Constructor for exception javax.resource.ResourceException
Create an exception with a reason and an errorCode.
ResourceException(Throwable) - Constructor for exception javax.resource.ResourceException
Create an exception with a reason and an errorCode.
ResourceWarning - Exception in javax.resource.cci
ResourceWarning provides information on warnings generated by the underlying resource.
ResourceWarning() - Constructor for exception javax.resource.cci.ResourceWarning
Create a warning
ResourceWarning(String) - Constructor for exception javax.resource.cci.ResourceWarning
Create a warning with a reason.
ResourceWarning(String, String) - Constructor for exception javax.resource.cci.ResourceWarning
Create a warning with a reason and an errorCode.
ResourceWarning(String, Throwable) - Constructor for exception javax.resource.cci.ResourceWarning
Create a warning with a reason and an error.
ResourceWarning(Throwable) - Constructor for exception javax.resource.cci.ResourceWarning
Create a warning with an error.
ResultSet - Interface in javax.resource.cci
A ResultSet represents tabular data returned from the underlying resource by the execution of an interaction.
ResultSetInfo - Interface in javax.resource.cci
The interface ResultSetInfo provides information on the support for the ResultSet interface by an underlying resource.
rollback() - Method in interface javax.resource.cci.LocalTransaction
Rolls back a local transaction on the userlying resource.
rollback() - Method in interface javax.resource.spi.LocalTransaction
Rolls back a local transaction on the userlying resource.
rollback(Xid) - Method in interface javax.resource.spi.XATerminator
Rollback the transaction

S

scheduleWork(Work) - Method in interface javax.resource.spi.work.WorkManager
Executes the work, the call returns immediatley
scheduleWork(Work, long, ExecutionContext, WorkListener) - Method in interface javax.resource.spi.work.WorkManager
Executes the work, the call returns immediately
SecurityException - Exception in javax.resource.spi
A SecurityException indicates error conditions related to the security contract between an application server and a resource adapter.
SecurityException() - Constructor for exception javax.resource.spi.SecurityException
Create an exception.
SecurityException(String) - Constructor for exception javax.resource.spi.SecurityException
Create an exception with a reason.
SecurityException(String, String) - Constructor for exception javax.resource.spi.SecurityException
Create an exception with a reason and an errorCode.
SecurityException(String, Throwable) - Constructor for exception javax.resource.spi.SecurityException
Create an exception with a reason and cause.
SecurityException(Throwable) - Constructor for exception javax.resource.spi.SecurityException
Create an exception with a cause.
setConnectionHandle(Object) - Method in class javax.resource.spi.ConnectionEvent
Set the ConnectionHandle
setErrorCode(String) - Method in exception javax.resource.ResourceException
Set the error code.
setInvalidPropertyDescriptors(PropertyDescriptor[]) - Method in exception javax.resource.spi.InvalidPropertyException
Set the invalid property descriptors
setLinkedException(Exception) - Method in exception javax.resource.ResourceException
Deprecated.
use initCause
setLinkedWarning(ResourceWarning) - Method in exception javax.resource.cci.ResourceWarning
Deprecated.
use initCause()
setLogWriter(PrintWriter) - Method in interface javax.resource.spi.ManagedConnection
Sets the logwriter for this instance.
setLogWriter(PrintWriter) - Method in interface javax.resource.spi.ManagedConnectionFactory
Sets the logwriter for this instance.
setManagedConnectionFactory(ManagedConnectionFactory) - Method in class javax.resource.spi.security.PasswordCredential
Set the managed connection factory associated with this username password pair.
setRecordName(String) - Method in interface javax.resource.cci.Record
Set the name of this Record.
setRecordShortDescription(String) - Method in interface javax.resource.cci.Record
Set the short description of this Record
setReference(Reference) - Method in interface javax.resource.Referenceable
Sets the reference instance
setResourceAdapter(ResourceAdapter) - Method in interface javax.resource.spi.ResourceAdapterAssociation
Set the resource adapter
setTransactionTimeout(long) - Method in class javax.resource.spi.work.ExecutionContext
Set the transaction timeout
setXid(Xid) - Method in class javax.resource.spi.work.ExecutionContext
Set the xid
SharingViolationException - Exception in javax.resource.spi
Thrown when a shared connection is used in an unshareable manner.
SharingViolationException() - Constructor for exception javax.resource.spi.SharingViolationException
Create an exception.
SharingViolationException(String) - Constructor for exception javax.resource.spi.SharingViolationException
Create an exception with a reason.
SharingViolationException(String, String) - Constructor for exception javax.resource.spi.SharingViolationException
Create an exception with a reason and an errorCode.
SharingViolationException(String, Throwable) - Constructor for exception javax.resource.spi.SharingViolationException
Create an exception with a reason and an error.
SharingViolationException(Throwable) - Constructor for exception javax.resource.spi.SharingViolationException
Create an exception with an error.
start(BootstrapContext) - Method in interface javax.resource.spi.ResourceAdapter
Used to bootstrap the resource adapter
START_TIMED_OUT - Static variable in exception javax.resource.spi.work.WorkException
Expiration before work was started
startWork(Work) - Method in interface javax.resource.spi.work.WorkManager
Executes the work, the call blocks until the work starts
startWork(Work, long, ExecutionContext, WorkListener) - Method in interface javax.resource.spi.work.WorkManager
Executes the work, the call blocks until the work starts
stop() - Method in interface javax.resource.spi.ResourceAdapter
Used to stop the resource adapter
Streamable - Interface in javax.resource.cci
The Streamable interface allows a resource adapter to interact with a Record as a stream of bytes.
supportsExecuteWithInputAndOutputRecord() - Method in interface javax.resource.cci.ResourceAdapterMetaData
Returns true if the resource adapter Interaction implementation supports the method boolean execute( InteractionSpec spec, Record input, Record output ), otherwise returns false
supportsExecuteWithInputRecordOnly() - Method in interface javax.resource.cci.ResourceAdapterMetaData
Returns true if the resource adapter Interaction implementation supports the method boolean execute( InteractionSpec spec, Record input ), otherwise returns false
supportsLocalTransactionDemarcation() - Method in interface javax.resource.cci.ResourceAdapterMetaData
Returns true if the resource adapter implementation implements the LocalTransaction interface and supports local transaction demarcation.
supportsResultSetType(int) - Method in interface javax.resource.cci.ResultSetInfo
Indicates whether or not an resource adapter supports the specified type of ResultSet.
supportsResultTypeConcurrency(int, int) - Method in interface javax.resource.cci.ResultSetInfo
Indicates whether or not a resource adapter supports the concurrency type in combination with the given ResultSet type.
SYNC_RECEIVE - Static variable in interface javax.resource.cci.InteractionSpec
Execution results in a synchronous receive of the output Record
SYNC_SEND - Static variable in interface javax.resource.cci.InteractionSpec
Execution requires only a send to the underlying resource.
SYNC_SEND_RECEIVE - Static variable in interface javax.resource.cci.InteractionSpec
Execution requires only a send to the underlying resource.

T

TX_CONCURRENT_WORK_DISALLOWED - Static variable in exception javax.resource.spi.work.WorkException
Not allowed to do concurrent work on a transaction
TX_RECREATE_FAILED - Static variable in exception javax.resource.spi.work.WorkException
Could not recreate the transaction context

U

UnavailableException - Exception in javax.resource.spi
Thrown when a service is unavailable
UnavailableException() - Constructor for exception javax.resource.spi.UnavailableException
Create an unavailable exception.
UnavailableException(String) - Constructor for exception javax.resource.spi.UnavailableException
Create an unavailable exception with a reason.
UnavailableException(String, String) - Constructor for exception javax.resource.spi.UnavailableException
Create an unavailable exception with a reason and an errorCode.
UnavailableException(String, Throwable) - Constructor for exception javax.resource.spi.UnavailableException
Create an unavailable exception with a reason and an error.
UnavailableException(Throwable) - Constructor for exception javax.resource.spi.UnavailableException
Create an unavailable exception with an error.
UNDEFINED - Static variable in exception javax.resource.spi.work.WorkException
An undefined error
UNKNOWN - Static variable in interface javax.resource.spi.work.WorkManager
Unknown/unspecified start delay
updatesAreDetected(int) - Method in interface javax.resource.cci.ResultSetInfo
Indicates whether or not a visible row update can be detected.

V

validate() - Method in interface javax.resource.spi.ActivationSpec
Optional method that can be used to check configuration by a deployment tool.
ValidatingManagedConnectionFactory - Interface in javax.resource.spi
A mixin interface for connection factories that can validate their managed connections

W

Work - Interface in javax.resource.spi.work
Work submitted to a work manager
WORK_ACCEPTED - Static variable in class javax.resource.spi.work.WorkEvent
The WORK_ACCEPTED value
WORK_COMPLETED - Static variable in class javax.resource.spi.work.WorkEvent
The WORK_COMPLETED value
WORK_REJECTED - Static variable in class javax.resource.spi.work.WorkEvent
The WORK_REJECTED value
WORK_STARTED - Static variable in class javax.resource.spi.work.WorkEvent
The WORK_STARTED value
workAccepted(WorkEvent) - Method in class javax.resource.spi.work.WorkAdapter
 
workAccepted(WorkEvent) - Method in interface javax.resource.spi.work.WorkListener
Invoked when work is accepted
WorkAdapter - Class in javax.resource.spi.work
A helper for work listener implementations
WorkAdapter() - Constructor for class javax.resource.spi.work.WorkAdapter
 
workCompleted(WorkEvent) - Method in class javax.resource.spi.work.WorkAdapter
 
workCompleted(WorkEvent) - Method in interface javax.resource.spi.work.WorkListener
Invoked when work is completed
WorkCompletedException - Exception in javax.resource.spi.work
An error thrown when work is completed.
WorkCompletedException() - Constructor for exception javax.resource.spi.work.WorkCompletedException
Create an exception.
WorkCompletedException(String) - Constructor for exception javax.resource.spi.work.WorkCompletedException
Create an exception with a reason.
WorkCompletedException(String, String) - Constructor for exception javax.resource.spi.work.WorkCompletedException
Create an exception with a reason and an errorCode.
WorkCompletedException(String, Throwable) - Constructor for exception javax.resource.spi.work.WorkCompletedException
Create an exception with a reason and an error.
WorkCompletedException(Throwable) - Constructor for exception javax.resource.spi.work.WorkCompletedException
Create an exception with an error.
WorkEvent - Class in javax.resource.spi.work
Events that occur on work
WorkEvent(Object, int, Work, WorkException) - Constructor for class javax.resource.spi.work.WorkEvent
Create a new WorkEvent
WorkEvent(Object, int, Work, WorkException, long) - Constructor for class javax.resource.spi.work.WorkEvent
Create a new WorkEvent
WorkException - Exception in javax.resource.spi.work
Thrown when there is an error handling work.
WorkException() - Constructor for exception javax.resource.spi.work.WorkException
Create an exception.
WorkException(String) - Constructor for exception javax.resource.spi.work.WorkException
Create an exception with a reason.
WorkException(String, String) - Constructor for exception javax.resource.spi.work.WorkException
Create an exception with a reason and an errorCode.
WorkException(String, Throwable) - Constructor for exception javax.resource.spi.work.WorkException
Create an exception with a reason and an error.
WorkException(Throwable) - Constructor for exception javax.resource.spi.work.WorkException
Create an exception with an error.
WorkListener - Interface in javax.resource.spi.work
Listens to events on work
WorkManager - Interface in javax.resource.spi.work
Interface used to associate the resource adapter with objects that implement this interface.
workRejected(WorkEvent) - Method in class javax.resource.spi.work.WorkAdapter
 
workRejected(WorkEvent) - Method in interface javax.resource.spi.work.WorkListener
Invoked when work is rejected
WorkRejectedException - Exception in javax.resource.spi.work
Thrown when a work is rejected.
WorkRejectedException() - Constructor for exception javax.resource.spi.work.WorkRejectedException
Create an exception.
WorkRejectedException(String) - Constructor for exception javax.resource.spi.work.WorkRejectedException
Create an exception with a reason.
WorkRejectedException(String, String) - Constructor for exception javax.resource.spi.work.WorkRejectedException
Create an exception with a reason and an errorCode.
WorkRejectedException(String, Throwable) - Constructor for exception javax.resource.spi.work.WorkRejectedException
Create an exception with a reason and an error.
WorkRejectedException(Throwable) - Constructor for exception javax.resource.spi.work.WorkRejectedException
Create an exception with an error.
workStarted(WorkEvent) - Method in class javax.resource.spi.work.WorkAdapter
 
workStarted(WorkEvent) - Method in interface javax.resource.spi.work.WorkListener
Invoked when work is started
write(OutputStream) - Method in interface javax.resource.cci.Streamable
Write the Streamable to the specified OutputStream.

X

XATerminator - Interface in javax.resource.spi
Transaction completion and crash recovery
A B C D E F G H I J L M N O P R S T U V W X 
Connector Architecture 1.5 API 1.0.0.Final

Copyright © 2013 JBoss by Red Hat. All rights reserved.