JBoss JavaEE 5.0 Aggregate 5.0.1.GA
A B C D E F G H I J L M N O P R S T U V W X 

A

ActivationSpec - Interface in javax.resource.spi
A marker interface holding the configuration of a message endpoint.
addConnectionEventListener(ConnectionEventListener) - Method in interface javax.resource.spi.ManagedConnection
Adds a connection event listener
addToExcludedPolicy(Permission) - Method in interface javax.security.jacc.PolicyConfiguration
Adds a single excluded permission to the PolicyConfiguration.
addToExcludedPolicy(PermissionCollection) - Method in interface javax.security.jacc.PolicyConfiguration
Adds a collection of excluded permissions to the PolicyConfiguration
addToRole(String, Permission) - Method in interface javax.security.jacc.PolicyConfiguration
Add a single permission to a named role in the PolicyConfiguration.
addToRole(String, PermissionCollection) - Method in interface javax.security.jacc.PolicyConfiguration
Add permissions to a named role in the PolicyConfiguration.
addToUncheckedPolicy(Permission) - Method in interface javax.security.jacc.PolicyConfiguration
Add a single unchecked permission to the PolicyConfiguration.
addToUncheckedPolicy(PermissionCollection) - Method in interface javax.security.jacc.PolicyConfiguration
Add unchecked permissions to the PolicyConfiguration.
afterCompletion(int) - Method in interface javax.transaction.Synchronization
This method is invoked after the transaction has committed or rolled back.
afterDelivery() - Method in interface javax.resource.spi.endpoint.MessageEndpoint
Invoked after delivery
allocateConnection(ManagedConnectionFactory, ConnectionRequestInfo) - Method in interface javax.resource.spi.ConnectionManager
Gets called by the resource adapter's connection factory.
ApplicationServerInternalException - Exception in javax.resource.spi
A ApplicationServerInternalException is thrown to indicate error conditions specific to the Applcation server.
ApplicationServerInternalException() - Constructor for exception javax.resource.spi.ApplicationServerInternalException
Create an exception.
ApplicationServerInternalException(String) - Constructor for exception javax.resource.spi.ApplicationServerInternalException
Create an exception with a reason.
ApplicationServerInternalException(String, String) - Constructor for exception javax.resource.spi.ApplicationServerInternalException
Create an exception with a reason and an errorCode.
ApplicationServerInternalException(String, Throwable) - Constructor for exception javax.resource.spi.ApplicationServerInternalException
Create an exception with a reason and cause.
ApplicationServerInternalException(Throwable) - Constructor for exception javax.resource.spi.ApplicationServerInternalException
Create an exception with a cause.
associateConnection(Object, ManagedConnectionFactory, ConnectionRequestInfo) - Method in interface javax.resource.spi.LazyAssociatableConnectionManager
Invoked by a resource adapter to lazily associate a connection handle with the managed connection
associateConnection(Object) - Method in interface javax.resource.spi.ManagedConnection
Associates a new application level connection handle with the connection.

B

beforeCompletion() - Method in interface javax.transaction.Synchronization
This method is invoked before the start of the commit process.
beforeDelivery(Method) - Method in interface javax.resource.spi.endpoint.MessageEndpoint
Invoked before delivery
begin() - Method in interface javax.resource.cci.LocalTransaction
Begins a local transaction on the userlying resource.
begin() - Method in interface javax.resource.spi.LocalTransaction
Begins a local transaction on the userlying resource.
begin() - Method in interface javax.transaction.TransactionManager
Starts a new transaction, and associate it with the calling thread.
begin() - Method in interface javax.transaction.UserTransaction
Starts a new transaction, and associate it with the calling thread.
BootstrapContext - Interface in javax.resource.spi
Used to pass context to the resource adapter start(BootstrapContext) method.

C

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

D

delete() - Method in interface javax.security.jacc.PolicyConfiguration
Causes all policy statements to be deleted from this PolicyConfiguration and sets its internal state such that calling any method, other than delete, getContextID, or inService on the PolicyConfiguration will be rejected and cause an UnsupportedOperationException to be thrown.
deletesAreDetected(int) - Method in interface javax.resource.cci.ResultSetInfo
Indicates whether or not a visible row delete can be detected.
delistResource(XAResource, int) - Method in interface javax.transaction.Transaction
Delist an XA resource from this transaction.
destroy() - Method in interface javax.resource.spi.ManagedConnection
Destroys the connection to the underlying resource.
DissociatableManagedConnection - Interface in javax.resource.spi
A marker interface for connections that support the lazy connection association optimization.
dissociateConnections() - Method in interface javax.resource.spi.DissociatableManagedConnection
Invoked by the application server to dissociate the managed connection from all handles.
doWork(Work) - Method in interface javax.resource.spi.work.WorkManager
Executes the work, the call blocks until the work completes
doWork(Work, long, ExecutionContext, WorkListener) - Method in interface javax.resource.spi.work.WorkManager
Executes the work, the call blocks until the work completes

E

EISSystemException - Exception in javax.resource.spi
A EISSystemException is used to indicate EIS specific error conditios.
EISSystemException() - Constructor for exception javax.resource.spi.EISSystemException
Create an exception.
EISSystemException(String) - Constructor for exception javax.resource.spi.EISSystemException
Create an exception with a reason.
EISSystemException(String, String) - Constructor for exception javax.resource.spi.EISSystemException
Create an exception with a reason and an errorCode.
EISSystemException(String, Throwable) - Constructor for exception javax.resource.spi.EISSystemException
Create an exception with a reason and cause.
EISSystemException(Throwable) - Constructor for exception javax.resource.spi.EISSystemException
Create an exception with a cause.
EJBMethodPermission - Class in javax.security.jacc
A security permission for ejb-method permissions.
EJBMethodPermission(String, String) - Constructor for class javax.security.jacc.EJBMethodPermission
Creates a new EJBMethodPermission with the specified name and actions.
EJBMethodPermission(String, String, Method) - Constructor for class javax.security.jacc.EJBMethodPermission
Creates a new EJBMethodPermission with name corresponding to the EJBName and actions composed from methodInterface, and the Method object.
EJBMethodPermission(String, String, String, String[]) - Constructor for class javax.security.jacc.EJBMethodPermission
Creates a new EJBMethodPermission with name corresponding to the EJBName and actions composed from methodName, methodInterface, and methodParams.
EJBRoleRefPermission - Class in javax.security.jacc
Class for EJB isCallerInRole (String reference) permissions.
EJBRoleRefPermission(String, String) - Constructor for class javax.security.jacc.EJBRoleRefPermission
Creates a new EJBRoleRefPermission with the specified name and actions.
end(Xid, int) - Method in interface javax.transaction.xa.XAResource
Called to disassociate the resource from a transaction.
endpointActivation(MessageEndpointFactory, ActivationSpec) - Method in interface javax.resource.spi.ResourceAdapter
Activates the endpoint factory
endpointDeactivation(MessageEndpointFactory, ActivationSpec) - Method in interface javax.resource.spi.ResourceAdapter
Deactivates the endpoint
enlistResource(XAResource) - Method in interface javax.transaction.Transaction
Enlist an XA resource with this transaction.
equals(Object) - Method in interface javax.resource.cci.Record
Compare two Records for equality
equals(Object) - Method in interface javax.resource.spi.ConnectionRequestInfo
Tests object for equality
equals(Object) - Method in interface javax.resource.spi.ManagedConnectionFactory
Tests object for equality
equals(Object) - Method in interface javax.resource.spi.security.GenericCredential
Deprecated.
Use org.ietf.jgss.GSSCredential
equals(Object) - Method in class javax.resource.spi.security.PasswordCredential
 
equals(Object) - Method in class javax.security.jacc.EJBMethodPermission
Compare two EJBMethodPermissions.
equals(Object) - Method in class javax.security.jacc.EJBRoleRefPermission
Test an EJBRoleRefPermission for equality.
equals(Object) - Method in class javax.security.jacc.WebResourcePermission
Checks two WebResourcePermission objects for equality.
equals(Object) - Method in class javax.security.jacc.WebRoleRefPermission
Checks two WebRoleRefPermission objects for equality.
equals(Object) - Method in class javax.security.jacc.WebUserDataPermission
Checks two WebUserDataPermission objects for equality.
errorCode - Variable in exception javax.transaction.SystemException
The error code of this exception.
errorCode - Variable in exception javax.transaction.xa.XAException
The error code.
execute(InteractionSpec, Record) - Method in interface javax.resource.cci.Interaction
Executes the interaction specified by the InteractionSpec with the specified input.
execute(InteractionSpec, Record, Record) - Method in interface javax.resource.cci.Interaction
Executes the interaction specified by the InteractionSpec with the specified input.
ExecutionContext - Class in javax.resource.spi.work
An execution context provides context information for work, e.g.
ExecutionContext() - Constructor for class javax.resource.spi.work.ExecutionContext
 

F

forget(Xid) - Method in interface javax.resource.spi.XATerminator
Forget the transaction
forget(Xid) - Method in interface javax.transaction.xa.XAResource
Tells the resource manager to forget about a heuristic decision.

G

GenericCredential - Interface in javax.resource.spi.security
Deprecated.
Use org.ietf.jgss.GSSCredential
getActions() - Method in class javax.security.jacc.EJBMethodPermission
Returns a String containing a canonical representation of the actions of this EJBMethodPermission.
getActions() - Method in class javax.security.jacc.EJBRoleRefPermission
 
getActions() - Method in class javax.security.jacc.WebResourcePermission
Returns a canonical String representation of the actions of this WebResourcePermission.
getActions() - Method in class javax.security.jacc.WebRoleRefPermission
Returns the security-role-ref target role name.
getActions() - Method in class javax.security.jacc.WebUserDataPermission
Returns a canonical String representation of the actions of this WebUserDataPermission.
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.
getBranchQualifier() - Method in interface javax.transaction.xa.Xid
Get the transaction branch qualifier of this transaction.
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
getContext(String) - Static method in class javax.security.jacc.PolicyContext
This method may be used by a Policy provider to activate the PolicyContextHandler registered to the context object key and cause it to return the corresponding policy context object from the container.
getContext(String, Object) - Method in interface javax.security.jacc.PolicyContextHandler
Used by the PolicyContext class to activate the handler and obtain from it the context object identified by the given key.
getContextID() - Method in interface javax.security.jacc.PolicyConfiguration
This method returns this object's policy context identifier.
getContextID() - Static method in class javax.security.jacc.PolicyContext
This method returns the value of the policy context identifier associated with the thread on which the accessor is called.
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
getFormatId() - Method in interface javax.transaction.xa.Xid
Get the format identifier.
getGlobalTransactionId() - Method in interface javax.transaction.xa.Xid
Get the global transaction id of this transaction.
getHandlerKeys() - Static method in class javax.security.jacc.PolicyContext
This method may be used to obtain the keys that identify the container specific context handlers registered by the container.
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
getKeys() - Method in interface javax.security.jacc.PolicyContextHandler
Get the keys identifying the context objects supported by this handlers getContext(String, Object) method.
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
getPolicyConfiguration(String, boolean) - Method in class javax.security.jacc.PolicyConfigurationFactory
This method is used to obtain an instance of the provider specific class that implements the PolicyConfiguration interface that corresponds to the identified policy context within the provider.
getPolicyConfigurationFactory() - Static method in class javax.security.jacc.PolicyConfigurationFactory
This static method uses the javax.security.jacc.PolicyConfigurationFactory.provider system property to create a provider factory implementation.
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
getResource(Object) - Method in interface javax.transaction.TransactionSynchronizationRegistry
Get a transaction local for the current transaction
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.
getRollbackOnly() - Method in interface javax.transaction.TransactionSynchronizationRegistry
Get the rollback status of the transaction associated with the current thread.
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
getStatus() - Method in interface javax.transaction.Transaction
Get the status of the transaction.
getStatus() - Method in interface javax.transaction.TransactionManager
Get the status of the transaction associated with the calling thread.
getStatus() - Method in interface javax.transaction.UserTransaction
Get the status of the transaction associated with the calling thread.
getTransaction() - Method in interface javax.transaction.TransactionManager
Get the transaction associated with the calling thread.
getTransactionKey() - Method in interface javax.transaction.TransactionSynchronizationRegistry
An object that has the same equals/hashCode behaviour as the transaction currently associated with the thread
getTransactionStatus() - Method in interface javax.transaction.TransactionSynchronizationRegistry
Get the transaction status of the current thread
getTransactionTimeout() - Method in class javax.resource.spi.work.ExecutionContext
Get the transaction timeout
getTransactionTimeout() - Method in interface javax.transaction.xa.XAResource
Get the current transaction timeout value for this resource.
getType() - Method in class javax.resource.spi.work.WorkEvent
Get the type
getUserName() - Method in interface javax.resource.cci.ConnectionMetaData
Gets the user name for the connection to the underlying resource as known to the underlying resource.
getUserName() - Method in interface javax.resource.spi.ManagedConnectionMetaData
Returns user name associated with the underlying connection.
getUserName() - Method in class javax.resource.spi.security.PasswordCredential
Returns the username
getWarnings() - Method in interface javax.resource.cci.Interaction
Gets the first warning for this interaction.
getWork() - Method in class javax.resource.spi.work.WorkEvent
Get the work
getWorkManager() - Method in interface javax.resource.spi.BootstrapContext
Get the work manager, the resource adapter should use this for all work on new threads.
getXAResource() - Method in interface javax.resource.spi.ManagedConnection
Returns an XAResource instance.
getXAResources(ActivationSpec[]) - Method in interface javax.resource.spi.ResourceAdapter
Called by the application server during recovery
getXATerminator() - Method in interface javax.resource.spi.BootstrapContext
Get the XATerminator.
getXid() - Method in class javax.resource.spi.work.ExecutionContext
Get the xid

H

hashCode() - Method in interface javax.resource.cci.Record
 
hashCode() - Method in interface javax.resource.spi.ConnectionRequestInfo
Generates a hashCode for this object
hashCode() - Method in interface javax.resource.spi.ManagedConnectionFactory
Generates a hashCode for this object
hashCode() - Method in interface javax.resource.spi.security.GenericCredential
Deprecated.
Use org.ietf.jgss.GSSCredential
hashCode() - Method in class javax.resource.spi.security.PasswordCredential
 
hashCode() - Method in class javax.security.jacc.EJBMethodPermission
Calculates the hash code as the hash of the methodName, methodInterface and methodSig for each that is non-null.
hashCode() - Method in class javax.security.jacc.EJBRoleRefPermission
 
hashCode() - Method in class javax.security.jacc.WebResourcePermission
Returns the hash code value for this WebResourcePermission.
hashCode() - Method in class javax.security.jacc.WebRoleRefPermission
Returns the hash code value for this WebRoleRefPermission.
hashCode() - Method in class javax.security.jacc.WebUserDataPermission
Returns the hash code value for this WebUserDataPermission.
HeuristicCommitException - Exception in javax.transaction
This exception is meant to be thrown by the rollback operation on a resource to report that a heuristic decision was made and that all relevant updates have been committed.
HeuristicCommitException() - Constructor for exception javax.transaction.HeuristicCommitException
Creates a new HeuristicMixedException without a detail message.
HeuristicCommitException(String) - Constructor for exception javax.transaction.HeuristicCommitException
Constructs an HeuristicCommitException with the specified detail message.
HeuristicMixedException - Exception in javax.transaction
This exception is thrown to report that a heuristic decision was made and that some some parts of the transaction have been committed while other parts have been rolled back.
HeuristicMixedException() - Constructor for exception javax.transaction.HeuristicMixedException
Creates a new HeuristicMixedException without a detail message.
HeuristicMixedException(String) - Constructor for exception javax.transaction.HeuristicMixedException
Constructs an HeuristicMixedException with the specified detail message.
HeuristicRollbackException - Exception in javax.transaction
This exception is thrown by the commit operation to report that a heuristic decision was made and that all relevant updates have been rolled back.
HeuristicRollbackException() - Constructor for exception javax.transaction.HeuristicRollbackException
Creates a new HeuristicRollbackException without a detail message.
HeuristicRollbackException(String) - Constructor for exception javax.transaction.HeuristicRollbackException
Constructs an HeuristicRollbackException with the specified detail message.

I

id - Variable in class javax.resource.spi.ConnectionEvent
Type of event
IllegalStateException - Exception in javax.resource.spi
A IllegalStateException is thrown when a method has been invoked on an object which is in the wrong state to execute the method.
IllegalStateException() - Constructor for exception javax.resource.spi.IllegalStateException
Create an exception.
IllegalStateException(String) - Constructor for exception javax.resource.spi.IllegalStateException
Create an exception with a reason.
IllegalStateException(String, String) - Constructor for exception javax.resource.spi.IllegalStateException
Create an exception with a reason and an errorCode.
IllegalStateException(String, Throwable) - Constructor for exception javax.resource.spi.IllegalStateException
Create an exception with a reason and cause.
IllegalStateException(Throwable) - Constructor for exception javax.resource.spi.IllegalStateException
Create an exception with a cause.
IMMEDIATE - Static variable in interface javax.resource.spi.work.WorkManager
No start delay
implies(Permission) - Method in class javax.security.jacc.EJBMethodPermission
Determines if the argument Permission is "implied by" this EJBMethodPermission.
implies(Permission) - Method in class javax.security.jacc.EJBRoleRefPermission
Determines if the argument Permission is "implied by" this EJBRoleRefPermission.
implies(Permission) - Method in class javax.security.jacc.WebResourcePermission
Determines if the argument Permission is "implied by" this WebResourcePermission.
implies(Permission) - Method in class javax.security.jacc.WebRoleRefPermission
Determines if the argument Permission is "implied by" this WebRoleRefPermission.
implies(Permission) - Method in class javax.security.jacc.WebUserDataPermission
Determines if the argument Permission is "implied by" this WebUserDataPermission.
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.
inService() - Method in interface javax.security.jacc.PolicyConfiguration
This method is used to determine if the policy context whose interface is this PolicyConfiguration Object is in the "inService" state.
inService(String) - Method in class javax.security.jacc.PolicyConfigurationFactory
This method determines if the identified policy context exists with state "inService" in the Policy provider associated with the factory.
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.
InvalidTransactionException - Exception in javax.transaction
This exception indicates an invalid transaction.
InvalidTransactionException() - Constructor for exception javax.transaction.InvalidTransactionException
Creates a new InvalidTransactionException without a detail message.
InvalidTransactionException(String) - Constructor for exception javax.transaction.InvalidTransactionException
Constructs an InvalidTransactionException with the specified detail message.
isDeliveryTransacted(Method) - Method in interface javax.resource.spi.endpoint.MessageEndpointFactory
Tests whether the delivery is transactional for the given method
isSameRM(XAResource) - Method in interface javax.transaction.xa.XAResource
Tells the caller if this resource has the same resource manager as the argument resource.

J

javax.resource - package javax.resource
J2EE Connector API.
javax.resource.cci - package javax.resource.cci
J2EE Connector API - Common Client Interface.
javax.resource.spi - package javax.resource.spi
J2EE Connector API - System Programmer Interface.
javax.resource.spi.endpoint - package javax.resource.spi.endpoint
J2EE Connector API - Message Endpoint.
javax.resource.spi.security - package javax.resource.spi.security
J2EE Connector API - Security.
javax.resource.spi.work - package javax.resource.spi.work
J2EE Connector API - Work Management.
javax.security.jacc - package javax.security.jacc
 
javax.transaction - package javax.transaction
 
javax.transaction.xa - package javax.transaction.xa
This package contains the classes and interfaces that define the interaction between the transaction manager and the resources it manages.

L

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

M

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

N

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

O

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

P

PasswordCredential - Class in javax.resource.spi.security
The class PasswordCredential is a placeholder for username and password.
PasswordCredential(String, char[]) - Constructor for class javax.resource.spi.security.PasswordCredential
Constructor, creates a new password credential
PolicyConfiguration - Interface in javax.security.jacc
The methods of this interface are used by containers to create policy statements in a Policy provider.
PolicyConfigurationFactory - Class in javax.security.jacc
 
PolicyConfigurationFactory() - Constructor for class javax.security.jacc.PolicyConfigurationFactory
 
PolicyContext - Class in javax.security.jacc
This utility class is used by containers to communicate policy context identifiers and other policy relevant context to Policy providers.
PolicyContextException - Exception in javax.security.jacc
This checked exception is thrown by the policy context and configuration classes.
PolicyContextException() - Constructor for exception javax.security.jacc.PolicyContextException
 
PolicyContextException(String) - Constructor for exception javax.security.jacc.PolicyContextException
 
PolicyContextException(String, Throwable) - Constructor for exception javax.security.jacc.PolicyContextException
 
PolicyContextException(Throwable) - Constructor for exception javax.security.jacc.PolicyContextException
 
PolicyContextHandler - Interface in javax.security.jacc
JACC interface which defines the methods that must be implemented by handlers that are to be registered and activated by PolicyContexts
prepare(Xid) - Method in interface javax.resource.spi.XATerminator
Prepare the transaction
prepare(Xid) - Method in interface javax.transaction.xa.XAResource
Prepare to commit the work done on this resource in the given transaction.
putResource(Object, Object) - Method in interface javax.transaction.TransactionSynchronizationRegistry
Set a transaction local for the current transaction

R

read(InputStream) - Method in interface javax.resource.cci.Streamable
Read the Streamable from the specified InputStream.
Record - Interface in javax.resource.cci
The Record interface is the base interface for representing input and output for an Interaction.
RecordFactory - Interface in javax.resource.cci
The RecordFactory interface is used for creating MappedRecord and IndexedRecord instances.
recover(int) - Method in interface javax.resource.spi.XATerminator
Retrieve xids that are recoverable
recover(int) - Method in interface javax.transaction.xa.XAResource
Return a list of transactions that are in a prepared or heuristically state.
Referenceable - Interface in javax.resource
The Referenceable interface extends the javax.naming.Referenceable interface.
registerHandler(String, PolicyContextHandler, boolean) - Static method in class javax.security.jacc.PolicyContext
Authorization protected method used to register a container specific PolicyContext handler.
registerInterposedSynchronization(Synchronization) - Method in interface javax.transaction.TransactionSynchronizationRegistry
Add a transaction synchronization that is invoked "last", i.e.
registerSynchronization(Synchronization) - Method in interface javax.transaction.Transaction
Register a Synchronization callback with this transaction.
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
removeExcludedPolicy() - Method in interface javax.security.jacc.PolicyConfiguration
Used to remove any excluded policy statements from this PolicyConfiguration
removeRole(String) - Method in interface javax.security.jacc.PolicyConfiguration
Used to remove a role and all its permissions from this PolicyConfiguration.
removeUncheckedPolicy() - Method in interface javax.security.jacc.PolicyConfiguration
Used to remove any unchecked policy statements from this PolicyConfiguration.
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.
resume(Transaction) - Method in interface javax.transaction.TransactionManager
Resume the association of the calling thread with the given transaction.
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
rollback() - Method in interface javax.transaction.Transaction
Rolls back this transaction.
rollback() - Method in interface javax.transaction.TransactionManager
Rolls back the transaction associated with the calling thread.
rollback() - Method in interface javax.transaction.UserTransaction
Rolls back the transaction associated with the calling thread.
rollback(Xid) - Method in interface javax.transaction.xa.XAResource
Roll back the work done on this resource in the given transaction.
RollbackException - Exception in javax.transaction
The RollbackException exception indicates that either the transaction has been rolled back or an operation cannot complete because the transaction is marked for rollback only.
RollbackException() - Constructor for exception javax.transaction.RollbackException
Creates a new RollbackException without a detail message.
RollbackException(String) - Constructor for exception javax.transaction.RollbackException
Constructs an RollbackException with the specified detail message.

S

scheduleWork(Work) - Method in interface javax.resource.spi.work.WorkManager
Executes the work, the call returns immediatley
scheduleWork(Work, long, ExecutionContext, WorkListener) - Method in interface javax.resource.spi.work.WorkManager
Executes the work, the call returns immediately
SecurityException - Exception in javax.resource.spi
A SecurityException indicates error conditions related to the security contract between an application server and a resource adapter.
SecurityException() - Constructor for exception javax.resource.spi.SecurityException
Create an exception.
SecurityException(String) - Constructor for exception javax.resource.spi.SecurityException
Create an exception with a reason.
SecurityException(String, String) - Constructor for exception javax.resource.spi.SecurityException
Create an exception with a reason and an errorCode.
SecurityException(String, Throwable) - Constructor for exception javax.resource.spi.SecurityException
Create an exception with a reason and cause.
SecurityException(Throwable) - Constructor for exception javax.resource.spi.SecurityException
Create an exception with a cause.
setConnectionHandle(Object) - Method in class javax.resource.spi.ConnectionEvent
Set the ConnectionHandle
setContextID(String) - Static method in class javax.security.jacc.PolicyContext
Authorization protected method used to modify the value of the policy context identifier associated with the thread on which this method is called
setErrorCode(String) - Method in exception javax.resource.ResourceException
Set the error code.
setHandlerData(Object) - Static method in class javax.security.jacc.PolicyContext
Authorization protected method that may be used to associate a thread-scoped handler data object with the PolicyContext.
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
setRollbackOnly() - Method in interface javax.transaction.Transaction
Mark the transaction so that the only possible outcome is a rollback.
setRollbackOnly() - Method in interface javax.transaction.TransactionManager
Mark the transaction associated with the calling thread for rollback only.
setRollbackOnly() - Method in interface javax.transaction.TransactionSynchronizationRegistry
Set the transaction associated with the current thread to force a rollback
setRollbackOnly() - Method in interface javax.transaction.UserTransaction
Mark the transaction associated with the calling thread for rollback only.
setTransactionTimeout(long) - Method in class javax.resource.spi.work.ExecutionContext
Set the transaction timeout
setTransactionTimeout(int) - Method in interface javax.transaction.TransactionManager
Change the transaction timeout for transactions started by the calling thread with the TransactionManager.begin() method.
setTransactionTimeout(int) - Method in interface javax.transaction.UserTransaction
Change the transaction timeout for transactions started by the calling thread with the UserTransaction.begin() method.
setTransactionTimeout(int) - Method in interface javax.transaction.xa.XAResource
Set the transaction timeout value for this resource.
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(Xid, int) - Method in interface javax.transaction.xa.XAResource
Called to associate the resource with a transaction.
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
Status - Interface in javax.transaction
The Status interface defines the constants for transaction status codes.
STATUS_ACTIVE - Static variable in interface javax.transaction.Status
Status code indicating an active transaction.
STATUS_COMMITTED - Static variable in interface javax.transaction.Status
Status code indicating a transaction that has been committed.
STATUS_COMMITTING - Static variable in interface javax.transaction.Status
Status code indicating a transaction that has begun the second phase of the two-phase commit protocol, but not yet completed this phase.
STATUS_MARKED_ROLLBACK - Static variable in interface javax.transaction.Status
Status code indicating a transaction that has been marked for rollback only.
STATUS_NO_TRANSACTION - Static variable in interface javax.transaction.Status
Status code indicating that no transaction exists.
STATUS_PREPARED - Static variable in interface javax.transaction.Status
Status code indicating a transaction that has completed the first phase of the two-phase commit protocol, but not yet begun the second phase.
STATUS_PREPARING - Static variable in interface javax.transaction.Status
Status code indicating a transaction that has begun the first phase of the two-phase commit protocol, not not yet completed this phase.
STATUS_ROLLEDBACK - Static variable in interface javax.transaction.Status
Status code indicating a transaction that has been rolled back.
STATUS_ROLLING_BACK - Static variable in interface javax.transaction.Status
Status code indicating a transaction that is in the process of rolling back.
STATUS_UNKNOWN - Static variable in interface javax.transaction.Status
Status code indicating that the transaction status could not be determined.
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.
supports(String) - Method in interface javax.security.jacc.PolicyContextHandler
Query the handler to see if its getContext(String, Object) method supports the given key.
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.
suspend() - Method in interface javax.transaction.TransactionManager
Suspend the association the calling thread has to a transaction, and return the suspended transaction.
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.
Synchronization - Interface in javax.transaction
This is the callback interface that has to be implemented by objects interested in receiving notification before and after a transaction commits or rolls back.
SystemException - Exception in javax.transaction
This exception is thrown to indicate that the transaction manager has encountered an unexpected error condition that prevents future transaction services from proceeding.
SystemException() - Constructor for exception javax.transaction.SystemException
Creates a new SystemException without a detail message.
SystemException(String) - Constructor for exception javax.transaction.SystemException
Constructs an SystemException with the specified detail message.
SystemException(int) - Constructor for exception javax.transaction.SystemException
Constructs an SystemException with the specified detail message.

T

TMENDRSCAN - Static variable in interface javax.transaction.xa.XAResource
Flag value for the recover method indicating that the resource manager should end the current recovery scan.
TMFAIL - Static variable in interface javax.transaction.xa.XAResource
Flag value for the end method indicating that the transaction should be disassociated, and that the work has failed
TMJOIN - Static variable in interface javax.transaction.xa.XAResource
Flag value for the start method indicating that the resource should associate with a transaction previously seen by this resource manager.
TMNOFLAGS - Static variable in interface javax.transaction.xa.XAResource
Flag value indicating that no flags are set.
TMONEPHASE - Static variable in interface javax.transaction.xa.XAResource
JTA specifies this constant and states that it indicates that the caller is using one-phase optimization, but this constant seems not to be used by JTA.
TMRESUME - Static variable in interface javax.transaction.xa.XAResource
Flag value for the start method indicating that the resource should associate with a transaction where the association was suspended.
TMSTARTRSCAN - Static variable in interface javax.transaction.xa.XAResource
Flag value for the recover method indicating that the resource manager should start a new recovery scan.
TMSUCCESS - Static variable in interface javax.transaction.xa.XAResource
Flag value for the end method indicating that the transaction should be disassociated, and that the work has completed sucessfully.
TMSUSPEND - Static variable in interface javax.transaction.xa.XAResource
Flag value for the end method indicating that the resource should temporarily suspend the association with the transaction.
toString() - Method in class javax.security.jacc.EJBMethodPermission
Method string represented by this permission
toString() - Method in class javax.security.jacc.EJBRoleRefPermission
Returns a string describing this Permission.
Transaction - Interface in javax.transaction
The Transaction interface allows operations to be performed on transactions.
TransactionManager - Interface in javax.transaction
The TransactionManager interface defines the methods that allow an application server to manage transactions on behalf of the applications.
TransactionRequiredException - Exception in javax.transaction
This exception indicates that a remote invocation request carried a null transaction context, but that an active transaction context was needed.
TransactionRequiredException() - Constructor for exception javax.transaction.TransactionRequiredException
Creates a new TransactionRequiredException without a detail message.
TransactionRequiredException(String) - Constructor for exception javax.transaction.TransactionRequiredException
Constructs an TransactionRequiredException with the specified detail message.
TransactionRolledbackException - Exception in javax.transaction
This exception indicates that the transaction context carried in the remote invocation has been rolled back, or was marked for roll back only.
TransactionRolledbackException() - Constructor for exception javax.transaction.TransactionRolledbackException
Creates a new TransactionRolledbackException without a detail message.
TransactionRolledbackException(String) - Constructor for exception javax.transaction.TransactionRolledbackException
Constructs an TransactionRolledbackException with the specified detail message.
TransactionSynchronizationRegistry - Interface in javax.transaction
TransactionSynchronizationRegistry.
TX_CONCURRENT_WORK_DISALLOWED - Static variable in exception javax.resource.spi.work.WorkException
Not allowed to do concurrent work on a transaction
TX_RECREATE_FAILED - Static variable in exception javax.resource.spi.work.WorkException
Could not recreate the transaction context

U

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

V

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

W

WebResourcePermission - Class in javax.security.jacc
Class for Servlet web resource permissions.
WebResourcePermission(HttpServletRequest) - Constructor for class javax.security.jacc.WebResourcePermission
Creates a new WebResourcePermission from the HttpServletRequest object.
WebResourcePermission(String, String) - Constructor for class javax.security.jacc.WebResourcePermission
Creates a new WebResourcePermission with the specified name and actions.
WebResourcePermission(String, String[]) - Constructor for class javax.security.jacc.WebResourcePermission
Creates a new WebResourcePermission with name corresponding to the URLPatternSpec, and actions composed from the array of HTTP methods.
WebRoleRefPermission - Class in javax.security.jacc
Class for Servlet isUserInRole (String reference) permissions.
WebRoleRefPermission(String, String) - Constructor for class javax.security.jacc.WebRoleRefPermission
Creates a new WebRoleRefPermission with the specified name and actions.
WebUserDataPermission - Class in javax.security.jacc
Class for Servlet Web user data permissions.
WebUserDataPermission(HttpServletRequest) - Constructor for class javax.security.jacc.WebUserDataPermission
Creates a new WebUserDataPermission from the HttpServletRequest object.
WebUserDataPermission(String, String) - Constructor for class javax.security.jacc.WebUserDataPermission
Creates a new WebUserDataPermission with the specified name and actions.
WebUserDataPermission(String, String[], String) - Constructor for class javax.security.jacc.WebUserDataPermission
Creates a new WebUserDataPermission with name corresponding to the URLPatternSpec, and actions composed from the array of HTTP methods and the transport type.
Work - Interface in javax.resource.spi.work
Work submitted to a work manager
WORK_ACCEPTED - Static variable in class javax.resource.spi.work.WorkEvent
The WORK_ACCEPTED value
WORK_COMPLETED - Static variable in class javax.resource.spi.work.WorkEvent
The WORK_COMPLETED value
WORK_REJECTED - Static variable in class javax.resource.spi.work.WorkEvent
The WORK_REJECTED value
WORK_STARTED - Static variable in class javax.resource.spi.work.WorkEvent
The WORK_STARTED value
workAccepted(WorkEvent) - Method in class javax.resource.spi.work.WorkAdapter
 
workAccepted(WorkEvent) - Method in interface javax.resource.spi.work.WorkListener
Invoked when work is accepted
WorkAdapter - Class in javax.resource.spi.work
A helper for work listener implementations
WorkAdapter() - Constructor for class javax.resource.spi.work.WorkAdapter
 
workCompleted(WorkEvent) - Method in class javax.resource.spi.work.WorkAdapter
 
workCompleted(WorkEvent) - Method in interface javax.resource.spi.work.WorkListener
Invoked when work is completed
WorkCompletedException - Exception in javax.resource.spi.work
An error thrown when work is completed.
WorkCompletedException() - Constructor for exception javax.resource.spi.work.WorkCompletedException
Create an exception.
WorkCompletedException(String) - Constructor for exception javax.resource.spi.work.WorkCompletedException
Create an exception with a reason.
WorkCompletedException(String, String) - Constructor for exception javax.resource.spi.work.WorkCompletedException
Create an exception with a reason and an errorCode.
WorkCompletedException(String, Throwable) - Constructor for exception javax.resource.spi.work.WorkCompletedException
Create an exception with a reason and an error.
WorkCompletedException(Throwable) - Constructor for exception javax.resource.spi.work.WorkCompletedException
Create an exception with an error.
WorkEvent - Class in javax.resource.spi.work
Events that occur on work
WorkEvent(Object, int, Work, WorkException) - Constructor for class javax.resource.spi.work.WorkEvent
Create a new WorkEvent
WorkEvent(Object, int, Work, WorkException, long) - Constructor for class javax.resource.spi.work.WorkEvent
Create a new WorkEvent
WorkException - Exception in javax.resource.spi.work
Thrown when there is an error handling work.
WorkException() - Constructor for exception javax.resource.spi.work.WorkException
Create an exception.
WorkException(String) - Constructor for exception javax.resource.spi.work.WorkException
Create an exception with a reason.
WorkException(String, String) - Constructor for exception javax.resource.spi.work.WorkException
Create an exception with a reason and an errorCode.
WorkException(String, Throwable) - Constructor for exception javax.resource.spi.work.WorkException
Create an exception with a reason and an error.
WorkException(Throwable) - Constructor for exception javax.resource.spi.work.WorkException
Create an exception with an error.
WorkListener - Interface in javax.resource.spi.work
Listens to events on work
WorkManager - Interface in javax.resource.spi.work
Interface used to associate the resource adapter with objects that implement this interface.
workRejected(WorkEvent) - Method in class javax.resource.spi.work.WorkAdapter
 
workRejected(WorkEvent) - Method in interface javax.resource.spi.work.WorkListener
Invoked when work is rejected
WorkRejectedException - Exception in javax.resource.spi.work
Thrown when a work is rejected.
WorkRejectedException() - Constructor for exception javax.resource.spi.work.WorkRejectedException
Create an exception.
WorkRejectedException(String) - Constructor for exception javax.resource.spi.work.WorkRejectedException
Create an exception with a reason.
WorkRejectedException(String, String) - Constructor for exception javax.resource.spi.work.WorkRejectedException
Create an exception with a reason and an errorCode.
WorkRejectedException(String, Throwable) - Constructor for exception javax.resource.spi.work.WorkRejectedException
Create an exception with a reason and an error.
WorkRejectedException(Throwable) - Constructor for exception javax.resource.spi.work.WorkRejectedException
Create an exception with an error.
workStarted(WorkEvent) - Method in class javax.resource.spi.work.WorkAdapter
 
workStarted(WorkEvent) - Method in interface javax.resource.spi.work.WorkListener
Invoked when work is started
write(OutputStream) - Method in interface javax.resource.cci.Streamable
Write the Streamable to the specified OutputStream.

X

XA_HEURCOM - Static variable in exception javax.transaction.xa.XAException
Error code indicating that a heuristic commit decision was made.
XA_HEURHAZ - Static variable in exception javax.transaction.xa.XAException
Error code indicating that a heuristic decision may have been made.
XA_HEURMIX - Static variable in exception javax.transaction.xa.XAException
Error code indicating that a heuristic mixed decision was made.
XA_HEURRB - Static variable in exception javax.transaction.xa.XAException
Error code indicating that a heuristic rollback decision was made.
XA_NOMIGRATE - Static variable in exception javax.transaction.xa.XAException
Error code indicating that the transaction resumption must happen where the suspension occurred.
XA_OK - Static variable in interface javax.transaction.xa.XAResource
Value returned from the prepare method to indicate that the resource has successfully prepared to commit the transaction.
XA_RBBASE - Static variable in exception javax.transaction.xa.XAException
This is not an error code, but the same as the rollback error code with the lowest number.
XA_RBCOMMFAIL - Static variable in exception javax.transaction.xa.XAException
Rollback error code indicating that the rollback happened due to a communications failure.
XA_RBDEADLOCK - Static variable in exception javax.transaction.xa.XAException
Rollback error code indicating that the rollback happened because deadlock was detected.
XA_RBEND - Static variable in exception javax.transaction.xa.XAException
This is not an error code, but the same as the rollback error code with the highest number.
XA_RBINTEGRITY - Static variable in exception javax.transaction.xa.XAException
Rollback error code indicating that the rollback happened because an internal integrity check failed.
XA_RBOTHER - Static variable in exception javax.transaction.xa.XAException
Rollback error code indicating that the rollback happened for some reason not fitting any of the other rollback error codes.
XA_RBPROTO - Static variable in exception javax.transaction.xa.XAException
Rollback error code indicating that the rollback happened due to a protocol error in the resource manager.
XA_RBROLLBACK - Static variable in exception javax.transaction.xa.XAException
Rollback error code indicating that the rollback happened for an unspecified reason.
XA_RBTIMEOUT - Static variable in exception javax.transaction.xa.XAException
Rollback error code indicating that the rollback happened because of a timeout.
XA_RBTRANSIENT - Static variable in exception javax.transaction.xa.XAException
Rollback error code indicating that the rollback happened due to a transient failure.
XA_RDONLY - Static variable in exception javax.transaction.xa.XAException
Error code indicating that the transaction branch was read-only, and has already been committed.
XA_RDONLY - Static variable in interface javax.transaction.xa.XAResource
Value returned from the prepare method to indicate that the resource was not changed in this transaction.
XA_RETRY - Static variable in exception javax.transaction.xa.XAException
Error code indicating that the method invoked returned without having any effect, and that it may be invoked again.
XAER_ASYNC - Static variable in exception javax.transaction.xa.XAException
Error code indicating that an asynchronous operation is outstanding.
XAER_DUPID - Static variable in exception javax.transaction.xa.XAException
Error code indicating that a Xid given as an argument is already known to the resource manager.
XAER_INVAL - Static variable in exception javax.transaction.xa.XAException
Error code indicating that invalid arguments were passed.
XAER_NOTA - Static variable in exception javax.transaction.xa.XAException
Error code indicating that an Xid is not valid.
XAER_OUTSIDE - Static variable in exception javax.transaction.xa.XAException
Error code indicating that the resource manager is doing work outside the global transaction.
XAER_PROTO - Static variable in exception javax.transaction.xa.XAException
Error code indicating a protocol error.
XAER_RMERR - Static variable in exception javax.transaction.xa.XAException
Error code indicating that a resource manager error has occurred.
XAER_RMFAIL - Static variable in exception javax.transaction.xa.XAException
Error code indicating that the resource manager has failed and is not available.
XAException - Exception in javax.transaction.xa
The XAException is thrown by resource managers in case of problems.
XAException() - Constructor for exception javax.transaction.xa.XAException
Creates new XAException without detail message.
XAException(String) - Constructor for exception javax.transaction.xa.XAException
Constructs an XAException with the specified detail message.
XAException(int) - Constructor for exception javax.transaction.xa.XAException
Constructs an XAException for the specified error code.
XAResource - Interface in javax.transaction.xa
The XAResource interface is a Java mapping of the industry standard XA interface based on the X/Open CAE Specification (Distributed Transaction Processing: The XA Specification).
XATerminator - Interface in javax.resource.spi
Transaction completion and crash recovery
Xid - Interface in javax.transaction.xa
The Xid interface is a Java mapping of the X/Open transaction identifier XID structure.
A B C D E F G H I J L M N O P R S T U V W X 
JBoss JavaEE 5.0 Aggregate 5.0.1.GA

Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.