- 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.
- 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
- 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
- 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
- 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
- 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.
- 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.