A B C D E F G H I J L M N O P R S T U V W X
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- Activation - Annotation Type in jakarta.resource.spi
-
Designates a JavaBean as an
ActivationSpec
. - ActivationSpec - Interface in jakarta.resource.spi
-
This interface serves as a marker.
- addConnectionEventListener(ConnectionEventListener) - Method in interface jakarta.resource.spi.ManagedConnection
-
Adds a connection event listener to the ManagedConnection instance.
- AdministeredObject - Annotation Type in jakarta.resource.spi
-
Designates a JavaBean as an administered object.Administered objects are specific to a messaging style or message provider.
- AdministeredObjectDefinition - Annotation Type in jakarta.resource
-
Annotation used to define a Connector administered object to be registered in JNDI.
- AdministeredObjectDefinitions - Annotation Type in jakarta.resource
-
Declares one or more
AdministeredObjectDefinition
annotations. - adminObjectInterfaces() - Method in annotation type jakarta.resource.spi.AdministeredObject
-
Specifies the Java type of the interface implemented by the administered object.
- afterDelivery() - Method in interface jakarta.resource.spi.endpoint.MessageEndpoint
-
This is called by a resource adapter after a message is delivered.
- allocateConnection(ManagedConnectionFactory, ConnectionRequestInfo) - Method in interface jakarta.resource.spi.ConnectionManager
-
The method allocateConnection gets called by the resource adapter's connection factory instance.
- ApplicationServerInternalException - Exception in jakarta.resource.spi
-
An
ApplicationServerInternalException
is thrown by an application server to indicate error conditions specific to an application server. - ApplicationServerInternalException() - Constructor for exception jakarta.resource.spi.ApplicationServerInternalException
-
Constructs a new instance with null as its detail message.
- ApplicationServerInternalException(String) - Constructor for exception jakarta.resource.spi.ApplicationServerInternalException
-
Constructs a new instance with the specified detail message.
- ApplicationServerInternalException(String, String) - Constructor for exception jakarta.resource.spi.ApplicationServerInternalException
-
Constructs a new throwable with the specified detail message and an error code.
- ApplicationServerInternalException(String, Throwable) - Constructor for exception jakarta.resource.spi.ApplicationServerInternalException
-
Constructs a new throwable with the specified detail message and cause.
- ApplicationServerInternalException(Throwable) - Constructor for exception jakarta.resource.spi.ApplicationServerInternalException
-
Constructs a new throwable with the specified cause.
- associateConnection(Object) - Method in interface jakarta.resource.spi.ManagedConnection
-
Used typically by the container to change the association of an application-level connection handle with a ManagedConnection instance.
- associateConnection(Object, ManagedConnectionFactory, ConnectionRequestInfo) - Method in interface jakarta.resource.spi.LazyAssociatableConnectionManager
-
This method is called by a resource adapter (that is capable of lazy connection association optimization) in order to lazily associate a connection object with a
ManagedConnection
instance. - AuthenticationMechanism - Annotation Type in jakarta.resource.spi
- AuthenticationMechanism.CredentialInterface - Enum in jakarta.resource.spi
-
An enumerated type that represents the various interfaces that a resource adapter may support for the representation of the credentials.
- authMechanism() - Method in annotation type jakarta.resource.spi.AuthenticationMechanism
-
The authentication-mechanism-type specifies an authentication mechanism supported by the resource adapter.
- authMechanisms() - Method in annotation type jakarta.resource.spi.Connector
-
Specifies the authentication mechanisms supported by the resource adapter.
B
- beforeDelivery(Method) - Method in interface jakarta.resource.spi.endpoint.MessageEndpoint
-
This is called by a resource adapter before a message is delivered.
- begin() - Method in interface jakarta.resource.cci.LocalTransaction
-
Begins a local transaction on an EIS instance.
- begin() - Method in interface jakarta.resource.spi.LocalTransaction
-
Begin a local transaction
- BootstrapContext - Interface in jakarta.resource.spi
-
This provides a mechanism to pass a bootstrap context to a resource adapter instance when it is bootstrapped.
C
- className() - Method in annotation type jakarta.resource.AdministeredObjectDefinition
-
Fully qualified name of the administered object’s class
- cleanup() - Method in interface jakarta.resource.spi.ManagedConnection
-
Application server calls this method to force any cleanup on the ManagedConnection instance.
- clearWarnings() - Method in interface jakarta.resource.cci.Interaction
-
Clears all the warning reported by this Interaction instance.
- clone() - Method in interface jakarta.resource.cci.Record
-
Creates and returns a copy of this object.
- close() - Method in interface jakarta.resource.cci.Connection
-
Initiates close of the connection handle at the application level.
- close() - Method in interface jakarta.resource.cci.Interaction
-
Closes the current Interaction and release all the resources held for this instance by the resource adapter.
- CommException - Exception in jakarta.resource.spi
-
This indicates errors related to failed or interrupted communication with an EIS instance.
- CommException() - Constructor for exception jakarta.resource.spi.CommException
-
Constructs a new instance with null as its detail message.
- CommException(String) - Constructor for exception jakarta.resource.spi.CommException
-
Constructs a new instance with the specified detail message.
- CommException(String, String) - Constructor for exception jakarta.resource.spi.CommException
-
Constructs a new throwable with the specified detail message and an error code.
- CommException(String, Throwable) - Constructor for exception jakarta.resource.spi.CommException
-
Constructs a new throwable with the specified detail message and cause.
- CommException(Throwable) - Constructor for exception jakarta.resource.spi.CommException
-
Constructs a new throwable with the specified cause.
- commit() - Method in interface jakarta.resource.cci.LocalTransaction
-
Commits the current local transaction and release all locks held by the underlying EIS instance.
- commit() - Method in interface jakarta.resource.spi.LocalTransaction
-
Commit a local transaction
- commit(Xid, boolean) - Method in interface jakarta.resource.spi.XATerminator
-
Commits the global transaction specified by xid.
- confidential() - Method in annotation type jakarta.resource.spi.ConfigProperty
-
Indicates that the configuration property is confidential and recommends application server's configuration tools to use special visual aids for editing them.
- ConfigProperty - Annotation Type in jakarta.resource.spi
-
Designates a JavaBean property as a configuration property
- connection() - Method in annotation type jakarta.resource.spi.ConnectionDefinition
-
Specifies the Connection interface supported by the resource adapter.
- Connection - Interface in jakarta.resource.cci
-
A Connection represents an application-level handle that is used by a client to access the underlying physical connection.
- CONNECTION_CLOSED - Static variable in class jakarta.resource.spi.ConnectionEvent
-
Event notification that an application component has closed the connection
- CONNECTION_ERROR_OCCURRED - Static variable in class jakarta.resource.spi.ConnectionEvent
-
Event notification that an error occurred on the connection.
- connectionClosed(ConnectionEvent) - Method in interface jakarta.resource.spi.ConnectionEventListener
-
Notifies that an application component has closed the connection.
- ConnectionDefinition - Annotation Type in jakarta.resource.spi
-
Defines a set of connection interfaces and classes pertaining to a particular connection type.
- ConnectionDefinitions - Annotation Type in jakarta.resource.spi
-
Defines a set of connection definitions that the JavaBean, that has been annotated with this annotation, is a part of.
- connectionErrorOccurred(ConnectionEvent) - Method in interface jakarta.resource.spi.ConnectionEventListener
-
Notifies a connection related error.
- ConnectionEvent - Class in jakarta.resource.spi
-
The ConnectionEvent class provides information about the source of a connection related event.A ConnectionEvent instance contains the following information: Type of the connection event ManagedConnection instance that generated the connection event.
- ConnectionEvent(ManagedConnection, int) - Constructor for class jakarta.resource.spi.ConnectionEvent
-
Construct a ConnectionEvent object.
- ConnectionEvent(ManagedConnection, int, Exception) - Constructor for class jakarta.resource.spi.ConnectionEvent
-
Construct a ConnectionEvent object.
- ConnectionEventListener - Interface in jakarta.resource.spi
-
The
ConnectionEventListener
interface provides an event callback mechanism to enable an application server to receive notifications from aManagedConnection
instance. - connectionFactory() - Method in annotation type jakarta.resource.spi.ConnectionDefinition
-
Specifies the ConnectionFactory interface supported by the resource adapter.
- ConnectionFactory - Interface in jakarta.resource.cci
-
ConnectionFactory
provides an interface for getting connection to an EIS instance. - ConnectionFactoryDefinition - Annotation Type in jakarta.resource
-
Annotation used to define a Connector Connection Factory resource to be registered in JNDI.
- ConnectionFactoryDefinitions - Annotation Type in jakarta.resource
-
Declares one or more
ConnectionFactoryDefinition
annotations. - connectionFactoryImpl() - Method in annotation type jakarta.resource.spi.ConnectionDefinition
-
Specifies the Class provided by the resource adapter that implements the resource adapter specific ConnectionFactory interface.
- connectionImpl() - Method in annotation type jakarta.resource.spi.ConnectionDefinition
-
Specifies the class provided by the resource adapter that implements the resource adapter specific Connection interface.
- ConnectionManager - Interface in jakarta.resource.spi
-
ConnectionManager interface provides a hook for the resource adapter to pass a connection request to the application server.
- ConnectionMetaData - Interface in jakarta.resource.cci
-
The interface
ConnectionMetaData
provides information about an EIS instance connected through a Connection instance. - ConnectionRequestInfo - Interface in jakarta.resource.spi
-
The ConnectionRequestInfo interface enables a resource adapter to pass its own request specific data structure across the connection request flow.
- ConnectionSpec - Interface in jakarta.resource.cci
-
ConnectionSpec is used by an application component to pass connection request-specific properties to the ConnectionFactory.
- Connector - Annotation Type in jakarta.resource.spi
-
The
Connector
annotation is a component-defining annotation and it can be used by the resource adapter developer to specify that the JavaBean is a resource adapter JavaBean. - CONTEXT_SETUP_FAILED - Static variable in class jakarta.resource.spi.work.WorkContextErrorCodes
-
Indicates a failure in recreating the
WorkContext
instance. - CONTEXT_SETUP_UNSUPPORTED - Static variable in class jakarta.resource.spi.work.WorkContextErrorCodes
-
Indicates that the container cannot support recreating the
WorkContext
instance. - contextSetupComplete() - Method in interface jakarta.resource.spi.work.WorkContextLifecycleListener
-
Invoked when the
WorkContext
instance was successfully set as the execution context for theWork
instance. - contextSetupFailed(String) - Method in interface jakarta.resource.spi.work.WorkContextLifecycleListener
-
Invoked when the
WorkContext
instance was set as the execution context for theWork
instance it was associated with. - createConnectionFactory() - Method in interface jakarta.resource.spi.ManagedConnectionFactory
-
Creates a Connection Factory instance.
- createConnectionFactory(ConnectionManager) - Method in interface jakarta.resource.spi.ManagedConnectionFactory
-
Creates a Connection Factory instance.
- createEndpoint(XAResource) - Method in interface jakarta.resource.spi.endpoint.MessageEndpointFactory
-
This is used to create a message endpoint.
- createEndpoint(XAResource, long) - Method in interface jakarta.resource.spi.endpoint.MessageEndpointFactory
-
This is used to create a message endpoint.
- createIndexedRecord(String) - Method in interface jakarta.resource.cci.RecordFactory
-
Creates a IndexedRecord.
- createInteraction() - Method in interface jakarta.resource.cci.Connection
-
Creates an Interaction associated with this Connection.
- createManagedConnection(Subject, ConnectionRequestInfo) - Method in interface jakarta.resource.spi.ManagedConnectionFactory
-
Creates a new physical connection to the underlying EIS resource manager.
- createMappedRecord(String) - Method in interface jakarta.resource.cci.RecordFactory
-
Creates a MappedRecord.
- createTimer() - Method in interface jakarta.resource.spi.BootstrapContext
-
Creates a new
java.util.Timer
instance. - credentialInterface() - Method in annotation type jakarta.resource.spi.AuthenticationMechanism
-
Represents the interface that the resource adapter implementation supports for the representation of the credentials.
D
- defaultValue() - Method in annotation type jakarta.resource.spi.ConfigProperty
-
Inferred by the container for field based annotations if possible.
- deletesAreDetected(int) - Method in interface jakarta.resource.cci.ResultSetInfo
-
Indicates whether or not a visible row delete can be detected by calling ResultSet.rowDeleted.
- description - Variable in class jakarta.resource.spi.work.HintsContext
- description() - Method in annotation type jakarta.resource.AdministeredObjectDefinition
-
Description of the administered object.
- description() - Method in annotation type jakarta.resource.ConnectionFactoryDefinition
-
Description of the resource.
- description() - Method in annotation type jakarta.resource.spi.AuthenticationMechanism
-
The optional description specifies any resource adapter specific requirement for the support of security contract and authentication mechanism.
- description() - Method in annotation type jakarta.resource.spi.ConfigProperty
-
Describes the configuration property.
- description() - Method in annotation type jakarta.resource.spi.Connector
-
Describes the resource adapter module.
- description() - Method in annotation type jakarta.resource.spi.SecurityPermission
-
Specifies an optional description to mention any specific reason that a resource requires a given security permission.
- destroy() - Method in interface jakarta.resource.spi.ManagedConnection
-
Destroys the physical connection to the underlying resource manager.
- displayName() - Method in annotation type jakarta.resource.spi.Connector
-
An optional short name, providing information about the resource adapter module, that is intended to be displayed by tools.
- DissociatableManagedConnection - Interface in jakarta.resource.spi
-
This is a mix-in interface that may be optionally implemented by a
ManagedConnection
implementation. - dissociateConnections() - Method in interface jakarta.resource.spi.DissociatableManagedConnection
-
This method is called by an application server (that is capable of lazy connection association optimization) in order to dissociate a
ManagedConnection
instance from all of its connection handles. - DistributableWork - Interface in jakarta.resource.spi.work
-
This models a
Work
instance that would be distributed by aDistributableWorkManager
for execution in a remoteDistributableWorkManager
- DistributableWorkManager - Interface in jakarta.resource.spi.work
-
This interface models a
WorkManager
that supports distributed execution of Work instances. - doWork(Work) - Method in interface jakarta.resource.spi.work.WorkManager
-
Accepts a
Work
instance for processing. - doWork(Work, long, ExecutionContext, WorkListener) - Method in interface jakarta.resource.spi.work.WorkManager
-
Accepts a
Work
instance for processing. - DUPLICATE_CONTEXTS - Static variable in class jakarta.resource.spi.work.WorkContextErrorCodes
-
Indicates that there are more than one instance of a
WorkContext
type passed in by theWork
instance.
E
- EISSystemException - Exception in jakarta.resource.spi
-
An
EISSystemException
is used to indicate any EIS specific system-level error conditions. - EISSystemException() - Constructor for exception jakarta.resource.spi.EISSystemException
-
Constructs a new instance with null as its detail message.
- EISSystemException(String) - Constructor for exception jakarta.resource.spi.EISSystemException
-
Constructs a new instance with the specified detail message.
- EISSystemException(String, String) - Constructor for exception jakarta.resource.spi.EISSystemException
-
Constructs a new throwable with the specified detail message and an error code.
- EISSystemException(String, Throwable) - Constructor for exception jakarta.resource.spi.EISSystemException
-
Constructs a new throwable with the specified detail message and cause.
- EISSystemException(Throwable) - Constructor for exception jakarta.resource.spi.EISSystemException
-
Constructs a new throwable with the specified cause.
- eisType() - Method in annotation type jakarta.resource.spi.Connector
-
Contains information about the type of EIS.
- endpointActivation(MessageEndpointFactory, ActivationSpec) - Method in interface jakarta.resource.spi.ResourceAdapter
-
This is called during the activation of a message endpoint.
- endpointDeactivation(MessageEndpointFactory, ActivationSpec) - Method in interface jakarta.resource.spi.ResourceAdapter
-
This is called when a message endpoint is deactivated.
- equals(Object) - Method in interface jakarta.resource.cci.Record
-
Check if this instance is equal to another Record.
- equals(Object) - Method in interface jakarta.resource.spi.ConnectionRequestInfo
-
Checks whether this instance is equal to another.
- equals(Object) - Method in interface jakarta.resource.spi.ManagedConnectionFactory
-
Check if this ManagedConnectionFactory is equal to another ManagedConnectionFactory.
- equals(Object) - Method in interface jakarta.resource.spi.security.GenericCredential
-
Deprecated.Tests if this GenericCredential instance refers to the same entity as the supplied object.
- equals(Object) - Method in class jakarta.resource.spi.security.PasswordCredential
-
Compares this PasswordCredential with the specified object for equality.
- execute(InteractionSpec, Record) - Method in interface jakarta.resource.cci.Interaction
-
Executes an interaction represented by the InteractionSpec.
- execute(InteractionSpec, Record, Record) - Method in interface jakarta.resource.cci.Interaction
-
Executes an interaction represented by the InteractionSpec.
- ExecutionContext - Class in jakarta.resource.spi.work
-
This class models an execution context (transaction, security, etc) with which the
Work
instance must be executed. - ExecutionContext() - Constructor for class jakarta.resource.spi.work.ExecutionContext
F
- forget(Xid) - Method in interface jakarta.resource.spi.XATerminator
-
Tells the resource manager to forget about a heuristically completed transaction branch.
G
- GenericCredential - jakarta.resource.spi.AuthenticationMechanism.CredentialInterface
-
Corresponds to
jakarta.resource.spi.security.GenericCredential
- GenericCredential - Interface in jakarta.resource.spi.security
-
Deprecated.The preferred way to represent generic credential information is via the
org.ietf.jgss.GSSCredential
interface in J2SE Version 1.4, which provides similar functionality. - getActivationName() - Method in interface jakarta.resource.spi.endpoint.MessageEndpointFactory
-
Returns a unique name for the message endpoint deployment represented by the
MessageEndpointFactory
. - getAdapterName() - Method in interface jakarta.resource.cci.ResourceAdapterMetaData
-
Gets a tool displayable name of the resource adapter.
- getAdapterShortDescription() - Method in interface jakarta.resource.cci.ResourceAdapterMetaData
-
Gets a tool displayable short desription of the resource adapter.
- getAdapterVendorName() - Method in interface jakarta.resource.cci.ResourceAdapterMetaData
-
Gets the name of the vendor that has provided the resource adapter.
- getAdapterVersion() - Method in interface jakarta.resource.cci.ResourceAdapterMetaData
-
Gets the version of the resource adapter.
- getConnection() - Method in interface jakarta.resource.cci.ConnectionFactory
-
Gets a connection to an EIS instance.
- getConnection() - Method in interface jakarta.resource.cci.Interaction
-
Gets the Connection associated with the Interaction.
- getConnection(ConnectionSpec) - Method in interface jakarta.resource.cci.ConnectionFactory
-
Gets a connection to an EIS instance.
- getConnection(Subject, ConnectionRequestInfo) - Method in interface jakarta.resource.spi.ManagedConnection
-
Creates a new connection handle for the underlying physical connection represented by the ManagedConnection instance.
- getConnectionHandle() - Method in class jakarta.resource.spi.ConnectionEvent
-
Get the connection handle associated with the Managed Connection instance.
- getCredentialData() - Method in interface jakarta.resource.spi.security.GenericCredential
-
Deprecated.Gets security data for a specific security mechanism represented by the GenericCredential.
- getDescription() - Method in class jakarta.resource.spi.work.HintsContext
-
Get the brief description of the role played by the
WorkContext
and any other related debugging information. - getDescription() - Method in class jakarta.resource.spi.work.SecurityContext
-
Get the brief description of the role played by the
WorkContext
and any other related debugging information. - getDescription() - Method in class jakarta.resource.spi.work.TransactionContext
-
Get the brief description of the role played by the
WorkContext
and any other related debugging information. - getDescription() - Method in interface jakarta.resource.spi.work.WorkContext
-
Get the brief description of the role played by the
WorkContext
and any other related debugging information. - getEISProductName() - Method in interface jakarta.resource.cci.ConnectionMetaData
-
Returns product name of the underlying EIS instance connected through the Connection that produced this metadata.
- getEISProductName() - Method in interface jakarta.resource.spi.ManagedConnectionMetaData
-
Returns Product name of the underlying EIS instance connected through the ManagedConnection.
- getEISProductVersion() - Method in interface jakarta.resource.cci.ConnectionMetaData
-
Returns product version of the underlying EIS instance.
- getEISProductVersion() - Method in interface jakarta.resource.spi.ManagedConnectionMetaData
-
Returns product version of the underlying EIS instance connected through the ManagedConnection.
- getEndpointClass() - Method in interface jakarta.resource.spi.endpoint.MessageEndpointFactory
-
Return the
Class
object corresponding to the message endpoint class. - getErrorCode() - Method in exception jakarta.resource.ResourceException
-
Get the error code.
- getException() - Method in class jakarta.resource.spi.ConnectionEvent
-
Get the exception.
- getException() - Method in class jakarta.resource.spi.work.WorkEvent
-
Return the
WorkException
. - getHints() - Method in class jakarta.resource.spi.work.HintsContext
-
Get all hints
- getId() - Method in class jakarta.resource.spi.ConnectionEvent
-
Get the type of event
- getInteractionSpecsSupported() - Method in interface jakarta.resource.cci.ResourceAdapterMetaData
-
Returns an array of fully-qualified names of InteractionSpec types supported by the CCI implementation for this resource adapter.
- getInvalidConnections(Set) - Method in interface jakarta.resource.spi.ValidatingManagedConnectionFactory
-
This method returns a set of invalid
ManagedConnection
objects chosen from a specified set ofManagedConnection
objects. - getInvalidPropertyDescriptors() - Method in exception jakarta.resource.spi.InvalidPropertyException
-
Get the list of invalid properties.
- getLinkedException() - Method in exception jakarta.resource.ResourceException
-
Deprecated.J2SE release 1.4 supports a chained exception facility that allows any throwable to know about another throwable, if any, that caused it to get thrown. Refer to
getCause
andinitCause
methods of thejava.lang.Throwable
class.. - getLinkedWarning() - Method in exception jakarta.resource.cci.ResourceWarning
-
Deprecated.Java™ release 1.4 supports a chained exception facility that allows any throwable to know about another throwable, if any, that caused it to get thrown. Refer to
getCause
andinitCause
methods of thejava.lang.Throwable
class. - getLocalTransaction() - Method in interface jakarta.resource.cci.Connection
-
Returns an LocalTransaction instance that enables a component to demarcate resource manager local transactions on the Connection.
- getLocalTransaction() - Method in interface jakarta.resource.spi.ManagedConnection
-
Returns an
jakarta.resource.spi.LocalTransaction
instance. - getLogWriter() - Method in interface jakarta.resource.spi.ManagedConnection
-
Gets the log writer for this ManagedConnection instance.
- getLogWriter() - Method in interface jakarta.resource.spi.ManagedConnectionFactory
-
Get the log writer for this ManagedConnectionFactory instance.
- getManagedConnectionFactory() - Method in class jakarta.resource.spi.security.PasswordCredential
-
Gets the target ManagedConnectionFactory for which the user name and password has been set by the application server.
- getMaxConnections() - Method in interface jakarta.resource.spi.ManagedConnectionMetaData
-
Returns maximum limit on number of active concurrent connections that an EIS instance can support across client processes.
- getMechType() - Method in interface jakarta.resource.spi.security.GenericCredential
-
Deprecated.Returns the mechanism type for the GenericCredential instance.
- getMessage() - Method in exception jakarta.resource.ResourceException
-
Returns a detailed message string describing this exception.
- getMetaData() - Method in interface jakarta.resource.cci.Connection
-
Gets the information on the underlying EIS instance represented through an active connection.
- getMetaData() - Method in interface jakarta.resource.cci.ConnectionFactory
-
Gets metadata for the Resource Adapter.
- getMetaData() - Method in interface jakarta.resource.spi.ManagedConnection
-
Gets the metadata information for this connection's underlying EIS resource manager instance.
- getName() - Method in interface jakarta.resource.spi.security.GenericCredential
-
Deprecated.Returns the name of the resource principal associated with a GenericCredential instance.
- getName() - Method in class jakarta.resource.spi.work.HintsContext
-
Get the associated name of the
WorkContext
. - getName() - Method in class jakarta.resource.spi.work.SecurityContext
-
Get the associated name of the
WorkContext
. - getName() - Method in class jakarta.resource.spi.work.TransactionContext
-
Get the associated name of the
WorkContext
. - getName() - Method in interface jakarta.resource.spi.work.WorkContext
-
Get the associated name of the
WorkContext
. - getPassword() - Method in class jakarta.resource.spi.security.PasswordCredential
-
Returns the user password.
- getRecordFactory() - Method in interface jakarta.resource.cci.ConnectionFactory
-
Gets a RecordFactory instance.
- getRecordName() - Method in interface jakarta.resource.cci.Record
-
Gets the name of the Record.
- getRecordShortDescription() - Method in interface jakarta.resource.cci.Record
-
Gets a short description string for the Record.
- getResourceAdapter() - Method in interface jakarta.resource.spi.ResourceAdapterAssociation
-
Get the associated
ResourceAdapter
object. - getResultSetInfo() - Method in interface jakarta.resource.cci.Connection
-
Gets the information on the ResultSet functionality supported by a connected EIS instance.
- getSpecVersion() - Method in interface jakarta.resource.cci.ResourceAdapterMetaData
-
Returns a string representation of the version of the connector architecture specification that is supported by the resource adapter.
- getStartDuration() - Method in class jakarta.resource.spi.work.WorkEvent
-
Return the start interval duration.
- getTransactionSupport() - Method in interface jakarta.resource.spi.TransactionSupport
-
Get the level of transaction support, supported by the
ManagedConnectionFactory
. - getTransactionSynchronizationRegistry() - Method in interface jakarta.resource.spi.BootstrapContext
-
Provides a handle to a
TransactionSynchronization
instance. - getTransactionTimeout() - Method in class jakarta.resource.spi.work.ExecutionContext
-
Get the transaction timeout value for a imported transaction.
- getType() - Method in class jakarta.resource.spi.work.WorkEvent
-
Return the type of this event.
- getUserName() - Method in interface jakarta.resource.cci.ConnectionMetaData
-
Returns the user name for an active connection as known to the underlying EIS instance.
- getUserName() - Method in interface jakarta.resource.spi.ManagedConnectionMetaData
-
Returns name of the user associated with the ManagedConnection instance.
- getUserName() - Method in class jakarta.resource.spi.security.PasswordCredential
-
Returns the user name.
- getWarnings() - Method in interface jakarta.resource.cci.Interaction
-
Gets the first ResourceWarning from the chain of warnings associated with this Interaction instance.
- getWork() - Method in class jakarta.resource.spi.work.WorkEvent
-
Return the
Work
instance which is the cause of the event. - getWorkContexts() - Method in interface jakarta.resource.spi.work.WorkContextProvider
-
Gets an list of
WorkContexts
that needs to be used by theWorkManager
to set up the execution context while executing aWork
instance. - getWorkManager() - Method in interface jakarta.resource.spi.BootstrapContext
-
Provides a handle to a
WorkManager
instance. - getXAResource() - Method in interface jakarta.resource.spi.ManagedConnection
-
Returns an
javax.transaction.xa.XAresource
instance. - getXAResources(ActivationSpec[]) - Method in interface jakarta.resource.spi.ResourceAdapter
-
This method is called by the application server during crash recovery.
- getXATerminator() - Method in interface jakarta.resource.spi.BootstrapContext
-
Provides a handle to a
XATerminator
instance. - getXid() - Method in class jakarta.resource.spi.work.ExecutionContext
- GSSCredential - jakarta.resource.spi.AuthenticationMechanism.CredentialInterface
-
Corresponds to
org.ietf.jgss.GSSCredential
H
- hashCode() - Method in interface jakarta.resource.cci.Record
-
Returns the hash code for the Record instance.
- hashCode() - Method in interface jakarta.resource.spi.ConnectionRequestInfo
-
Returns the hashCode of the ConnectionRequestInfo.
- hashCode() - Method in interface jakarta.resource.spi.ManagedConnectionFactory
-
Returns the hash code for the ManagedConnectionFactory
- hashCode() - Method in interface jakarta.resource.spi.security.GenericCredential
-
Deprecated.Returns the hash code for this GenericCredential
- hashCode() - Method in class jakarta.resource.spi.security.PasswordCredential
-
Returns the hash code for this PasswordCredential
- HintsContext - Class in jakarta.resource.spi.work
-
A standard
WorkContext
that allows aWork
instance to propagate quality-of-service (QoS) hints about theWork
to theWorkManager
. - HintsContext() - Constructor for class jakarta.resource.spi.work.HintsContext
I
- id - Variable in class jakarta.resource.spi.ConnectionEvent
-
Type of the event
- ignore() - Method in annotation type jakarta.resource.spi.ConfigProperty
-
Indicates that the configuration tools must ignore considering this Property during auto-discovery of Configuration properties.
- IllegalStateException - Exception in jakarta.resource.spi
-
An
IllegalStateException
is thrown from a method if the callee (resource adapter or application server for system contracts) is in an illegal or inappropriate state for the method invocation. - IllegalStateException() - Constructor for exception jakarta.resource.spi.IllegalStateException
-
Constructs a new instance with null as its detail message.
- IllegalStateException(String) - Constructor for exception jakarta.resource.spi.IllegalStateException
-
Constructs a new instance with the specified detail message.
- IllegalStateException(String, String) - Constructor for exception jakarta.resource.spi.IllegalStateException
-
Constructs a new throwable with the specified detail message and an error code.
- IllegalStateException(String, Throwable) - Constructor for exception jakarta.resource.spi.IllegalStateException
-
Constructs a new throwable with the specified detail message and cause.
- IllegalStateException(Throwable) - Constructor for exception jakarta.resource.spi.IllegalStateException
-
Constructs a new throwable with the specified cause.
- IMMEDIATE - Static variable in interface jakarta.resource.spi.work.WorkManager
-
A constant to indicate timeout duration.
- inactiveConnectionClosed(Object, ManagedConnectionFactory) - Method in interface jakarta.resource.spi.LazyAssociatableConnectionManager
-
This method is called by the resource adapter (that is capable of lazy connection association optimization) in order to notify the application server that a disassociated connection handle is closed.
- INDEFINITE - Static variable in interface jakarta.resource.spi.work.WorkManager
-
A constant to indicate timeout duration.
- IndexedRecord<E> - Interface in jakarta.resource.cci
-
IndexedRecord represents an ordered collection of record elements based on the
java.util.List
interface. - insertsAreDetected(int) - Method in interface jakarta.resource.cci.ResultSetInfo
-
Indicates whether or not a visible row insert can be detected by calling ResultSet.rowInserted.
- Interaction - Interface in jakarta.resource.cci
-
The
jakarta.resource.cci.Interaction
enables a component to execute EIS functions. - InteractionSpec - Interface in jakarta.resource.cci
-
An InteractionSpec holds properties for driving an Interaction with an EIS instance.
- interfaceName() - Method in annotation type jakarta.resource.AdministeredObjectDefinition
-
Fully qualified name of the administered object’s interface
- interfaceName() - Method in annotation type jakarta.resource.ConnectionFactoryDefinition
-
The fully qualified name of the connection factory interface class.
- INTERNAL - Static variable in exception jakarta.resource.spi.work.WorkException
-
Indicates an internal error condition.
- InvalidPropertyException - Exception in jakarta.resource.spi
-
This exception is thrown to indicate invalid configuration property settings.
- InvalidPropertyException() - Constructor for exception jakarta.resource.spi.InvalidPropertyException
-
Create a InvalidPropertyException.
- InvalidPropertyException(String) - Constructor for exception jakarta.resource.spi.InvalidPropertyException
-
Create a InvalidPropertyException.
- InvalidPropertyException(String, String) - Constructor for exception jakarta.resource.spi.InvalidPropertyException
-
Constructs a new throwable with the specified detail message and an error code.
- InvalidPropertyException(String, Throwable) - Constructor for exception jakarta.resource.spi.InvalidPropertyException
-
Constructs a new throwable with the specified detail message and cause.
- InvalidPropertyException(Throwable) - Constructor for exception jakarta.resource.spi.InvalidPropertyException
-
Constructs a new throwable with the specified cause.
- isContextSupported(Class<? extends WorkContext>) - Method in interface jakarta.resource.spi.BootstrapContext
-
A resource adapter can check an application server's support for a particular WorkContext type through this method.
- isDeliveryTransacted(Method) - Method in interface jakarta.resource.spi.endpoint.MessageEndpointFactory
-
This is used to find out whether message deliveries to a target method on a message listener interface that is implemented by a message endpoint or a target method in the
Class
returned by thegetBeanClass
method, will be transacted or not.
J
- jakarta.resource - module jakarta.resource
-
Jakarta Connectors API.
- jakarta.resource - package jakarta.resource
-
The jakarta.resource package is the top-level package for the Jakarta™ Connectors specification.
- jakarta.resource.cci - package jakarta.resource.cci
-
The jakarta.resource.cci package contains API specification for the Common Client Interface (CCI).
- jakarta.resource.spi - package jakarta.resource.spi
-
The jakarta.resource.spi package contains APIs for the system contracts defined in the Jakarta Connectors specification.
- jakarta.resource.spi.endpoint - package jakarta.resource.spi.endpoint
-
This package contains system contracts for service endpoint interactions.
- jakarta.resource.spi.security - package jakarta.resource.spi.security
-
The jakarta.resource.spi.security package contains APIs for the security management contract.
- jakarta.resource.spi.work - package jakarta.resource.spi.work
-
This package contains APIs for the Work Management, Generic and Security Work Context contracts.
L
- largeIcon() - Method in annotation type jakarta.resource.spi.Connector
-
Specifies the file name for large GIF or JPEG icon images that are used to represent the resource adapter in a GUI tool.
- LazyAssociatableConnectionManager - Interface in jakarta.resource.spi
-
This is a mix-in interface that may be optionally implemented by a
ConnectionManager
implementation. - lazyEnlist(ManagedConnection) - Method in interface jakarta.resource.spi.LazyEnlistableConnectionManager
-
This method is called by a resource adapter (that is capable of lazy transaction enlistment optimization) in order to lazily enlist a connection object with a XA transaction.
- LazyEnlistableConnectionManager - Interface in jakarta.resource.spi
-
This is a mix-in interface that may be optionally implemented by a
ConnectionManager
implementation. - LazyEnlistableManagedConnection - Interface in jakarta.resource.spi
-
This is a mix-in interface that may be optionally implemented by a
ManagedConnection
implementation. - licenseDescription() - Method in annotation type jakarta.resource.spi.Connector
-
Specifies licensing requirements for the resource adapter module and an optional description of the licensing terms.
- licenseRequired() - Method in annotation type jakarta.resource.spi.Connector
-
Specifies whether a license is required to deploy and use this resource adapter
- LOCAL_TRANSACTION_COMMITTED - Static variable in class jakarta.resource.spi.ConnectionEvent
-
Event notification that a Resource Manager Local Transaction was committed on the connection
- LOCAL_TRANSACTION_ROLLEDBACK - Static variable in class jakarta.resource.spi.ConnectionEvent
-
Event notification that a Resource Manager Local Transaction was rolled back on the connection
- LOCAL_TRANSACTION_STARTED - Static variable in class jakarta.resource.spi.ConnectionEvent
-
Event notification that a Resource Manager Local Transaction was started on the connection
- LocalTransaction - jakarta.resource.spi.TransactionSupport.TransactionSupportLevel
-
The resource adapter supports resource manager local transactions by implementing the
LocalTransaction
interface. - LocalTransaction - Interface in jakarta.resource.cci
-
The LocalTransaction defines a transaction demarcation interface for resource manager local transactions.
- LocalTransaction - Interface in jakarta.resource.spi
-
LocalTransaction interface provides support for transactions that are managed internal to an EIS resource manager, and do not require an external transaction manager.
- localTransactionCommitted(ConnectionEvent) - Method in interface jakarta.resource.spi.ConnectionEventListener
-
Notifies that a Resource Manager Local Transaction was committed on the ManagedConnection instance.
- LocalTransactionException - Exception in jakarta.resource.spi
-
A
LocalTransactionException
represents various error conditions related to the local transaction management contract. - LocalTransactionException() - Constructor for exception jakarta.resource.spi.LocalTransactionException
-
Constructs a new instance with null as its detail message.
- LocalTransactionException(String) - Constructor for exception jakarta.resource.spi.LocalTransactionException
-
Constructs a new instance with the specified detail message.
- LocalTransactionException(String, String) - Constructor for exception jakarta.resource.spi.LocalTransactionException
-
Constructs a new throwable with the specified detail message and an error code.
- LocalTransactionException(String, Throwable) - Constructor for exception jakarta.resource.spi.LocalTransactionException
-
Constructs a new throwable with the specified detail message and cause.
- LocalTransactionException(Throwable) - Constructor for exception jakarta.resource.spi.LocalTransactionException
-
Constructs a new throwable with the specified cause.
- localTransactionRolledback(ConnectionEvent) - Method in interface jakarta.resource.spi.ConnectionEventListener
-
Notifies that a Resource Manager Local Transaction was rolled back on the ManagedConnection instance.
- localTransactionStarted(ConnectionEvent) - Method in interface jakarta.resource.spi.ConnectionEventListener
-
Notifies that a Resource Manager Local Transaction was started on the ManagedConnection instance.
- LONGRUNNING_HINT - Static variable in class jakarta.resource.spi.work.HintsContext
M
- ManagedConnection - Interface in jakarta.resource.spi
-
ManagedConnection instance represents a physical connection to the underlying EIS.
- ManagedConnectionFactory - Interface in jakarta.resource.spi
-
ManagedConnectionFactory instance is a factory of both ManagedConnection and EIS-specific connection factory instances.
- ManagedConnectionMetaData - Interface in jakarta.resource.spi
-
The ManagedConnectionMetaData interface provides information about the underlying EIS instance associated with a ManagedConnection instance.
- MappedRecord<K,V> - Interface in jakarta.resource.cci
-
The interface
jakarta.resource.cci.MappedRecord
is used for key-value map based representation of record elements. - matchManagedConnections(Set, Subject, ConnectionRequestInfo) - Method in interface jakarta.resource.spi.ManagedConnectionFactory
-
Returns a matched connection from the candidate set of connections.
- maxPoolSize() - Method in annotation type jakarta.resource.ConnectionFactoryDefinition
-
The maximum number of connections that should be allocated for a connection pool that backs this connnection factory resource.
- MessageEndpoint - Interface in jakarta.resource.spi.endpoint
-
This defines a contract for a message endpoint.
- MessageEndpointFactory - Interface in jakarta.resource.spi.endpoint
-
This serves as a factory for creating message endpoints.
- MessageListener - Interface in jakarta.resource.cci
-
This serves as a request-response message listener type that message endpoints (message-driven beans) may implement.
- messageListeners() - Method in annotation type jakarta.resource.spi.Activation
-
Indicates the message listener type(s) associated with this activation.
- minPoolSize() - Method in annotation type jakarta.resource.ConnectionFactoryDefinition
-
The minimum number of connections that should be allocated for a connection pool that backs this connnection factory resource.
N
- name - Variable in class jakarta.resource.spi.work.HintsContext
- name() - Method in annotation type jakarta.resource.AdministeredObjectDefinition
-
JNDI name of the administered object being defined.
- name() - Method in annotation type jakarta.resource.ConnectionFactoryDefinition
-
JNDI name of the connection factory resource being defined.
- NAME_HINT - Static variable in class jakarta.resource.spi.work.HintsContext
- NoTransaction - jakarta.resource.spi.TransactionSupport.TransactionSupportLevel
-
The resource adapter supports neither resource manager nor Jakarta™ Transactions transactions.
- NotSupportedException - Exception in jakarta.resource
-
A
NotSupportedException
is thrown to indicate that 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 jakarta.resource.NotSupportedException
-
Constructs a new instance with null as its detail message.
- NotSupportedException(String) - Constructor for exception jakarta.resource.NotSupportedException
-
Constructs a new instance with the specified detail message.
- NotSupportedException(String, String) - Constructor for exception jakarta.resource.NotSupportedException
-
Constructs a new throwable with the specified detail message and error code.
- NotSupportedException(String, Throwable) - Constructor for exception jakarta.resource.NotSupportedException
-
Constructs a new throwable with the specified detail message and cause.
- NotSupportedException(Throwable) - Constructor for exception jakarta.resource.NotSupportedException
-
Constructs a new throwable with the specified cause.
O
- onMessage(Record) - Method in interface jakarta.resource.cci.MessageListener
-
This method allows an EIS to call a message endpoint using a request-response style communication.
- othersDeletesAreVisible(int) - Method in interface jakarta.resource.cci.ResultSetInfo
-
Indicates whether deletes made by others are visible.
- othersInsertsAreVisible(int) - Method in interface jakarta.resource.cci.ResultSetInfo
-
Indicates whether inserts made by others are visible.
- othersUpdatesAreVisible(int) - Method in interface jakarta.resource.cci.ResultSetInfo
-
Indicates whether updates made by others are visible.
- ownDeletesAreVisible(int) - Method in interface jakarta.resource.cci.ResultSetInfo
-
Indicates whether a ResultSet's own deletes are visible.
- ownInsertsAreVisible(int) - Method in interface jakarta.resource.cci.ResultSetInfo
-
Indicates whether a ResultSet's own inserts are visible.
- ownUpdatesAreVisible(int) - Method in interface jakarta.resource.cci.ResultSetInfo
-
Indicates whether a ResultSet's own updates are visible.
P
- PasswordCredential - Class in jakarta.resource.spi.security
-
The class PasswordCredential acts as a holder for username and password.
- PasswordCredential - jakarta.resource.spi.AuthenticationMechanism.CredentialInterface
-
Corresponds to
jakarta.resource.spi.security.PasswordCredential
. - PasswordCredential(String, char[]) - Constructor for class jakarta.resource.spi.security.PasswordCredential
-
Creates a new
PasswordCredential
object from the given user name and password. - permissionSpec() - Method in annotation type jakarta.resource.spi.SecurityPermission
-
Specifies a security permission based on the Security policy file syntax.
- prepare(Xid) - Method in interface jakarta.resource.spi.XATerminator
-
Ask the resource manager to prepare for a transaction commit of the transaction specified in xid.
- properties() - Method in annotation type jakarta.resource.AdministeredObjectDefinition
-
Properties of the administered object.
- properties() - Method in annotation type jakarta.resource.ConnectionFactoryDefinition
-
Properties of the Connection Factory.
R
- read(InputStream) - Method in interface jakarta.resource.cci.Streamable
-
Read data from an InputStream and initialize fields of a Streamable object.
- reauthenticationSupport() - Method in annotation type jakarta.resource.spi.Connector
-
Specifies whether reauthentication is supported
- Record - Interface in jakarta.resource.cci
-
The
jakarta.resource.cci.Record
interface is the base interface for the representation of an input or output to the execute methods defined on an Interaction. - RecordFactory - Interface in jakarta.resource.cci
-
The RecordFactory interface is used for creating MappedRecord and IndexedRecord instances.
- recover(int) - Method in interface jakarta.resource.spi.XATerminator
-
Obtains a list of prepared transaction branches from a resource manager.
- Referenceable - Interface in jakarta.resource
-
The Referenceable interface extends the javax.naming.Referenceable interface.
- release() - Method in interface jakarta.resource.spi.endpoint.MessageEndpoint
-
This method may be called by the resource adapter to indicate that it no longer needs a proxy endpoint instance.
- release() - Method in interface jakarta.resource.spi.work.Work
-
The
WorkManager
might call this method to hint the activeWork
instance to complete execution as soon as possible. - removeConnectionEventListener(ConnectionEventListener) - Method in interface jakarta.resource.spi.ManagedConnection
-
Removes an already registered connection event listener from the ManagedConnection instance.
- requiredWorkContexts() - Method in annotation type jakarta.resource.spi.Connector
-
Specifies a list of fully qualified classes that implements the
WorkContext
interface that a resource adapter requires the application server to support. - resourceAdapter() - Method in annotation type jakarta.resource.AdministeredObjectDefinition
-
The name of the resource adapter that the administered object must be created from.
- resourceAdapter() - Method in annotation type jakarta.resource.ConnectionFactoryDefinition
-
The name of the resource adapter that the administered object must be created from.
- ResourceAdapter - Interface in jakarta.resource.spi
-
This represents a resource adapter instance and contains operations for lifecycle management and message endpoint setup.
- ResourceAdapterAssociation - Interface in jakarta.resource.spi
-
This interface specifies the methods to associate a
ResourceAdapter
object with other objects that implement this interface likeManagedConnectionFactory
andActivationSpec
. - ResourceAdapterInternalException - Exception in jakarta.resource.spi
-
A
ResourceAdapterInternalException
indicates any system-level error conditions related to a resource adapter. - ResourceAdapterInternalException() - Constructor for exception jakarta.resource.spi.ResourceAdapterInternalException
-
Constructs a new instance with null as its detail message.
- ResourceAdapterInternalException(String) - Constructor for exception jakarta.resource.spi.ResourceAdapterInternalException
-
Constructs a new instance with the specified detail message.
- ResourceAdapterInternalException(String, String) - Constructor for exception jakarta.resource.spi.ResourceAdapterInternalException
-
Constructs a new throwable with the specified detail message and an error code.
- ResourceAdapterInternalException(String, Throwable) - Constructor for exception jakarta.resource.spi.ResourceAdapterInternalException
-
Constructs a new throwable with the specified detail message and cause.
- ResourceAdapterInternalException(Throwable) - Constructor for exception jakarta.resource.spi.ResourceAdapterInternalException
-
Constructs a new throwable with the specified cause.
- ResourceAdapterMetaData - Interface in jakarta.resource.cci
-
The interface
jakarta.resource.cci.ResourceAdapterMetaData
provides information about capabilities of a resource adapter implementation. - ResourceAllocationException - Exception in jakarta.resource.spi
-
A
ResourceAllocationException
can be thrown by an application server or resource adapter to indicate any failure to allocate system resources (example: threads, physical connections). - ResourceAllocationException() - Constructor for exception jakarta.resource.spi.ResourceAllocationException
-
Constructs a new instance with null as its detail message.
- ResourceAllocationException(String) - Constructor for exception jakarta.resource.spi.ResourceAllocationException
-
Constructs a new instance with the specified detail message.
- ResourceAllocationException(String, String) - Constructor for exception jakarta.resource.spi.ResourceAllocationException
-
Constructs a new throwable with the specified detail message and an error code.
- ResourceAllocationException(String, Throwable) - Constructor for exception jakarta.resource.spi.ResourceAllocationException
-
Constructs a new throwable with the specified detail message and cause.
- ResourceAllocationException(Throwable) - Constructor for exception jakarta.resource.spi.ResourceAllocationException
-
Constructs a new throwable with the specified cause.
- ResourceException - Exception in jakarta.resource
-
This is the root interface of the exception hierarchy defined for Jakarta™ Connectors.
- ResourceException() - Constructor for exception jakarta.resource.ResourceException
-
Constructs a new instance with null as its detail message.
- ResourceException(String) - Constructor for exception jakarta.resource.ResourceException
-
Constructs a new instance with the specified detail message.
- ResourceException(String, String) - Constructor for exception jakarta.resource.ResourceException
-
Create a new throwable with the specified message and error code.
- ResourceException(String, Throwable) - Constructor for exception jakarta.resource.ResourceException
-
Constructs a new throwable with the specified detail message and cause.
- ResourceException(Throwable) - Constructor for exception jakarta.resource.ResourceException
-
Constructs a new throwable with the specified cause.
- ResourceWarning - Exception in jakarta.resource.cci
-
A
ResourceWarning
provides information on warnings related to execution of an interaction with an EIS. - ResourceWarning() - Constructor for exception jakarta.resource.cci.ResourceWarning
-
Constructs a new instance with null as its detail message.
- ResourceWarning(String) - Constructor for exception jakarta.resource.cci.ResourceWarning
-
Constructs a new instance with the specified detail message.
- ResourceWarning(String, String) - Constructor for exception jakarta.resource.cci.ResourceWarning
-
Constructs a new throwable with the specified detail message and an error code.
- ResourceWarning(String, Throwable) - Constructor for exception jakarta.resource.cci.ResourceWarning
-
Constructs a new throwable with the specified detail message and cause.
- ResourceWarning(Throwable) - Constructor for exception jakarta.resource.cci.ResourceWarning
-
Constructs a new throwable with the specified cause.
- ResultSet - Interface in jakarta.resource.cci
-
A ResultSet represents tabular data that is retrieved from an EIS instance by the execution of an Interaction..
- ResultSetInfo - Interface in jakarta.resource.cci
-
The interface
jakarta.resource.cci.ResultSetInfo
provides information on the support provided for ResultSet by a connected EIS instance. - RetryableException - Interface in jakarta.resource.spi
-
A marker interface indicating that the Exception is transient.
- RetryableUnavailableException - Exception in jakarta.resource.spi
-
A subclass of the
UnavailableException
that indicates that the rejection of the work submission is transient. - RetryableUnavailableException() - Constructor for exception jakarta.resource.spi.RetryableUnavailableException
-
Constructs a new instance with null as its detail message.
- RetryableUnavailableException(String) - Constructor for exception jakarta.resource.spi.RetryableUnavailableException
-
Constructs a new instance with the specified detail message.
- RetryableUnavailableException(String, String) - Constructor for exception jakarta.resource.spi.RetryableUnavailableException
-
Constructs a new throwable with the specified detail message and an error code.
- RetryableUnavailableException(String, Throwable) - Constructor for exception jakarta.resource.spi.RetryableUnavailableException
-
Constructs a new throwable with the specified detail message and cause.
- RetryableUnavailableException(Throwable) - Constructor for exception jakarta.resource.spi.RetryableUnavailableException
-
Constructs a new throwable with the specified cause.
- RetryableWorkRejectedException - Exception in jakarta.resource.spi.work
-
A subclass of the
WorkRejectedException
that indicates that the the service unavailability is transient. - RetryableWorkRejectedException() - Constructor for exception jakarta.resource.spi.work.RetryableWorkRejectedException
-
Constructs a new instance with null as its detail message.
- RetryableWorkRejectedException(String) - Constructor for exception jakarta.resource.spi.work.RetryableWorkRejectedException
-
Constructs a new instance with the specified detail message.
- RetryableWorkRejectedException(String, String) - Constructor for exception jakarta.resource.spi.work.RetryableWorkRejectedException
-
Constructs a new throwable with the specified detail message and an error code.
- RetryableWorkRejectedException(String, Throwable) - Constructor for exception jakarta.resource.spi.work.RetryableWorkRejectedException
-
Constructs a new throwable with the specified detail message and cause.
- RetryableWorkRejectedException(Throwable) - Constructor for exception jakarta.resource.spi.work.RetryableWorkRejectedException
-
Constructs a new throwable with the specified cause.
- rollback() - Method in interface jakarta.resource.cci.LocalTransaction
-
Rollbacks the current resource manager local transaction.
- rollback() - Method in interface jakarta.resource.spi.LocalTransaction
-
Rollback a local transaction
- rollback(Xid) - Method in interface jakarta.resource.spi.XATerminator
-
Informs the resource manager to roll back work done on behalf of a transaction branch.
S
- scheduleWork(Work) - Method in interface jakarta.resource.spi.work.WorkManager
-
Accepts a
Work
instance for processing. - scheduleWork(Work, long, ExecutionContext, WorkListener) - Method in interface jakarta.resource.spi.work.WorkManager
-
Accepts a
Work
instance for processing. - SecurityContext - Class in jakarta.resource.spi.work
-
A standard
WorkContext
that allows aWork
instance to propagate security related context information from an EIS to an application server. - SecurityContext() - Constructor for class jakarta.resource.spi.work.SecurityContext
- SecurityException - Exception in jakarta.resource.spi
-
A
SecurityException
indicates error conditions related to the security contract between an application server and resource adapter. - SecurityException() - Constructor for exception jakarta.resource.spi.SecurityException
-
Constructs a new instance with null as its detail message.
- SecurityException(String) - Constructor for exception jakarta.resource.spi.SecurityException
-
Constructs a new instance with the specified detail message.
- SecurityException(String, String) - Constructor for exception jakarta.resource.spi.SecurityException
-
Constructs a new throwable with the specified detail message and an error code.
- SecurityException(String, Throwable) - Constructor for exception jakarta.resource.spi.SecurityException
-
Constructs a new throwable with the specified detail message and cause.
- SecurityException(Throwable) - Constructor for exception jakarta.resource.spi.SecurityException
-
Constructs a new throwable with the specified cause.
- SecurityPermission - Annotation Type in jakarta.resource.spi
-
The SecurityPermission annotation can be used by the developer, as part of the Connector annotation, to specify the extended security permissions required by the resource adapter
- securityPermissions() - Method in annotation type jakarta.resource.spi.Connector
-
Specifies the extended security permissions required to be provided for the operation of the resource adapter module
- setConnectionHandle(Object) - Method in class jakarta.resource.spi.ConnectionEvent
-
Set the connection handle.
- setDescription(String) - Method in class jakarta.resource.spi.work.HintsContext
-
Set a brief description of the role played by the instance of HintsContext and any other related debugging information.
- setErrorCode(String) - Method in exception jakarta.resource.ResourceException
-
Set the error code.
- setHint(String, Serializable) - Method in class jakarta.resource.spi.work.HintsContext
-
Set a Hint and a related value.
- setInvalidPropertyDescriptors(PropertyDescriptor[]) - Method in exception jakarta.resource.spi.InvalidPropertyException
-
Set a list of invalid properties.
- setLinkedException(Exception) - Method in exception jakarta.resource.ResourceException
-
Deprecated.J2SE release 1.4 supports a chained exception facility that allows any throwable to know about another throwable, if any, that caused it to get thrown. Refer to
getCause
andinitCause
methods of thejava.lang.Throwable
class. - setLinkedWarning(ResourceWarning) - Method in exception jakarta.resource.cci.ResourceWarning
-
Deprecated.J2SE release 1.4 supports a chained exception facility that allows any throwable to know about another throwable, if any, that caused it to get thrown. Refer to
getCause
andinitCause
methods of thejava.lang.Throwable
class. - setLogWriter(PrintWriter) - Method in interface jakarta.resource.spi.ManagedConnection
-
Sets the log writer for this ManagedConnection instance.
- setLogWriter(PrintWriter) - Method in interface jakarta.resource.spi.ManagedConnectionFactory
-
Set the log writer for this ManagedConnectionFactory instance.
- setManagedConnectionFactory(ManagedConnectionFactory) - Method in class jakarta.resource.spi.security.PasswordCredential
-
Sets the target ManagedConenctionFactory instance for which the user name and password has been set by the application server.
- setName(String) - Method in class jakarta.resource.spi.work.HintsContext
-
Set the associated name of the HintsContext.
- setRecordName(String) - Method in interface jakarta.resource.cci.Record
-
Sets the name of the Record.
- setRecordShortDescription(String) - Method in interface jakarta.resource.cci.Record
-
Sets a short description string for the Record.
- setReference(Reference) - Method in interface jakarta.resource.Referenceable
-
Sets the Reference instance.
- setResourceAdapter(ResourceAdapter) - Method in interface jakarta.resource.spi.ResourceAdapterAssociation
-
Associate this object with a
ResourceAdapter
object. - setTransactionTimeout(long) - Method in class jakarta.resource.spi.work.ExecutionContext
-
Set the transaction timeout value for a imported transaction.
- setupSecurityContext(CallbackHandler, Subject, Subject) - Method in class jakarta.resource.spi.work.SecurityContext
-
The container calls this method to set up the security Context for the
Work
instance. - setXid(Xid) - Method in class jakarta.resource.spi.work.ExecutionContext
-
set a transaction context.
- SharingViolationException - Exception in jakarta.resource.spi
-
This is thrown to indicate a connection sharing violation.
- SharingViolationException() - Constructor for exception jakarta.resource.spi.SharingViolationException
-
Constructs a new instance with null as its detail message.
- SharingViolationException(String) - Constructor for exception jakarta.resource.spi.SharingViolationException
-
Constructs a new instance with the specified detail message.
- SharingViolationException(String, String) - Constructor for exception jakarta.resource.spi.SharingViolationException
-
Constructs a new throwable with the specified detail message and error code.
- SharingViolationException(String, Throwable) - Constructor for exception jakarta.resource.spi.SharingViolationException
-
Constructs a new throwable with the specified detail message and cause.
- SharingViolationException(Throwable) - Constructor for exception jakarta.resource.spi.SharingViolationException
-
Constructs a new throwable with the specified cause.
- smallIcon() - Method in annotation type jakarta.resource.spi.Connector
-
Specifies the file name for small GIF or JPEG icon images that are used to represent the resource adapter in a GUI tool.
- start(BootstrapContext) - Method in interface jakarta.resource.spi.ResourceAdapter
-
This is called when a resource adapter instance is bootstrapped.
- START_TIMED_OUT - Static variable in exception jakarta.resource.spi.work.WorkException
-
Indicates start timeout expiration.
- startWork(Work) - Method in interface jakarta.resource.spi.work.WorkManager
-
Accepts a
Work
instance for processing. - startWork(Work, long, ExecutionContext, WorkListener) - Method in interface jakarta.resource.spi.work.WorkManager
-
Accepts a
Work
instance for processing. - stop() - Method in interface jakarta.resource.spi.ResourceAdapter
-
This is called when a resource adapter instance is undeployed or during application server shutdown.
- Streamable - Interface in jakarta.resource.cci
-
Streamable interface enables a resource adapter to extract data from an input Record or set data into an output Record as a stream of bytes.
- supportsDynamicUpdates() - Method in annotation type jakarta.resource.spi.ConfigProperty
-
Indicates that the configuration property supports dynamic updates to its value during the lifetime of the JavaBean
- supportsExecuteWithInputAndOutputRecord() - Method in interface jakarta.resource.cci.ResourceAdapterMetaData
-
Returns true if the implementation class for the Interaction interface implements public boolean execute(InteractionSpec ispec, Record input, Record output) method; otherwise the method returns false.
- supportsExecuteWithInputRecordOnly() - Method in interface jakarta.resource.cci.ResourceAdapterMetaData
-
Returns true if the implementation class for the Interaction interface implements public Record execute(InteractionSpec ispec, Record input) method; otherwise the method returns false.
- supportsLocalTransactionDemarcation() - Method in interface jakarta.resource.cci.ResourceAdapterMetaData
-
Returns true if the resource adapter implements the LocalTransaction interface and supports local transaction demarcation on the underlying EIS instance through the LocalTransaction interface.
- supportsResultSetType(int) - Method in interface jakarta.resource.cci.ResultSetInfo
-
Indicates whether or not a resource adapter supports a type of ResultSet.
- supportsResultTypeConcurrency(int, int) - Method in interface jakarta.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 jakarta.resource.cci.InteractionSpec
-
The execution of an Interaction results in a synchronous receive of an output Record.
- SYNC_SEND - Static variable in interface jakarta.resource.cci.InteractionSpec
-
Interaction Verb type: The execution of an Interaction does only a send to the target EIS instance.
- SYNC_SEND_RECEIVE - Static variable in interface jakarta.resource.cci.InteractionSpec
-
Interaction Verb type: The execution of an Interaction sends a request to the EIS instance and receives response synchronously.
T
- TransactionContext - Class in jakarta.resource.spi.work
-
A standard
WorkContext
that allows aWork
instance to propagate transaction related context information from an EIS to an application server. - TransactionContext() - Constructor for class jakarta.resource.spi.work.TransactionContext
- transactionSupport() - Method in annotation type jakarta.resource.ConnectionFactoryDefinition
-
The level of transaction support the connection factory resource needs to support.
- transactionSupport() - Method in annotation type jakarta.resource.spi.Connector
-
Specifies the level of transaction support provided by the resource adapter.
- TransactionSupport - Interface in jakarta.resource.spi
-
This interface may be optionally implemented by a
ManagedConnectionFactory
to provide its level of transaction support at runtime. - TransactionSupport.TransactionSupportLevel - Enum in jakarta.resource.spi
-
An enumerated type that represents the levels of transaction support a resource adapter may support.
- TX_CONCURRENT_WORK_DISALLOWED - Static variable in exception jakarta.resource.spi.work.WorkException
-
Indicates that concurrent work within a transaction is disallowed.
- TX_RECREATE_FAILED - Static variable in exception jakarta.resource.spi.work.WorkException
-
Indicates a failure in recreating the specified transaction context.
- type() - Method in annotation type jakarta.resource.spi.ConfigProperty
-
Inferred by the container if unspecified.
U
- UnavailableException - Exception in jakarta.resource.spi
-
This is thrown to indicate that a service is unavailable.
- UnavailableException() - Constructor for exception jakarta.resource.spi.UnavailableException
-
Constructs a new instance with null as its detail message.
- UnavailableException(String) - Constructor for exception jakarta.resource.spi.UnavailableException
-
Constructs a new instance with the specified detail message.
- UnavailableException(String, String) - Constructor for exception jakarta.resource.spi.UnavailableException
-
Constructs a new throwable with the specified detail message and an error code.
- UnavailableException(String, Throwable) - Constructor for exception jakarta.resource.spi.UnavailableException
-
Constructs a new throwable with the specified detail message and cause.
- UnavailableException(Throwable) - Constructor for exception jakarta.resource.spi.UnavailableException
-
Constructs a new throwable with the specified cause.
- UNDEFINED - Static variable in exception jakarta.resource.spi.work.WorkException
-
Undefined error code.
- UNKNOWN - Static variable in interface jakarta.resource.spi.work.WorkManager
-
A constant to indicate an unknown start delay duration or other unknown values.
- UNSUPPORTED_CONTEXT_TYPE - Static variable in class jakarta.resource.spi.work.WorkContextErrorCodes
-
Indicates that a
WorkContext
type, that was not specified as optional, passed in by theWork
instance is not supported by the container. - updatesAreDetected(int) - Method in interface jakarta.resource.cci.ResultSetInfo
-
Indicates whether or not a visible row update can be detected by calling the method
ResultSet.rowUpdated
.
V
- validate() - Method in interface jakarta.resource.spi.ActivationSpec
-
This method may be called by a deployment tool to validate the overall activation configuration information provided by the endpoint deployer.
- ValidatingManagedConnectionFactory - Interface in jakarta.resource.spi
-
This interface is implemented by a
ManagedConnectionFactory
instance that supports the ability to validateManagedConnection
objects. - value() - Method in annotation type jakarta.resource.AdministeredObjectDefinitions
- value() - Method in annotation type jakarta.resource.ConnectionFactoryDefinitions
- value() - Method in annotation type jakarta.resource.spi.ConnectionDefinitions
-
An array of
ConnectionDefinition
s associated with theManagedConectionFactory
JavaBean. - valueOf(String) - Static method in enum jakarta.resource.spi.AuthenticationMechanism.CredentialInterface
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jakarta.resource.spi.TransactionSupport.TransactionSupportLevel
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum jakarta.resource.spi.AuthenticationMechanism.CredentialInterface
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum jakarta.resource.spi.TransactionSupport.TransactionSupportLevel
-
Returns an array containing the constants of this enum type, in the order they are declared.
- vendorName() - Method in annotation type jakarta.resource.spi.Connector
-
Specifies the name of the resource adapter provider vendor.
- version() - Method in annotation type jakarta.resource.spi.Connector
-
Specifies the version of the resource adapter implementation.
W
- Work - Interface in jakarta.resource.spi.work
-
This models a
Work
instance that would be executed by aWorkManager
upon submission. - WORK_ACCEPTED - Static variable in class jakarta.resource.spi.work.WorkEvent
-
Indicates
Work
instance has been accepted. - WORK_COMPLETED - Static variable in class jakarta.resource.spi.work.WorkEvent
-
Indicates
Work
instance has completed execution. - WORK_REJECTED - Static variable in class jakarta.resource.spi.work.WorkEvent
-
Indicates
Work
instance has been rejected. - WORK_STARTED - Static variable in class jakarta.resource.spi.work.WorkEvent
-
Indicates
Work
instance has started execution. - workAccepted(WorkEvent) - Method in class jakarta.resource.spi.work.WorkAdapter
-
Invoked when a
Work
instance has been accepted. - workAccepted(WorkEvent) - Method in interface jakarta.resource.spi.work.WorkListener
-
Invoked when a
Work
instance has been accepted. - WorkAdapter - Class in jakarta.resource.spi.work
-
This class is provided as a convenience for easily creating
WorkListener
instances by extending this class and overriding only those methods of interest. - WorkAdapter() - Constructor for class jakarta.resource.spi.work.WorkAdapter
- workCompleted(WorkEvent) - Method in class jakarta.resource.spi.work.WorkAdapter
-
Invoked when a
Work
instance has completed execution. - workCompleted(WorkEvent) - Method in interface jakarta.resource.spi.work.WorkListener
-
Invoked when a
Work
instance has completed execution. - WorkCompletedException - Exception in jakarta.resource.spi.work
-
This exception is thrown by a
WorkManager
to indicate that a submittedWork
instance has completed with an exception. - WorkCompletedException() - Constructor for exception jakarta.resource.spi.work.WorkCompletedException
-
Constructs a new instance with null as its detail message.
- WorkCompletedException(String) - Constructor for exception jakarta.resource.spi.work.WorkCompletedException
-
Constructs a new instance with the specified detail message.
- WorkCompletedException(String, String) - Constructor for exception jakarta.resource.spi.work.WorkCompletedException
-
Constructs a new throwable with the specified detail message and an error code.
- WorkCompletedException(String, Throwable) - Constructor for exception jakarta.resource.spi.work.WorkCompletedException
-
Constructs a new throwable with the specified detail message and cause.
- WorkCompletedException(Throwable) - Constructor for exception jakarta.resource.spi.work.WorkCompletedException
-
Constructs a new throwable with the specified cause.
- WorkContext - Interface in jakarta.resource.spi.work
-
This class serves as a standard mechanism for a resource adapter to propagate an imported context from an enterprise information system to an application server.
- WorkContextErrorCodes - Class in jakarta.resource.spi.work
-
This class models the possible error conditions that might occur during associating an
WorkContext
with aWork
instance. - WorkContextErrorCodes() - Constructor for class jakarta.resource.spi.work.WorkContextErrorCodes
- WorkContextLifecycleListener - Interface in jakarta.resource.spi.work
-
This class models the various events that occur during the processing of the
WorkContext
s associated with aWork
instance. - WorkContextProvider - Interface in jakarta.resource.spi.work
-
This interface specifies the methods a
Work
instance uses to associate aList
ofWorkContext
instances to be set when theWork
instance gets executed by aWorkManager
. - WorkEvent - Class in jakarta.resource.spi.work
-
This class models the various events that occur during the processing of a
Work
instance. - WorkEvent(Object, int, Work, WorkException) - Constructor for class jakarta.resource.spi.work.WorkEvent
-
Constructor.
- WorkEvent(Object, int, Work, WorkException, long) - Constructor for class jakarta.resource.spi.work.WorkEvent
-
Constructor.
- WorkException - Exception in jakarta.resource.spi.work
-
A common base class for all
Work
processing related exceptions. - WorkException() - Constructor for exception jakarta.resource.spi.work.WorkException
-
Constructs a new instance with null as its detail message.
- WorkException(String) - Constructor for exception jakarta.resource.spi.work.WorkException
-
Constructs a new instance with the specified detail message.
- WorkException(String, String) - Constructor for exception jakarta.resource.spi.work.WorkException
-
Constructs a new throwable with the specified detail message and an error code.
- WorkException(String, Throwable) - Constructor for exception jakarta.resource.spi.work.WorkException
-
Constructs a new throwable with the specified detail message and cause.
- WorkException(Throwable) - Constructor for exception jakarta.resource.spi.work.WorkException
-
Constructs a new throwable with the specified cause.
- WorkListener - Interface in jakarta.resource.spi.work
-
This models a
WorkListener
instance which would be notified by theWorkManager
when the variousWork
processing events (work accepted, work rejected, work started, work completed) occur. - WorkManager - Interface in jakarta.resource.spi.work
-
This interface models a
WorkManager
which provides a facility to submitWork
instances for execution. - workRejected(WorkEvent) - Method in class jakarta.resource.spi.work.WorkAdapter
-
Invoked when a
Work
instance has been rejected. - workRejected(WorkEvent) - Method in interface jakarta.resource.spi.work.WorkListener
-
Invoked when a
Work
instance has been rejected. - WorkRejectedException - Exception in jakarta.resource.spi.work
-
This exception is thrown by a
WorkManager
to indicate that a submittedWork
instance has been rejected. - WorkRejectedException() - Constructor for exception jakarta.resource.spi.work.WorkRejectedException
-
Constructs a new instance with null as its detail message.
- WorkRejectedException(String) - Constructor for exception jakarta.resource.spi.work.WorkRejectedException
-
Constructs a new instance with the specified detail message.
- WorkRejectedException(String, String) - Constructor for exception jakarta.resource.spi.work.WorkRejectedException
-
Constructs a new throwable with the specified detail message and an error code.
- WorkRejectedException(String, Throwable) - Constructor for exception jakarta.resource.spi.work.WorkRejectedException
-
Constructs a new throwable with the specified detail message and cause.
- WorkRejectedException(Throwable) - Constructor for exception jakarta.resource.spi.work.WorkRejectedException
-
Constructs a new throwable with the specified cause.
- workStarted(WorkEvent) - Method in class jakarta.resource.spi.work.WorkAdapter
-
Invoked when a
Work
instance has started execution. - workStarted(WorkEvent) - Method in interface jakarta.resource.spi.work.WorkListener
-
Invoked when a
Work
instance has started execution. - write(OutputStream) - Method in interface jakarta.resource.cci.Streamable
-
Write fields of a Streamable object to an OutputStream
X
- XATerminator - Interface in jakarta.resource.spi
-
The XATerminator interface is used for transaction completion and crash recovery flows.
- XATransaction - jakarta.resource.spi.TransactionSupport.TransactionSupportLevel
-
The resource adapter supports both resource manager local and Jakarta Transactions transactions by implementing the
LocalTransaction
andXAResource
interfaces.
All Classes All Packages