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
- AbstractTransaction - Class in org.wildfly.transaction.client
-
A managed transaction.
- addResource(XAResource, Xid, URI) - Method in class org.wildfly.transaction.client.XAResourceRegistry
-
Adds a XA resource to this registry.
- alreadyAssociated() - Method in class org.wildfly.transaction.client._private.Log_$logger
- alreadyAssociated() - Method in interface org.wildfly.transaction.client._private.Log
- alreadyAssociated$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
- alreadyEnlisted() - Method in class org.wildfly.transaction.client._private.Log_$logger
- alreadyEnlisted() - Method in interface org.wildfly.transaction.client._private.Log
- alreadyEnlisted$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
- alreadyForgotten() - Method in class org.wildfly.transaction.client._private.Log_$logger
- alreadyForgotten() - Method in interface org.wildfly.transaction.client._private.Log
- alreadyForgotten$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
- appendXAResourceRecoveryFileFailed(URI, Path, IOException) - Method in class org.wildfly.transaction.client._private.Log_$logger
- appendXAResourceRecoveryFileFailed(URI, Path, IOException) - Method in interface org.wildfly.transaction.client._private.Log
- appendXAResourceRecoveryFileFailed$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
- associationChanged(AbstractTransaction, boolean) - Method in interface org.wildfly.transaction.client.AssociationListener
-
The association of the transaction to the thread has changed.
- AssociationListener - Interface in org.wildfly.transaction.client
-
A transaction-to-thread association listener, which may be called when the association with a thread is changed.
B
- beforeCompletion() - Method in interface org.wildfly.transaction.client.spi.SubordinateTransactionControl
-
Perform before-commit operations, including running all transaction synchronizations.
- beforeCompletion(Xid, ConnectionPeerIdentity) - Method in interface org.wildfly.transaction.client.provider.remoting.RemotingOperations
- beforeCompletionFailed(Throwable, XAResource) - Method in class org.wildfly.transaction.client._private.Log_$logger
- beforeCompletionFailed(Throwable, XAResource) - Method in interface org.wildfly.transaction.client._private.Log
- beforeCompletionFailed$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
- begin() - Method in class org.wildfly.transaction.client.ContextTransactionManager
- begin() - Method in class org.wildfly.transaction.client.LocalUserTransaction
- begin() - Method in class org.wildfly.transaction.client.RemoteUserTransaction
- begin(int) - Method in interface org.wildfly.transaction.client.spi.RemoteTransactionPeer
-
Establish a remote user-controlled transaction without local enlistment.
- begin(ConnectionPeerIdentity) - Method in interface org.wildfly.transaction.client.provider.remoting.RemotingOperations
- beginTransaction(int) - Method in class org.wildfly.transaction.client.LocalTransactionContext
-
Begin a new, local transaction on behalf of a local peer.
- beginTransaction(int, boolean) - Method in class org.wildfly.transaction.client.LocalTransactionContext
-
Begin a new, local transaction on behalf of a local or remote peer.
- build() - Method in class org.wildfly.transaction.client.provider.jboss.JBossLocalTransactionProvider.Builder
-
Build this provider.
- build() - Method in class org.wildfly.transaction.client.provider.remoting.RemotingTransactionService.Builder
- builder() - Static method in class org.wildfly.transaction.client.provider.jboss.JBossLocalTransactionProvider
-
Create a builder for the transaction provider.
- builder() - Static method in class org.wildfly.transaction.client.provider.remoting.RemotingTransactionService
C
- cannotEnlistToTimeOutTransaction(XAResource, Transaction) - Method in class org.wildfly.transaction.client._private.Log_$logger
- cannotEnlistToTimeOutTransaction(XAResource, Transaction) - Method in interface org.wildfly.transaction.client._private.Log
- cannotEnlistToTimeOutTransaction$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
- cannotRemoveImportedTransaction(Xid, XAException) - Method in class org.wildfly.transaction.client._private.Log_$logger
- cannotRemoveImportedTransaction(Xid, XAException) - Method in interface org.wildfly.transaction.client._private.Log
- cannotRemoveImportedTransaction$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
- commit() - Method in class org.wildfly.transaction.client.AbstractTransaction
- commit() - Method in class org.wildfly.transaction.client.ContextTransactionManager
- commit() - Method in class org.wildfly.transaction.client.LocalTransaction
- commit() - Method in class org.wildfly.transaction.client.LocalUserTransaction
- commit() - Method in class org.wildfly.transaction.client.RemoteTransaction
- commit() - Method in class org.wildfly.transaction.client.RemoteUserTransaction
- commit() - Method in interface org.wildfly.transaction.client.spi.SimpleTransactionControl
-
Commit this transaction.
- commit(boolean) - Method in interface org.wildfly.transaction.client.spi.SubordinateTransactionControl
-
Commit a transaction, either in a single phase or after a previous prepare.
- commit(Xid, boolean) - Method in interface org.wildfly.transaction.client.XAImporter
-
Commit an imported (typically prepared) transaction.
- commit(Xid, boolean) - Method in interface org.wildfly.transaction.client.XARecoverable
- commit(Xid, boolean, ConnectionPeerIdentity) - Method in interface org.wildfly.transaction.client.provider.remoting.RemotingOperations
- commitLocal(Transaction) - Method in interface org.wildfly.transaction.client.spi.LocalTransactionProvider
-
Locally commit the given provider transaction.
- commitOnImported() - Method in class org.wildfly.transaction.client._private.Log_$logger
- commitOnImported() - Method in interface org.wildfly.transaction.client._private.Log
- commitOnImported$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
- compareTo(SimpleXid) - Method in class org.wildfly.transaction.client.SimpleXid
- connectionFailed(Throwable) - Method in class org.wildfly.transaction.client._private.Log_$logger
- connectionFailed(Throwable) - Method in interface org.wildfly.transaction.client._private.Log
- connectionFailed$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
- connectionInterrupted() - Method in class org.wildfly.transaction.client._private.Log_$logger
- connectionInterrupted() - Method in interface org.wildfly.transaction.client._private.Log
- connectionInterrupted$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
- ContextTransactionManager - Class in org.wildfly.transaction.client
-
The singleton, global transaction manager for the local instance.
- ContextTransactionSynchronizationRegistry - Class in org.wildfly.transaction.client
-
A
TransactionSynchronizationRegistrywhich operates against the current local provider. - couldNotEnlist() - Method in class org.wildfly.transaction.client._private.Log_$logger
- couldNotEnlist() - Method in interface org.wildfly.transaction.client._private.Log
- couldNotEnlist$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
- createNewTransaction(int) - Method in class org.wildfly.transaction.client.provider.jboss.JBossLocalTransactionProvider
- createNewTransaction(int) - Method in interface org.wildfly.transaction.client.spi.LocalTransactionProvider
-
Create and start a new local transaction, which is not associated with any particular thread.
- createRootContext(NamingProvider, String, FastHashtable<String, Object>, ProviderEnvironment) - Method in class org.wildfly.transaction.client.naming.txn.TxnNamingContextFactory
- createSimple(Xid, int) - Static method in interface org.wildfly.transaction.client.XAOutflowHandle
-
Create a simple, no-operation outflow handle.
- createXAResourceRecoveryFileFailed(Path, IOException) - Method in class org.wildfly.transaction.client._private.Log_$logger
- createXAResourceRecoveryFileFailed(Path, IOException) - Method in interface org.wildfly.transaction.client._private.Log
- createXAResourceRecoveryFileFailed$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
- CreationListener - Interface in org.wildfly.transaction.client
-
A transaction creation listener, which is called when a new transaction is begun or imported.
- CreationListener.CreatedBy - Enum in org.wildfly.transaction.client
-
The enumeration of possible initiators of a transaction.
D
- DEFAULT_TXN_TIMEOUT - Static variable in class org.wildfly.transaction.client.LocalTransactionContext
-
The default transaction timeout (5 minutes).
- DelayedEnlistmentException - Exception in org.wildfly.transaction.client
-
An exception thrown during transaction completion when a delayed enlistment has failed.
- DelayedEnlistmentException() - Constructor for exception org.wildfly.transaction.client.DelayedEnlistmentException
-
Constructs a new
DelayedEnlistmentExceptioninstance. - DelayedEnlistmentException(String) - Constructor for exception org.wildfly.transaction.client.DelayedEnlistmentException
-
Constructs a new
DelayedEnlistmentExceptioninstance with an initial message. - DelayedEnlistmentException(String, Throwable) - Constructor for exception org.wildfly.transaction.client.DelayedEnlistmentException
-
Constructs a new
DelayedEnlistmentExceptioninstance with an initial message and cause. - DelayedEnlistmentException(Throwable) - Constructor for exception org.wildfly.transaction.client.DelayedEnlistmentException
-
Constructs a new
DelayedEnlistmentExceptioninstance with an initial cause. - delayedEnlistmentFailed(Throwable) - Method in class org.wildfly.transaction.client._private.Log_$logger
- delayedEnlistmentFailed(Throwable) - Method in interface org.wildfly.transaction.client._private.Log
- delayedEnlistmentFailed$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
- deleteXAResourceRecoveryFileFailed(int, Path, XAResource, IOException) - Method in class org.wildfly.transaction.client._private.Log_$logger
- deleteXAResourceRecoveryFileFailed(int, Path, XAResource, IOException) - Method in interface org.wildfly.transaction.client._private.Log
- deleteXAResourceRecoveryFileFailed$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
- delistResource(XAResource, int) - Method in class org.wildfly.transaction.client.LocalTransaction
- delistResource(XAResource, int) - Method in class org.wildfly.transaction.client.RemoteTransaction
- doRecoverFailureOnIntialization(Throwable) - Method in class org.wildfly.transaction.client._private.Log_$logger
- doRecoverFailureOnIntialization(Throwable) - Method in interface org.wildfly.transaction.client._private.Log
- doRecoverFailureOnIntialization$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
- dropLocal(Transaction) - Method in class org.wildfly.transaction.client.provider.jboss.JBossLocalTransactionProvider
- dropLocal(Transaction) - Method in interface org.wildfly.transaction.client.spi.LocalTransactionProvider
-
Drop a local transaction from memory.
- dropRemote(Transaction) - Method in class org.wildfly.transaction.client.provider.jboss.JBossLocalTransactionProvider
- dropRemote(Transaction) - Method in interface org.wildfly.transaction.client.spi.LocalTransactionProvider
-
The transaction is expected to work with outflowed resources - it contains a remote subordinate enlistment.
- duplicateEnlistment(int, URI) - Method in class org.wildfly.transaction.client._private.Log_$logger
- duplicateEnlistment(int, URI) - Method in interface org.wildfly.transaction.client._private.Log
- duplicateEnlistment$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
- duplicateTransaction(int, URI, Xid) - Method in class org.wildfly.transaction.client._private.Log_$logger
- duplicateTransaction(int, URI, Xid) - Method in interface org.wildfly.transaction.client._private.Log
- duplicateTransaction$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
E
- EMPTY - Static variable in class org.wildfly.transaction.client.SimpleXid
-
A completely empty
SimpleXid, which sorts below all otherSimpleXidinstances. - EMPTY - Static variable in interface org.wildfly.transaction.client.spi.LocalTransactionProvider
-
An empty provider which does not support new transactions.
- EMPTY - Static variable in interface org.wildfly.transaction.client.spi.SubordinateTransactionControl
-
An empty subordinate transaction controller.
- end(int) - Method in interface org.wildfly.transaction.client.spi.SubordinateTransactionControl
-
End work on behalf of a transaction branch, disassociating the subordinate from the transaction branch.
- enlistDelistRemoteTransaction() - Method in class org.wildfly.transaction.client._private.Log_$logger
- enlistDelistRemoteTransaction() - Method in interface org.wildfly.transaction.client._private.Log
- enlistDelistRemoteTransaction$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
- enlistResource(XAResource) - Method in class org.wildfly.transaction.client.LocalTransaction
- enlistResource(XAResource) - Method in class org.wildfly.transaction.client.RemoteTransaction
- equals(Object) - Method in class org.wildfly.transaction.client.LocalTransaction
- equals(Object) - Method in class org.wildfly.transaction.client.RemoteTransaction
- equals(Object) - Method in class org.wildfly.transaction.client.SimpleXid
- equals(SimpleXid) - Method in class org.wildfly.transaction.client.SimpleXid
- expectedParameter(int, int) - Method in class org.wildfly.transaction.client._private.Log_$logger
- expectedParameter(int, int) - Method in interface org.wildfly.transaction.client._private.Log
- expectedParameter$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
- expectedParameterXa(int, int, int) - Method in class org.wildfly.transaction.client._private.Log_$logger
- expectedParameterXa(int, int, int) - Method in interface org.wildfly.transaction.client._private.Log
- expectedParameterXa$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
F
- failedToAcquireConnection(IOException) - Method in class org.wildfly.transaction.client._private.Log_$logger
- failedToAcquireConnection(IOException) - Method in interface org.wildfly.transaction.client._private.Log
- failedToAcquireConnection$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
- failedToAcquireConnectionXA(Throwable, int) - Method in class org.wildfly.transaction.client._private.Log_$logger
- failedToAcquireConnectionXA(Throwable, int) - Method in interface org.wildfly.transaction.client._private.Log
- failedToAcquireConnectionXA$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
- failedToAddXAResourceToRegistry(XAResource, Xid, URI) - Method in class org.wildfly.transaction.client._private.Log_$logger
- failedToAddXAResourceToRegistry(XAResource, Xid, URI) - Method in interface org.wildfly.transaction.client._private.Log
- failedToAddXAResourceToRegistry$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
- failedToReceive(IOException) - Method in class org.wildfly.transaction.client._private.Log_$logger
- failedToReceive(IOException) - Method in interface org.wildfly.transaction.client._private.Log
- failedToReceive$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
- failedToReceiveXA(IOException, int) - Method in class org.wildfly.transaction.client._private.Log_$logger
- failedToReceiveXA(IOException, int) - Method in interface org.wildfly.transaction.client._private.Log
- failedToReceiveXA$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
- failedToSend(Exception) - Method in class org.wildfly.transaction.client._private.Log_$logger
- failedToSend(Exception) - Method in interface org.wildfly.transaction.client._private.Log
- failedToSend$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
- failedToSendXA(Exception, int) - Method in class org.wildfly.transaction.client._private.Log_$logger
- failedToSendXA(Exception, int) - Method in interface org.wildfly.transaction.client._private.Log
- failedToSendXA$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
- failToConvertHexadecimalFormatToSimpleXid(String, String) - Method in class org.wildfly.transaction.client._private.Log_$logger
- failToConvertHexadecimalFormatToSimpleXid(String, String) - Method in interface org.wildfly.transaction.client._private.Log
- failToConvertHexadecimalFormatToSimpleXid$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
- findExistingTransaction(Xid) - Method in interface org.wildfly.transaction.client.XAImporter
-
Find an existing transaction on this system.
- findOrImportTransaction(Xid, int) - Method in class org.wildfly.transaction.client.LocalTransactionContext
-
Attempt to import a transaction, which subsequently may be controlled by its XID or by the returned handle.
- findOrImportTransaction(Xid, int, boolean) - Method in class org.wildfly.transaction.client.LocalTransactionContext
-
Attempt to import a transaction, which subsequently may be controlled by its XID or by the returned handle.
- findOrImportTransaction(Xid, int, boolean) - Method in interface org.wildfly.transaction.client.XAImporter
-
Import a transaction.
- forbiddenContextForUserTransaction() - Method in class org.wildfly.transaction.client._private.Log_$logger
- forbiddenContextForUserTransaction() - Method in interface org.wildfly.transaction.client._private.Log
- forbiddenContextForUserTransaction$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
- forget() - Method in interface org.wildfly.transaction.client.spi.SubordinateTransactionControl
-
Forget the (previously prepared) transaction.
- forget(Xid) - Method in interface org.wildfly.transaction.client.XAImporter
-
Forget an imported, prepared transaction.
- forget(Xid) - Method in interface org.wildfly.transaction.client.XARecoverable
- forget(Xid, ConnectionPeerIdentity) - Method in interface org.wildfly.transaction.client.provider.remoting.RemotingOperations
- forgetEnlistment() - Method in interface org.wildfly.transaction.client.XAOutflowHandle
-
Signal that this enlistment may be forgotten.
- forName(String) - Static method in class org.wildfly.transaction.TransactionPermission
- from(XATerminator) - Static method in interface org.wildfly.transaction.client.XARecoverable
- from(XAResource) - Static method in interface org.wildfly.transaction.client.XARecoverable
G
- getBranchQualifier() - Method in class org.wildfly.transaction.client.SimpleXid
- getConfiguredTransactionTimeout() - Method in class org.wildfly.transaction.client.ContextTransactionManager
-
Get the current configured transaction timeout, in seconds, or zero if the global default is in use.
- getContextManager() - Static method in class org.wildfly.transaction.client.LocalTransactionContext
-
Get the context manager.
- getContextManager() - Static method in class org.wildfly.transaction.client.RemoteTransactionContext
-
Get the remote transaction context manager.
- getControl() - Method in class org.wildfly.transaction.client.ImportResult
-
Get the subordinate controller.
- getCurrent() - Static method in class org.wildfly.transaction.client.LocalTransactionContext
-
Get the current local transaction context.
- getEstimatedRemainingTime() - Method in class org.wildfly.transaction.client.AbstractTransaction
-
Get an estimate of the amount of time remaining in this transaction.
- getExtendedJBossXATerminator() - Method in class org.wildfly.transaction.client.provider.jboss.JBossLocalTransactionProvider.Builder
-
Get the extended JBoss XA terminator.
- getFormatId() - Method in class org.wildfly.transaction.client.SimpleXid
- getGlobalDefaultTransactionTimeout() - Static method in class org.wildfly.transaction.client.ContextTransactionManager
-
Get the global default transaction timeout.
- getGlobalTransactionId() - Method in class org.wildfly.transaction.client.SimpleXid
- getInDoubtXAResources() - Method in interface org.wildfly.transaction.client.XAResourceRegistryProvider
-
List all in-doubt XAResources over all instances of the
XAResourceRegistryknown to provider. - getInstance() - Static method in class org.wildfly.transaction.client.ContextTransactionManager
-
Get the transaction manager instance.
- getInstance() - Static method in class org.wildfly.transaction.client.ContextTransactionSynchronizationRegistry
- getInstance() - Static method in class org.wildfly.transaction.client.LocalUserTransaction
-
Get the singleton instance.
- getInstance() - Static method in class org.wildfly.transaction.client.RemoteTransactionContext
-
Get the active remote transaction context instance.
- getInstance() - Static method in class org.wildfly.transaction.client.RemoteTransactionPermission
-
Get the instance of this class.
- getInstance() - Static method in class org.wildfly.transaction.client.XAResourceRegistryProviderHolder
-
Returning instance of the currently configured
XAResourceRegistryProvider. - getInstanceContextManager() - Method in class org.wildfly.transaction.client.LocalTransactionContext
-
Get the context manager; delegates to
LocalTransactionContext.getContextManager(). - getInstanceContextManager() - Method in class org.wildfly.transaction.client.RemoteTransactionContext
- getKey(Transaction) - Method in class org.wildfly.transaction.client.provider.jboss.JBossLocalTransactionProvider
- getKey(Transaction) - Method in interface org.wildfly.transaction.client.spi.LocalTransactionProvider
-
Get a key which has the same equals and hashCode behavior as the given transaction.
- getLocation() - Method in class org.wildfly.transaction.client.RemoteTransaction
-
Get the location of this remote transaction.
- getLoggingLocale() - Method in class org.wildfly.transaction.client._private.Log_$logger
- getNameFromXid(Xid) - Method in class org.wildfly.transaction.client.provider.jboss.JBossLocalTransactionProvider
- getNameFromXid(Xid) - Method in interface org.wildfly.transaction.client.spi.LocalTransactionProvider
-
Attempt to derive a node name from an XID.
- getNodeName() - Method in class org.wildfly.transaction.client.provider.jboss.JBossLocalTransactionProvider
- getNodeName() - Method in interface org.wildfly.transaction.client.spi.LocalTransactionProvider
-
Get the unique node name of this provider.
- getOperations(Connection) - Method in interface org.wildfly.transaction.client.provider.remoting.RemotingFallbackPeerProvider
-
Get an alternative operations handler for the given connection.
- getOrBeginTransaction(int, int) - Method in class org.wildfly.transaction.client.provider.remoting.RemotingTransactionServer
- getParentName() - Method in class org.wildfly.transaction.client.LocalTransaction
-
Get the name of the node which initiated the transaction.
- getPeerHandle(URI, SSLContext, AuthenticationConfiguration) - Method in class org.wildfly.transaction.client.provider.remoting.RemotingRemoteTransactionProvider
- getPeerHandle(URI, SSLContext, AuthenticationConfiguration) - Method in interface org.wildfly.transaction.client.spi.RemoteTransactionProvider
-
Get a handle for a specific peer.
- getPeerHandleForXa(URI, SSLContext, AuthenticationConfiguration) - Method in interface org.wildfly.transaction.client.spi.RemoteTransactionProvider
-
Get a handle for a specific peer for an XA operation.
- getProviderInterface(Class<T>) - Method in class org.wildfly.transaction.client.AbstractTransaction
-
Get a provider-specific interface from this transaction.
- getProviderInterface(Class<T>) - Method in class org.wildfly.transaction.client.LocalTransaction
- getProviderInterface(Class<T>) - Method in class org.wildfly.transaction.client.RemoteTransaction
- getProviderInterface(Class<T>) - Method in interface org.wildfly.transaction.client.spi.RemoteTransactionPeer
-
Get the provider interface with the given type for this peer.
- getProviderInterface(Class<T>) - Method in interface org.wildfly.transaction.client.spi.SimpleTransactionControl
-
Get a provider-specific interface from this transaction controller.
- getProviderInterface(Transaction, Class<T>) - Method in class org.wildfly.transaction.client.provider.jboss.JBossLocalTransactionProvider
- getProviderInterface(Transaction, Class<T>) - Method in interface org.wildfly.transaction.client.spi.LocalTransactionProvider
-
Attempt to acquire a provider interface instance from the given provider transaction.
- getRecoveryInterface() - Method in class org.wildfly.transaction.client.LocalTransactionContext
-
Get the recovery interface for this context.
- getRemainingTime() - Method in interface org.wildfly.transaction.client.XAOutflowHandle
-
Get an estimated remaining timeout for this transaction.
- getResource(Object) - Method in class org.wildfly.transaction.client.AbstractTransaction
- getResource(Object) - Method in class org.wildfly.transaction.client.ContextTransactionSynchronizationRegistry
- getResource(Object) - Method in class org.wildfly.transaction.client.LocalTransaction
- getResource(Object) - Method in class org.wildfly.transaction.client.RemoteTransaction
- getResource(Transaction, Object) - Method in interface org.wildfly.transaction.client.spi.LocalTransactionProvider
-
Get a resource associated with the given transaction.
- getRollbackOnly() - Method in class org.wildfly.transaction.client.ContextTransactionSynchronizationRegistry
- getRollbackOnly(Transaction) - Method in interface org.wildfly.transaction.client.spi.LocalTransactionProvider
-
Determine if the given transaction is rollback-only.
- getServerForConnection(Connection) - Method in class org.wildfly.transaction.client.provider.remoting.RemotingTransactionService
- getStaleTransactionTime() - Method in class org.wildfly.transaction.client.provider.jboss.JBossLocalTransactionProvider.Builder
-
Get the stale transaction time, in seconds.
- getStatus() - Method in class org.wildfly.transaction.client.ContextTransactionManager
- getStatus() - Method in class org.wildfly.transaction.client.LocalTransaction
- getStatus() - Method in class org.wildfly.transaction.client.LocalUserTransaction
- getStatus() - Method in class org.wildfly.transaction.client.RemoteTransaction
- getStatus() - Method in class org.wildfly.transaction.client.RemoteUserTransaction
- getTimeout(Transaction) - Method in class org.wildfly.transaction.client.provider.jboss.JBossLocalTransactionProvider
- getTimeout(Transaction) - Method in interface org.wildfly.transaction.client.spi.LocalTransactionProvider
-
Get the configured timeout of the given transaction (not the remaining time).
- getTransaction() - Method in class org.wildfly.transaction.client.ContextTransactionManager
- getTransaction() - Method in class org.wildfly.transaction.client.ImportResult
-
Get the transaction.
- getTransactionContext() - Method in class org.wildfly.transaction.client.provider.remoting.RemotingTransactionService
-
Get the local transaction context being used by this service.
- getTransactionId(Connection) - Method in interface org.wildfly.transaction.client.provider.remoting.SimpleIdResolver
-
Get the transaction ID for the transaction from which this instance was taken.
- getTransactionIfExists(int) - Method in class org.wildfly.transaction.client.provider.remoting.RemotingTransactionServer
- getTransactionKey() - Method in class org.wildfly.transaction.client.ContextTransactionSynchronizationRegistry
- getTransactionManager() - Method in class org.wildfly.transaction.client.provider.jboss.JBossLocalTransactionProvider.Builder
-
Get the transaction manager.
- getTransactionManager() - Method in class org.wildfly.transaction.client.provider.jboss.JBossLocalTransactionProvider
- getTransactionManager() - Method in interface org.wildfly.transaction.client.spi.LocalTransactionProvider
-
Get the transaction manager.
- getTransactionService() - Method in class org.wildfly.transaction.client.provider.remoting.RemotingTransactionServer
-
Get the transaction service for this server.
- getTransactionStatus() - Method in class org.wildfly.transaction.client.ContextTransactionSynchronizationRegistry
- getTransactionSynchronizationRegistry() - Method in class org.wildfly.transaction.client.provider.jboss.JBossLocalTransactionProvider.Builder
-
Deprecated.
- getTransactionTimeout() - Method in class org.wildfly.transaction.client.AbstractTransaction
-
Get the transaction timeout that was in force when the transaction began.
- getTransactionTimeout() - Method in class org.wildfly.transaction.client.ContextTransactionManager
-
Get the current effective transaction timeout, in seconds.
- getTransactionTimeout() - Method in class org.wildfly.transaction.client.LocalTransaction
- getTransactionTimeout() - Method in class org.wildfly.transaction.client.RemoteTransaction
- getTransactionTimeout() - Method in class org.wildfly.transaction.client.RemoteUserTransaction
- getUserTransaction() - Method in class org.wildfly.transaction.client.RemoteTransactionContext
-
Get a
UserTransactionthat controls a remote transactions state at the givenlocation. - getUserTransaction$$bridge_compat() - Method in class org.wildfly.transaction.client.RemoteTransactionContext
-
Deprecated.Please use
RemoteTransactionContext.getUserTransaction()instead. - getXAImporter() - Method in class org.wildfly.transaction.client.provider.jboss.JBossLocalTransactionProvider
- getXAImporter() - Method in interface org.wildfly.transaction.client.spi.LocalTransactionProvider
-
Get the XA importer.
- getXAResourceRegistry(LocalTransaction) - Method in class org.wildfly.transaction.client.provider.jboss.JBossLocalTransactionProvider
- getXAResourceRegistry(LocalTransaction) - Method in interface org.wildfly.transaction.client.spi.LocalTransactionProvider
-
Return the XAResource registry associated with
transaction. - getXATerminator() - Method in class org.wildfly.transaction.client.LocalTransactionContext
- getXATerminator() - Method in class org.wildfly.transaction.client.provider.jboss.JBossLocalTransactionProvider.Builder
-
Deprecated.
- getXid() - Method in class org.wildfly.transaction.client.LocalTransaction
-
Get the XID of the local transaction.
- getXid() - Method in interface org.wildfly.transaction.client.XAOutflowHandle
-
Get the XID of the transaction.
- getXid(Transaction) - Method in class org.wildfly.transaction.client.provider.jboss.JBossLocalTransactionProvider
- getXid(Transaction) - Method in interface org.wildfly.transaction.client.spi.LocalTransactionProvider
-
Get the transaction ID of the given transaction.
H
- hashCode() - Method in class org.wildfly.transaction.client.LocalTransaction
- hashCode() - Method in class org.wildfly.transaction.client.RemoteTransaction
- hashCode() - Method in class org.wildfly.transaction.client.SimpleXid
- heuristicCommitXa(int, HeuristicCommitException) - Method in class org.wildfly.transaction.client._private.Log_$logger
- heuristicCommitXa(int, HeuristicCommitException) - Method in interface org.wildfly.transaction.client._private.Log
- heuristicCommitXa$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
- heuristicMixedXa(int, HeuristicMixedException) - Method in class org.wildfly.transaction.client._private.Log_$logger
- heuristicMixedXa(int, HeuristicMixedException) - Method in interface org.wildfly.transaction.client._private.Log
- heuristicMixedXa$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
- heuristicRollbackXa(int, HeuristicRollbackException) - Method in class org.wildfly.transaction.client._private.Log_$logger
- heuristicRollbackXa(int, HeuristicRollbackException) - Method in interface org.wildfly.transaction.client._private.Log
- heuristicRollbackXa$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
I
- illegalStateXa(int, IllegalStateException) - Method in class org.wildfly.transaction.client._private.Log_$logger
- illegalStateXa(int, IllegalStateException) - Method in interface org.wildfly.transaction.client._private.Log
- illegalStateXa$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
- IMPORT - org.wildfly.transaction.client.CreationListener.CreatedBy
-
The transaction was imported by way of
LocalTransactionContext.findOrImportTransaction(Xid, int)orLocalTransactionContext.findOrImportTransaction(Xid, int, boolean). - importProviderTransaction() - Method in class org.wildfly.transaction.client.LocalTransactionContext
-
Attempt to import a provider's current transaction as a local transaction.
- ImportResult<T extends Transaction> - Class in org.wildfly.transaction.client
-
Class representing the result of a transaction import.
- ImportResult(T, SubordinateTransactionControl, boolean) - Constructor for class org.wildfly.transaction.client.ImportResult
-
Construct a new instance.
- inboundException(Throwable) - Method in class org.wildfly.transaction.client._private.Log_$logger
- inboundException(Throwable) - Method in interface org.wildfly.transaction.client._private.Log
- inboundException$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
- interruptedXA(int) - Method in class org.wildfly.transaction.client._private.Log_$logger
- interruptedXA(int) - Method in interface org.wildfly.transaction.client._private.Log
- interruptedXA$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
- invalidConnectionEndpoint() - Method in class org.wildfly.transaction.client._private.Log_$logger
- invalidConnectionEndpoint() - Method in interface org.wildfly.transaction.client._private.Log
- invalidConnectionEndpoint$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
- invalidFlags() - Method in class org.wildfly.transaction.client._private.Log_$logger
- invalidFlags() - Method in interface org.wildfly.transaction.client._private.Log
- invalidFlags$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
- invalidHandleType(Class<?>, Class<?>) - Method in class org.wildfly.transaction.client._private.Log_$logger
- invalidHandleType(Class<?>, Class<?>) - Method in interface org.wildfly.transaction.client._private.Log
- invalidHandleType$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
- invalidHandleTypeRequested(Class<?>) - Method in class org.wildfly.transaction.client._private.Log_$logger
- invalidHandleTypeRequested(Class<?>) - Method in interface org.wildfly.transaction.client._private.Log
- invalidHandleTypeRequested$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
- invalidTransactionConnection() - Method in class org.wildfly.transaction.client._private.Log_$logger
- invalidTransactionConnection() - Method in interface org.wildfly.transaction.client._private.Log
- invalidTransactionConnection$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
- invalidTransactionLocationUri(URI) - Method in class org.wildfly.transaction.client._private.Log_$logger
- invalidTransactionLocationUri(URI) - Method in interface org.wildfly.transaction.client._private.Log
- invalidTransactionLocationUri$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
- invalidTxnState() - Method in class org.wildfly.transaction.client._private.Log_$logger
- invalidTxnState() - Method in interface org.wildfly.transaction.client._private.Log
- invalidTxnState$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
- invalidTxStateXa(int) - Method in class org.wildfly.transaction.client._private.Log_$logger
- invalidTxStateXa(int) - Method in interface org.wildfly.transaction.client._private.Log
- invalidTxStateXa$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
- isAvailable() - Method in class org.wildfly.transaction.client.LocalUserTransaction
- isImported() - Method in class org.wildfly.transaction.client.LocalTransaction
-
Determine if this transaction was imported.
- isImported(Transaction) - Method in class org.wildfly.transaction.client.provider.jboss.JBossLocalTransactionProvider
- isImported(Transaction) - Method in interface org.wildfly.transaction.client.spi.LocalTransactionProvider
-
Determine whether the given transaction was imported or originated locally.
- isNew() - Method in class org.wildfly.transaction.client.ImportResult
-
Determine whether this import resulted in a new transaction.
J
- JBossLocalTransactionProvider - Class in org.wildfly.transaction.client.provider.jboss
-
The local transaction provider for JBoss application servers.
- JBossLocalTransactionProvider.Builder - Class in org.wildfly.transaction.client.provider.jboss
-
A builder for a JBoss local transaction provider.
L
- listXAResourceRecoveryFilesNull(File) - Method in class org.wildfly.transaction.client._private.Log_$logger
- listXAResourceRecoveryFilesNull(File) - Method in interface org.wildfly.transaction.client._private.Log
- listXAResourceRecoveryFilesNull$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
- LocalTransaction - Class in org.wildfly.transaction.client
-
A transaction from a local transaction provider.
- LocalTransactionContext - Class in org.wildfly.transaction.client
-
The local transaction context, which manages the creation and usage of local transactions.
- LocalTransactionContext(LocalTransactionProvider) - Constructor for class org.wildfly.transaction.client.LocalTransactionContext
-
Construct a new instance.
- LocalTransactionProvider - Interface in org.wildfly.transaction.client.spi
-
A local transaction provider.
- LocalUserTransaction - Class in org.wildfly.transaction.client
-
A
UserTransactioninstance that controls the transaction state of the current local provider. - locationAlreadyInitialized(URI, URI) - Method in class org.wildfly.transaction.client._private.Log_$logger
- locationAlreadyInitialized(URI, URI) - Method in interface org.wildfly.transaction.client._private.Log
- locationAlreadyInitialized$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
- log - Static variable in interface org.wildfly.transaction.client._private.Log
- Log - Interface in org.wildfly.transaction.client._private
-
Log messages.
- Log_$logger - Class in org.wildfly.transaction.client._private
-
Warning this class consists of generated code.
- Log_$logger(Logger) - Constructor for class org.wildfly.transaction.client._private.Log_$logger
- lookupXid(Xid) - Method in interface org.wildfly.transaction.client.spi.RemoteTransactionPeer
-
Look up an outflow handle for a remote transaction with the given XID.
M
- markedRollbackOnly() - Method in class org.wildfly.transaction.client._private.Log_$logger
- markedRollbackOnly() - Method in interface org.wildfly.transaction.client._private.Log
- markedRollbackOnly$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
- MERGE - org.wildfly.transaction.client.CreationListener.CreatedBy
-
The transaction was merged by way of
LocalTransactionContext.importProviderTransaction(). - multipleProvidersRegistered(Endpoint) - Method in class org.wildfly.transaction.client._private.Log_$logger
- multipleProvidersRegistered(Endpoint) - Method in interface org.wildfly.transaction.client._private.Log
- multipleProvidersRegistered$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
N
- negativeTxnTimeout() - Method in class org.wildfly.transaction.client._private.Log_$logger
- negativeTxnTimeout() - Method in interface org.wildfly.transaction.client._private.Log
- negativeTxnTimeout$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
- negativeTxnTimeoutXa(int) - Method in class org.wildfly.transaction.client._private.Log_$logger
- negativeTxnTimeoutXa(int) - Method in interface org.wildfly.transaction.client._private.Log
- negativeTxnTimeoutXa$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
- nestedNotSupported() - Method in class org.wildfly.transaction.client._private.Log_$logger
- nestedNotSupported() - Method in interface org.wildfly.transaction.client._private.Log
- nestedNotSupported$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
- NO_BYTES - Static variable in class org.wildfly.transaction.client.SimpleXid
-
An empty byte array used when there is an empty XID component.
- NO_SIMPLE_XIDS - Static variable in class org.wildfly.transaction.client.SimpleXid
-
An empty
SimpleXidarray. - NO_XIDS - Static variable in class org.wildfly.transaction.client.SimpleXid
-
An empty XID array.
- noLocalTransactionProvider() - Method in class org.wildfly.transaction.client._private.Log_$logger
- noLocalTransactionProvider() - Method in interface org.wildfly.transaction.client._private.Log
- noLocalTransactionProvider$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
- noLocalTransactionProviderNodeName() - Method in class org.wildfly.transaction.client._private.Log_$logger
- noLocalTransactionProviderNodeName() - Method in interface org.wildfly.transaction.client._private.Log
- noLocalTransactionProviderNodeName$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
- nonMasterEnlistment() - Method in interface org.wildfly.transaction.client.XAOutflowHandle
-
Signal that the peer already had the transaction in question.
- noPermission(String, Permission) - Method in class org.wildfly.transaction.client._private.Log_$logger
- noPermission(String, Permission) - Method in interface org.wildfly.transaction.client._private.Log
- noPermission$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
- noProviderForUri(URI) - Method in class org.wildfly.transaction.client._private.Log_$logger
- noProviderForUri(URI) - Method in interface org.wildfly.transaction.client._private.Log
- noProviderForUri$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
- noProviderInterface(Class<?>) - Method in class org.wildfly.transaction.client._private.Log_$logger
- noProviderInterface(Class<?>) - Method in interface org.wildfly.transaction.client._private.Log
- noProviderInterface$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
- notActive() - Method in class org.wildfly.transaction.client._private.Log_$logger
- notActive() - Method in interface org.wildfly.transaction.client._private.Log
- notActive$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
- notActiveXA(int) - Method in class org.wildfly.transaction.client._private.Log_$logger
- notActiveXA(int) - Method in interface org.wildfly.transaction.client._private.Log
- notActiveXA$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
- notImportedXa(int) - Method in class org.wildfly.transaction.client._private.Log_$logger
- notImportedXa(int) - Method in interface org.wildfly.transaction.client._private.Log
- notImportedXa$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
- noTransaction() - Method in class org.wildfly.transaction.client._private.Log_$logger
- noTransaction() - Method in interface org.wildfly.transaction.client._private.Log
- noTransaction$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
- noTransactionForId(int) - Method in class org.wildfly.transaction.client._private.Log_$logger
- noTransactionForId(int) - Method in interface org.wildfly.transaction.client._private.Log
- noTransactionForId$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
- noTransactionProvider() - Method in class org.wildfly.transaction.client._private.Log_$logger
- noTransactionProvider() - Method in interface org.wildfly.transaction.client._private.Log
- noTransactionProvider$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
- noTransactionXa(int) - Method in class org.wildfly.transaction.client._private.Log_$logger
- noTransactionXa(int) - Method in interface org.wildfly.transaction.client._private.Log
- noTransactionXa$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
- notSupportedTransaction(Transaction) - Method in class org.wildfly.transaction.client._private.Log_$logger
- notSupportedTransaction(Transaction) - Method in interface org.wildfly.transaction.client._private.Log
- notSupportedTransaction$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
- nullTransaction() - Method in class org.wildfly.transaction.client._private.Log_$logger
- nullTransaction() - Method in interface org.wildfly.transaction.client._private.Log
- nullTransaction$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
O
- of(String) - Static method in class org.wildfly.transaction.client.SimpleXid
- of(String, char) - Static method in class org.wildfly.transaction.client.SimpleXid
- of(Transaction) - Static method in interface org.wildfly.transaction.client.spi.SimpleTransactionControl
-
A simple transaction control facade over a transaction manager
Transactionobject. - of(Xid) - Static method in class org.wildfly.transaction.client.SimpleXid
- onePhaseUserTransaction(int) - Method in class org.wildfly.transaction.client._private.Log_$logger
- onePhaseUserTransaction(int) - Method in interface org.wildfly.transaction.client._private.Log
- onePhaseUserTransaction$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
- operationInterrupted() - Method in class org.wildfly.transaction.client._private.Log_$logger
- operationInterrupted() - Method in interface org.wildfly.transaction.client._private.Log
- operationInterrupted$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
- operationInterruptedXA(int) - Method in class org.wildfly.transaction.client._private.Log_$logger
- operationInterruptedXA(int) - Method in interface org.wildfly.transaction.client._private.Log
- operationInterruptedXA$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
- org.wildfly.transaction - package org.wildfly.transaction
- org.wildfly.transaction.client - package org.wildfly.transaction.client
- org.wildfly.transaction.client._private - package org.wildfly.transaction.client._private
- org.wildfly.transaction.client.naming.txn - package org.wildfly.transaction.client.naming.txn
- org.wildfly.transaction.client.provider.jboss - package org.wildfly.transaction.client.provider.jboss
- org.wildfly.transaction.client.provider.remoting - package org.wildfly.transaction.client.provider.remoting
- org.wildfly.transaction.client.spi - package org.wildfly.transaction.client.spi
- outboundException(Throwable) - Method in class org.wildfly.transaction.client._private.Log_$logger
- outboundException(Throwable) - Method in interface org.wildfly.transaction.client._private.Log
- outboundException$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
- outflowAcrossTransactionManagers() - Method in class org.wildfly.transaction.client._private.Log_$logger
- outflowAcrossTransactionManagers() - Method in interface org.wildfly.transaction.client._private.Log
- outflowAcrossTransactionManagers$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
- outflowTransaction(URI, LocalTransaction) - Method in class org.wildfly.transaction.client.RemoteTransactionContext
-
Outflow the given local transaction to the given location.
P
- peerHeuristicMixedException() - Method in class org.wildfly.transaction.client._private.Log_$logger
- peerHeuristicMixedException() - Method in interface org.wildfly.transaction.client._private.Log
- peerHeuristicMixedException$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
- peerHeuristicRollbackException() - Method in class org.wildfly.transaction.client._private.Log_$logger
- peerHeuristicRollbackException() - Method in interface org.wildfly.transaction.client._private.Log
- peerHeuristicRollbackException$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
- peerIllegalStateException() - Method in class org.wildfly.transaction.client._private.Log_$logger
- peerIllegalStateException() - Method in interface org.wildfly.transaction.client._private.Log
- peerIllegalStateException$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
- peerSecurityException() - Method in class org.wildfly.transaction.client._private.Log_$logger
- peerSecurityException() - Method in interface org.wildfly.transaction.client._private.Log
- peerSecurityException$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
- peerSystemException() - Method in class org.wildfly.transaction.client._private.Log_$logger
- peerSystemException() - Method in interface org.wildfly.transaction.client._private.Log
- peerSystemException$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
- peerXaException(int) - Method in class org.wildfly.transaction.client._private.Log_$logger
- peerXaException(int) - Method in interface org.wildfly.transaction.client._private.Log
- peerXaException$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
- performAction(ExceptionRunnable<E>) - Method in class org.wildfly.transaction.client.AbstractTransaction
- performConsumer(ExceptionBiConsumer<T, U, E>, T, U) - Method in class org.wildfly.transaction.client.AbstractTransaction
- performConsumer(ExceptionConsumer<T, E>, T) - Method in class org.wildfly.transaction.client.AbstractTransaction
- performConsumer(ExceptionObjIntConsumer<T, E>, T, int) - Method in class org.wildfly.transaction.client.AbstractTransaction
- performFunction(ExceptionBiFunction<T, U, R, E>, T, U) - Method in class org.wildfly.transaction.client.AbstractTransaction
- performFunction(ExceptionFunction<T, R, E>, T) - Method in class org.wildfly.transaction.client.AbstractTransaction
- performSupplier(ExceptionSupplier<R, E>) - Method in class org.wildfly.transaction.client.AbstractTransaction
- performToIntFunction(ExceptionToIntBiFunction<T, U, E>, T, U) - Method in class org.wildfly.transaction.client.AbstractTransaction
- performToIntFunction(ExceptionToIntFunction<T, E>, T) - Method in class org.wildfly.transaction.client.AbstractTransaction
- prepare() - Method in interface org.wildfly.transaction.client.spi.SubordinateTransactionControl
-
Prepare the transaction.
- prepare(Xid, ConnectionPeerIdentity) - Method in interface org.wildfly.transaction.client.provider.remoting.RemotingOperations
- protocolError() - Method in class org.wildfly.transaction.client._private.Log_$logger
- protocolError() - Method in interface org.wildfly.transaction.client._private.Log
- protocolError$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
- protocolErrorXA(int) - Method in class org.wildfly.transaction.client._private.Log_$logger
- protocolErrorXA(int) - Method in interface org.wildfly.transaction.client._private.Log
- protocolErrorXA$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
- providerCreatedNullTransaction() - Method in class org.wildfly.transaction.client._private.Log_$logger
- providerCreatedNullTransaction() - Method in interface org.wildfly.transaction.client._private.Log
- providerCreatedNullTransaction$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
- putResource(Object, Object) - Method in class org.wildfly.transaction.client.AbstractTransaction
- putResource(Object, Object) - Method in class org.wildfly.transaction.client.ContextTransactionSynchronizationRegistry
- putResource(Object, Object) - Method in class org.wildfly.transaction.client.LocalTransaction
- putResource(Object, Object) - Method in class org.wildfly.transaction.client.RemoteTransaction
- putResource(Transaction, Object, Object) - Method in interface org.wildfly.transaction.client.spi.LocalTransactionProvider
-
Put a resource on to the given transaction.
- putResourceIfAbsent(Object, Object) - Method in class org.wildfly.transaction.client.AbstractTransaction
- putResourceIfAbsent(Object, Object) - Method in class org.wildfly.transaction.client.LocalTransaction
- putResourceIfAbsent(Object, Object) - Method in class org.wildfly.transaction.client.RemoteTransaction
- putResourceIfAbsent(Transaction, Object, Object) - Method in interface org.wildfly.transaction.client.spi.LocalTransactionProvider
-
Put a resource on to the given transaction if the resource does not already exist.
R
- readURIFromXAResourceRecoveryFileFailed(String, Path, URISyntaxException) - Method in class org.wildfly.transaction.client._private.Log_$logger
- readURIFromXAResourceRecoveryFileFailed(String, Path, URISyntaxException) - Method in interface org.wildfly.transaction.client._private.Log
- readURIFromXAResourceRecoveryFileFailed$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
- readXAResourceRecoveryFileFailed(Path, IOException) - Method in class org.wildfly.transaction.client._private.Log_$logger
- readXAResourceRecoveryFileFailed(Path, IOException) - Method in interface org.wildfly.transaction.client._private.Log
- readXAResourceRecoveryFileFailed$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
- readXidFromXAResourceRecoveryFileFailed(String, Path, Exception) - Method in class org.wildfly.transaction.client._private.Log_$logger
- readXidFromXAResourceRecoveryFileFailed(String, Path, Exception) - Method in interface org.wildfly.transaction.client._private.Log
- readXidFromXAResourceRecoveryFileFailed$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
- recover(int) - Method in interface org.wildfly.transaction.client.XARecoverable
- recover(int, String) - Method in interface org.wildfly.transaction.client.spi.RemoteTransactionPeer
-
Acquire a list of all unresolved subordinate transactions from the location associated with this provider.
- recover(int, String) - Method in interface org.wildfly.transaction.client.XAImporter
-
Initiate a recovery scan.
- recover(int, String) - Method in interface org.wildfly.transaction.client.XARecoverable
- recover(int, String, ConnectionPeerIdentity) - Method in interface org.wildfly.transaction.client.provider.remoting.RemotingOperations
- recoverySuppressedException(XAException) - Method in class org.wildfly.transaction.client._private.Log_$logger
- recoverySuppressedException(XAException) - Method in interface org.wildfly.transaction.client._private.Log
- recoverySuppressedException$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
- register() - Method in class org.wildfly.transaction.client.provider.remoting.RemotingTransactionService
- register(XAResourceRegistryProvider) - Static method in class org.wildfly.transaction.client.XAResourceRegistryProviderHolder
-
Registering the
XAResourceRegistryProvider. - registerAssociationListener(AssociationListener) - Method in class org.wildfly.transaction.client.AbstractTransaction
-
Register an association listener for this transaction, which will be called any time this thread is suspended or resumed.
- registerCreationListener(CreationListener) - Method in class org.wildfly.transaction.client.LocalTransactionContext
-
Register a transaction creation listener.
- registerCreationListener(CreationListener) - Method in class org.wildfly.transaction.client.RemoteTransactionContext
-
Register a transaction creation listener.
- registerInterposedSynchronization(Synchronization) - Method in class org.wildfly.transaction.client.ContextTransactionSynchronizationRegistry
- registerInterposedSynchronization(Transaction, Synchronization) - Method in class org.wildfly.transaction.client.provider.jboss.JBossLocalTransactionProvider
- registerInterposedSynchronization(Transaction, Synchronization) - Method in interface org.wildfly.transaction.client.spi.LocalTransactionProvider
-
Register an interposed synchronization on the given transaction.
- registerSynchRemoteTransaction() - Method in class org.wildfly.transaction.client._private.Log_$logger
- registerSynchRemoteTransaction() - Method in interface org.wildfly.transaction.client._private.Log
- registerSynchRemoteTransaction$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
- registerSynchronization(Synchronization) - Method in class org.wildfly.transaction.client.LocalTransaction
- registerSynchronization(Synchronization) - Method in class org.wildfly.transaction.client.RemoteTransaction
- reloadInDoubtResource(URI, String, Xid) - Method in class org.wildfly.transaction.client.XAResourceRegistry
-
Reloads an in doubt resource, recreating a previously lost remote XA resource object.
- RemoteTransaction - Class in org.wildfly.transaction.client
- RemoteTransactionContext - Class in org.wildfly.transaction.client
-
The remote transaction context.
- RemoteTransactionContext(ClassLoader) - Constructor for class org.wildfly.transaction.client.RemoteTransactionContext
-
Construct a new instance.
- RemoteTransactionContext(List<RemoteTransactionProvider>) - Constructor for class org.wildfly.transaction.client.RemoteTransactionContext
-
Construct a new instance.
- RemoteTransactionPeer - Interface in org.wildfly.transaction.client.spi
- RemoteTransactionPermission - Class in org.wildfly.transaction.client
-
Represents permission to invoke transaction operations remotely
- RemoteTransactionPermission() - Constructor for class org.wildfly.transaction.client.RemoteTransactionPermission
-
Construct a new instance.
- RemoteTransactionPermission(String) - Constructor for class org.wildfly.transaction.client.RemoteTransactionPermission
-
Construct a new instance.
- RemoteTransactionPermission(String, String) - Constructor for class org.wildfly.transaction.client.RemoteTransactionPermission
-
Construct a new instance.
- RemoteTransactionProvider - Interface in org.wildfly.transaction.client.spi
-
A remote transaction transport provider.
- RemoteUserTransaction - Class in org.wildfly.transaction.client
-
A remote
UserTransactionwhich controls the transaction state of a remote system. - RemotingFallbackPeerProvider - Interface in org.wildfly.transaction.client.provider.remoting
-
A fallback peer provider for compatibility with the old EJB-based transactions protocol.
- RemotingOperations - Interface in org.wildfly.transaction.client.provider.remoting
- RemotingRemoteTransactionProvider - Class in org.wildfly.transaction.client.provider.remoting
-
A JBoss Remoting based transaction provider.
- RemotingRemoteTransactionProvider() - Constructor for class org.wildfly.transaction.client.provider.remoting.RemotingRemoteTransactionProvider
-
Construct a new instance.
- RemotingTransactionServer - Class in org.wildfly.transaction.client.provider.remoting
-
The per-connection transaction server.
- RemotingTransactionService - Class in org.wildfly.transaction.client.provider.remoting
-
The remoting transaction service.
- RemotingTransactionService.Builder - Class in org.wildfly.transaction.client.provider.remoting
- removeCreationListener(CreationListener) - Method in class org.wildfly.transaction.client.LocalTransactionContext
-
Remove a transaction creation listener.
- removeCreationListener(CreationListener) - Method in class org.wildfly.transaction.client.RemoteTransactionContext
-
Remove a transaction creation listener.
- removeResource(XAResource) - Method in class org.wildfly.transaction.client.XAResourceRegistry
-
Removes a XA resource from this registry.
- removeTransaction(int) - Method in class org.wildfly.transaction.client.provider.remoting.RemotingTransactionServer
- requireTransaction(int) - Method in class org.wildfly.transaction.client.provider.remoting.RemotingTransactionServer
- resourceInDoubt(XAResource) - Method in class org.wildfly.transaction.client.XAResourceRegistry
-
Flags the previously added resource as in doubt, meaning that it failed to complete prepare, rollback or commit.
- resourceManagerErrorXa(int, Throwable) - Method in class org.wildfly.transaction.client._private.Log_$logger
- resourceManagerErrorXa(int, Throwable) - Method in interface org.wildfly.transaction.client._private.Log
- resourceManagerErrorXa$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
- responseFailed(IOException) - Method in class org.wildfly.transaction.client._private.Log_$logger
- responseFailed(IOException) - Method in interface org.wildfly.transaction.client._private.Log
- responseFailed$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
- responseFailedXa(IOException, int) - Method in class org.wildfly.transaction.client._private.Log_$logger
- responseFailedXa(IOException, int) - Method in interface org.wildfly.transaction.client._private.Log
- responseFailedXa$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
- resume(Transaction) - Method in class org.wildfly.transaction.client.ContextTransactionManager
- resumeRequests() - Method in class org.wildfly.transaction.client.LocalTransactionContext
-
Cause requests to create new transactions to be allowed after a previous call to
LocalTransactionContext.suspendRequests(). - rollback() - Method in class org.wildfly.transaction.client.AbstractTransaction
- rollback() - Method in class org.wildfly.transaction.client.ContextTransactionManager
- rollback() - Method in class org.wildfly.transaction.client.LocalTransaction
- rollback() - Method in class org.wildfly.transaction.client.LocalUserTransaction
- rollback() - Method in class org.wildfly.transaction.client.RemoteTransaction
- rollback() - Method in class org.wildfly.transaction.client.RemoteUserTransaction
- rollback() - Method in interface org.wildfly.transaction.client.spi.SimpleTransactionControl
-
Roll back this transaction.
- rollback() - Method in interface org.wildfly.transaction.client.spi.SubordinateTransactionControl
-
Roll back the subordinate.
- rollback(Xid, ConnectionPeerIdentity) - Method in interface org.wildfly.transaction.client.provider.remoting.RemotingOperations
- rollbackFailed(Throwable) - Method in class org.wildfly.transaction.client._private.Log_$logger
- rollbackFailed(Throwable) - Method in interface org.wildfly.transaction.client._private.Log
- rollbackFailed$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
- rollbackLocal(Transaction) - Method in interface org.wildfly.transaction.client.spi.LocalTransactionProvider
-
Locally roll back the given provider transaction.
- rollbackOnImported() - Method in class org.wildfly.transaction.client._private.Log_$logger
- rollbackOnImported() - Method in interface org.wildfly.transaction.client._private.Log
- rollbackOnImported$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
- rollbackOnlyFailed(int, SystemException) - Method in class org.wildfly.transaction.client._private.Log_$logger
- rollbackOnlyFailed(int, SystemException) - Method in interface org.wildfly.transaction.client._private.Log
- rollbackOnlyFailed$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
- rollbackOnlyRollback() - Method in class org.wildfly.transaction.client._private.Log_$logger
- rollbackOnlyRollback() - Method in interface org.wildfly.transaction.client._private.Log
- rollbackOnlyRollback$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
- rollbackXa(int, RollbackException) - Method in class org.wildfly.transaction.client._private.Log_$logger
- rollbackXa(int, RollbackException) - Method in interface org.wildfly.transaction.client._private.Log
- rollbackXa$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
S
- safeRollback() - Method in interface org.wildfly.transaction.client.spi.SimpleTransactionControl
-
Safely roll back a transaction without throwing an exception; useful in cases where rollback failure is unrecoverable.
- serviceConfigurationFailed(ServiceConfigurationError) - Method in class org.wildfly.transaction.client._private.Log_$logger
- serviceConfigurationFailed(ServiceConfigurationError) - Method in interface org.wildfly.transaction.client._private.Log
- serviceConfigurationFailed$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
- setAvailability(boolean) - Method in class org.wildfly.transaction.client.LocalUserTransaction
- setEndpoint(Endpoint) - Method in class org.wildfly.transaction.client.provider.remoting.RemotingTransactionService.Builder
- setExtendedJBossXATerminator(ExtendedJBossXATerminator) - Method in class org.wildfly.transaction.client.provider.jboss.JBossLocalTransactionProvider.Builder
-
Set the extended JBoss XA terminator.
- setGlobalDefaultTransactionTimeout(int) - Static method in class org.wildfly.transaction.client.ContextTransactionManager
-
Set the global default transaction timeout, returning the original value.
- setLocation(URI) - Method in class org.wildfly.transaction.client.RemoteTransaction
-
Attempt to set the location of this transaction, binding it to a remote transport provider.
- setMaximumGlobalDefaultTransactionTimeout(int) - Static method in class org.wildfly.transaction.client.ContextTransactionManager
-
Set the maximum global default transaction timeout, returning the original value.
- setMinimumGlobalDefaultTransactionTimeout(int) - Static method in class org.wildfly.transaction.client.ContextTransactionManager
-
Set the minimum global default transaction timeout, returning the original value.
- setRollbackOnly() - Method in class org.wildfly.transaction.client.AbstractTransaction
- setRollbackOnly() - Method in class org.wildfly.transaction.client.ContextTransactionManager
- setRollbackOnly() - Method in class org.wildfly.transaction.client.ContextTransactionSynchronizationRegistry
- setRollbackOnly() - Method in class org.wildfly.transaction.client.LocalTransaction
- setRollbackOnly() - Method in class org.wildfly.transaction.client.LocalUserTransaction
- setRollbackOnly() - Method in class org.wildfly.transaction.client.RemoteTransaction
- setRollbackOnly() - Method in class org.wildfly.transaction.client.RemoteUserTransaction
- setRollbackOnly() - Method in interface org.wildfly.transaction.client.spi.SimpleTransactionControl
-
Set the transaction to be rollback-only.
- setRollbackOnly(Xid, ConnectionPeerIdentity) - Method in interface org.wildfly.transaction.client.provider.remoting.RemotingOperations
- setStaleTransactionTime(int) - Method in class org.wildfly.transaction.client.provider.jboss.JBossLocalTransactionProvider.Builder
-
Set the stale transaction time, in seconds.
- setTimeoutFailed(int, XAException) - Method in class org.wildfly.transaction.client._private.Log_$logger
- setTimeoutFailed(int, XAException) - Method in interface org.wildfly.transaction.client._private.Log
- setTimeoutFailed$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
- setTransactionContext(LocalTransactionContext) - Method in class org.wildfly.transaction.client.provider.remoting.RemotingTransactionService.Builder
- setTransactionManager(TransactionManager) - Method in class org.wildfly.transaction.client.provider.jboss.JBossLocalTransactionProvider.Builder
-
Set the transaction manager.
- setTransactionSynchronizationRegistry(TransactionSynchronizationRegistry) - Method in class org.wildfly.transaction.client.provider.jboss.JBossLocalTransactionProvider.Builder
-
Deprecated.
- setTransactionTimeout(int) - Method in class org.wildfly.transaction.client.ContextTransactionManager
- setTransactionTimeout(int) - Method in class org.wildfly.transaction.client.LocalUserTransaction
- setTransactionTimeout(int) - Method in class org.wildfly.transaction.client.RemoteUserTransaction
- setXARecoveryLogDirRelativeToPath(Path) - Method in class org.wildfly.transaction.client.provider.jboss.JBossLocalTransactionProvider.Builder
-
Set the xa recovery log dir relative to path
- setXAResourceRecoveryRegistry(XAResourceRecoveryRegistry) - Method in class org.wildfly.transaction.client.provider.jboss.JBossLocalTransactionProvider.Builder
-
Set the xa resource recovery registry.
- setXATerminator(XATerminator) - Method in class org.wildfly.transaction.client.provider.jboss.JBossLocalTransactionProvider.Builder
-
Deprecated.
- SimpleIdResolver - Interface in org.wildfly.transaction.client.provider.remoting
-
The provider interface for
RemoteTransactioninstances which are located at a Remoting peer. - SimpleTransactionControl - Interface in org.wildfly.transaction.client.spi
-
An interface implemented by transaction handles that provide direct/simple commit and rollback functionality.
- SimpleXid - Class in org.wildfly.transaction.client
-
A special simplified XID implementation which can only be compared with itself.
- SimpleXid(int, byte[], byte[]) - Constructor for class org.wildfly.transaction.client.SimpleXid
- SubordinateTransactionControl - Interface in org.wildfly.transaction.client.spi
-
The control interface for subordinate transactions.
- subordinateXaResource(URI) - Method in class org.wildfly.transaction.client._private.Log_$logger
- subordinateXaResource(URI) - Method in interface org.wildfly.transaction.client._private.Log
- subordinateXaResource$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
- supportsScheme(String) - Method in class org.wildfly.transaction.client.provider.remoting.RemotingRemoteTransactionProvider
- supportsScheme(String) - Method in interface org.wildfly.transaction.client.spi.RemoteTransactionProvider
-
Determine whether the provider supports the given URI scheme.
- supportsUriScheme(NamingProvider, String) - Method in class org.wildfly.transaction.client.naming.txn.TxnNamingContextFactory
- suspend() - Method in class org.wildfly.transaction.client.ContextTransactionManager
- suspendedCannotCreateNew() - Method in class org.wildfly.transaction.client._private.Log_$logger
- suspendedCannotCreateNew() - Method in interface org.wildfly.transaction.client._private.Log
- suspendedCannotCreateNew$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
- suspendedCannotImportXa(int) - Method in class org.wildfly.transaction.client._private.Log_$logger
- suspendedCannotImportXa(int) - Method in interface org.wildfly.transaction.client._private.Log
- suspendedCannotImportXa$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
- suspendRequests() - Method in class org.wildfly.transaction.client.LocalTransactionContext
-
Cause requests to create new transactions to be refused.
- SynchronizationException - Exception in org.wildfly.transaction.client
-
An exception which is thrown during transaction completion if a synchronizing resource's
beforeCompletion()method fails. - SynchronizationException() - Constructor for exception org.wildfly.transaction.client.SynchronizationException
-
Constructs a new
SynchronizationExceptioninstance. - SynchronizationException(String) - Constructor for exception org.wildfly.transaction.client.SynchronizationException
-
Constructs a new
SynchronizationExceptioninstance with an initial message. - SynchronizationException(String, Throwable) - Constructor for exception org.wildfly.transaction.client.SynchronizationException
-
Constructs a new
SynchronizationExceptioninstance with an initial message and cause. - SynchronizationException(Throwable) - Constructor for exception org.wildfly.transaction.client.SynchronizationException
-
Constructs a new
SynchronizationExceptioninstance with an initial cause.
T
- toHexString() - Method in class org.wildfly.transaction.client.SimpleXid
- toHexString(char) - Method in class org.wildfly.transaction.client.SimpleXid
- toString() - Method in class org.wildfly.transaction.client.LocalTransaction
- toString() - Method in class org.wildfly.transaction.client.LocalTransactionContext
- toString() - Method in class org.wildfly.transaction.client.RemoteTransaction
- toString() - Method in class org.wildfly.transaction.client.SimpleXid
- TRANSACTION_MANAGER - org.wildfly.transaction.client.CreationListener.CreatedBy
-
The transaction was created by way of
TransactionManager.begin(). - transactionCreated(AbstractTransaction, CreationListener.CreatedBy) - Method in interface org.wildfly.transaction.client.CreationListener
-
A transaction has been created.
- transactionNotAssociatedWithThisProvider() - Method in class org.wildfly.transaction.client._private.Log_$logger
- transactionNotAssociatedWithThisProvider() - Method in interface org.wildfly.transaction.client._private.Log
- transactionNotAssociatedWithThisProvider$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
- TransactionPermission - Class in org.wildfly.transaction
-
Permission for transaction operations.
- TransactionPermission(String) - Constructor for class org.wildfly.transaction.TransactionPermission
- TransactionPermission(String, String) - Constructor for class org.wildfly.transaction.TransactionPermission
- TransactionProvider - Interface in org.wildfly.transaction.client.spi
- transactionRolledBackByPeer() - Method in class org.wildfly.transaction.client._private.Log_$logger
- transactionRolledBackByPeer() - Method in interface org.wildfly.transaction.client._private.Log
- transactionRolledBackByPeer$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
- transactionTimedOut(int) - Method in class org.wildfly.transaction.client._private.Log_$logger
- transactionTimedOut(int) - Method in interface org.wildfly.transaction.client._private.Log
- transactionTimedOut$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
- tryClearLocation() - Method in class org.wildfly.transaction.client.RemoteTransaction
-
Attempt to clear the location set on this transaction, disassociating it with the remote transport provider.
- TxnNamingContextFactory - Class in org.wildfly.transaction.client.naming.txn
-
The naming context factory for transaction service objects.
- TxnNamingContextFactory() - Constructor for class org.wildfly.transaction.client.naming.txn.TxnNamingContextFactory
U
- unexpectedException(Exception) - Method in class org.wildfly.transaction.client._private.Log_$logger
- unexpectedException(Exception) - Method in interface org.wildfly.transaction.client._private.Log
- unexpectedException$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
- unexpectedExceptionOnXAResourceRecovery(IOException) - Method in class org.wildfly.transaction.client._private.Log_$logger
- unexpectedExceptionOnXAResourceRecovery(IOException) - Method in interface org.wildfly.transaction.client._private.Log
- unexpectedExceptionOnXAResourceRecovery$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
- unexpectedFailure(Throwable) - Method in class org.wildfly.transaction.client._private.Log_$logger
- unexpectedFailure(Throwable) - Method in interface org.wildfly.transaction.client._private.Log
- unexpectedFailure$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
- unexpectedProviderTransactionMismatch(Transaction, Transaction) - Method in class org.wildfly.transaction.client._private.Log_$logger
- unexpectedProviderTransactionMismatch(Transaction, Transaction) - Method in interface org.wildfly.transaction.client._private.Log
- unexpectedProviderTransactionMismatch$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
- unknownProvider(String) - Method in class org.wildfly.transaction.client._private.Log_$logger
- unknownProvider(String) - Method in interface org.wildfly.transaction.client._private.Log
- unknownProvider$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
- unknownResponse() - Method in class org.wildfly.transaction.client._private.Log_$logger
- unknownResponse() - Method in interface org.wildfly.transaction.client._private.Log
- unknownResponse$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
- unknownResponseXa(int) - Method in class org.wildfly.transaction.client._private.Log_$logger
- unknownResponseXa(int) - Method in interface org.wildfly.transaction.client._private.Log
- unknownResponseXa$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
- unknownTransactionManagerType(Class<?>) - Method in class org.wildfly.transaction.client._private.Log_$logger
- unknownTransactionManagerType(Class<?>) - Method in interface org.wildfly.transaction.client._private.Log
- unknownTransactionManagerType$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
- unknownTransactionType(Class<?>, Class<?>) - Method in class org.wildfly.transaction.client._private.Log_$logger
- unknownTransactionType(Class<?>, Class<?>) - Method in interface org.wildfly.transaction.client._private.Log
- unknownTransactionType$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
- unknownXidToBeRemovedFromTheKnownTransactionInstances(Xid) - Method in class org.wildfly.transaction.client._private.Log_$logger
- unknownXidToBeRemovedFromTheKnownTransactionInstances(Xid) - Method in interface org.wildfly.transaction.client._private.Log
- unknownXidToBeRemovedFromTheKnownTransactionInstances$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
- unrecognizedParameter(int, int) - Method in class org.wildfly.transaction.client._private.Log_$logger
- unrecognizedParameter(int, int) - Method in interface org.wildfly.transaction.client._private.Log
- unrecognizedParameter$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
- USER_TRANSACTION - org.wildfly.transaction.client.CreationListener.CreatedBy
-
The transaction was created by way of
UserTransaction.begin().
V
- valueOf(String) - Static method in enum org.wildfly.transaction.client.CreationListener.CreatedBy
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.wildfly.transaction.client.CreationListener.CreatedBy
-
Returns an array containing the constants of this enum type, in the order they are declared.
- verifyEnlistment() - Method in interface org.wildfly.transaction.client.XAOutflowHandle
-
Signal that this enlistment should be activated effective immediately.
W
- withName(String) - Method in class org.wildfly.transaction.TransactionPermission
- withoutBranch() - Method in class org.wildfly.transaction.client.SimpleXid
- withTransaction(S) - Method in class org.wildfly.transaction.client.ImportResult
-
Get a copy of this import result, with a new transaction object.
X
- XAImporter - Interface in org.wildfly.transaction.client
-
The API which must be implemented by transaction providers that support transaction inflow.
- XAOutflowHandle - Interface in org.wildfly.transaction.client
-
A handle for the outflow of an XA transactional resource.
- XARecoverable - Interface in org.wildfly.transaction.client
-
An interface which specifies the common recovery portion of the
XAResourceandXATerminatorAPIs. - xaResourceAddedToRecoveryRegistry(URI, Path) - Method in class org.wildfly.transaction.client._private.Log_$logger
- xaResourceAddedToRecoveryRegistry(URI, Path) - Method in interface org.wildfly.transaction.client._private.Log
- xaResourceAddedToRecoveryRegistry$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
- xaResourceRecoveredFromRecoveryRegistry(URI, Path) - Method in class org.wildfly.transaction.client._private.Log_$logger
- xaResourceRecoveredFromRecoveryRegistry(URI, Path) - Method in interface org.wildfly.transaction.client._private.Log
- xaResourceRecoveredFromRecoveryRegistry$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
- xaResourceRecoveryFileCreated(Path) - Method in class org.wildfly.transaction.client._private.Log_$logger
- xaResourceRecoveryFileCreated(Path) - Method in interface org.wildfly.transaction.client._private.Log
- xaResourceRecoveryFileCreated$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
- xaResourceRecoveryFileDeleted(Path) - Method in class org.wildfly.transaction.client._private.Log_$logger
- xaResourceRecoveryFileDeleted(Path) - Method in interface org.wildfly.transaction.client._private.Log
- xaResourceRecoveryFileDeleted$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
- xaResourceRecoveryRegistryReloaded(Path) - Method in class org.wildfly.transaction.client._private.Log_$logger
- xaResourceRecoveryRegistryReloaded(Path) - Method in interface org.wildfly.transaction.client._private.Log
- xaResourceRecoveryRegistryReloaded$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
- XAResourceRegistry - Class in org.wildfly.transaction.client
-
Registry that keeps track of outflowed resources info for a specific transaction.
- XAResourceRegistry() - Constructor for class org.wildfly.transaction.client.XAResourceRegistry
- XAResourceRegistryProvider - Interface in org.wildfly.transaction.client
-
Interface which provides ability to list in-doubt
XAResources at the time. - XAResourceRegistryProviderHolder - Class in org.wildfly.transaction.client
-
A single point to take a currently configured provider that is capable to list all the in-doubt
XAResources from the all records maintained asXAResourceRegistryinstances. - XAResourceRegistryProviderHolder() - Constructor for class org.wildfly.transaction.client.XAResourceRegistryProviderHolder
All Classes All Packages