Skip navigation links
WildFly transaction client 1.1.4.Final
A B C D E F G H I J L M N O P R S T U V W X 

A

AbstractTransaction - Class in org.wildfly.transaction.client
A managed transaction.
addResource(XAResource, URI) - Method in class org.wildfly.transaction.client.XAResourceRegistry
Adds a XA resource to this registry.
alreadyAssociated() - Method in interface org.wildfly.transaction.client._private.Log
 
alreadyAssociated() - Method in class org.wildfly.transaction.client._private.Log_$logger
 
alreadyAssociated$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
 
alreadyEnlisted() - Method in interface org.wildfly.transaction.client._private.Log
 
alreadyEnlisted() - Method in class org.wildfly.transaction.client._private.Log_$logger
 
alreadyEnlisted$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
 
alreadyForgotten() - Method in interface org.wildfly.transaction.client._private.Log
 
alreadyForgotten() - Method in class org.wildfly.transaction.client._private.Log_$logger
 
alreadyForgotten$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
 
appendXAResourceRecoveryFileFailed(URI, Path, IOException) - Method in interface org.wildfly.transaction.client._private.Log
 
appendXAResourceRecoveryFileFailed(URI, Path, IOException) - Method in class org.wildfly.transaction.client._private.Log_$logger
 
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(Xid, ConnectionPeerIdentity) - Method in interface org.wildfly.transaction.client.provider.remoting.RemotingOperations
 
beforeCompletion() - Method in interface org.wildfly.transaction.client.spi.SubordinateTransactionControl
Perform before-commit operations, including running all transaction synchronizations.
beforeCompletionFailed(Throwable, XAResource) - Method in interface org.wildfly.transaction.client._private.Log
 
beforeCompletionFailed(Throwable, XAResource) - Method in class org.wildfly.transaction.client._private.Log_$logger
 
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(ConnectionPeerIdentity) - Method in interface org.wildfly.transaction.client.provider.remoting.RemotingOperations
 
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.
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 interface org.wildfly.transaction.client._private.Log
 
cannotEnlistToTimeOutTransaction(XAResource, Transaction) - Method in class org.wildfly.transaction.client._private.Log_$logger
 
cannotEnlistToTimeOutTransaction$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
 
cannotRemoveImportedTransaction(Xid, XAException) - Method in interface org.wildfly.transaction.client._private.Log
 
cannotRemoveImportedTransaction(Xid, XAException) - Method in class org.wildfly.transaction.client._private.Log_$logger
 
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(Xid, boolean, ConnectionPeerIdentity) - Method in interface org.wildfly.transaction.client.provider.remoting.RemotingOperations
 
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
 
commitLocal(Transaction) - Method in interface org.wildfly.transaction.client.spi.LocalTransactionProvider
Locally commit the given provider transaction.
commitOnImported() - Method in interface org.wildfly.transaction.client._private.Log
 
commitOnImported() - Method in class org.wildfly.transaction.client._private.Log_$logger
 
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 interface org.wildfly.transaction.client._private.Log
 
connectionFailed(Throwable) - Method in class org.wildfly.transaction.client._private.Log_$logger
 
connectionFailed$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
 
connectionInterrupted() - Method in interface org.wildfly.transaction.client._private.Log
 
connectionInterrupted() - Method in class org.wildfly.transaction.client._private.Log_$logger
 
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 TransactionSynchronizationRegistry which operates against the current local provider.
couldNotEnlist() - Method in interface org.wildfly.transaction.client._private.Log
 
couldNotEnlist() - Method in class org.wildfly.transaction.client._private.Log_$logger
 
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 interface org.wildfly.transaction.client._private.Log
 
createXAResourceRecoveryFileFailed(Path, IOException) - Method in class org.wildfly.transaction.client._private.Log_$logger
 
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 DelayedEnlistmentException instance.
DelayedEnlistmentException(String) - Constructor for exception org.wildfly.transaction.client.DelayedEnlistmentException
Constructs a new DelayedEnlistmentException instance with an initial message.
DelayedEnlistmentException(Throwable) - Constructor for exception org.wildfly.transaction.client.DelayedEnlistmentException
Constructs a new DelayedEnlistmentException instance with an initial cause.
DelayedEnlistmentException(String, Throwable) - Constructor for exception org.wildfly.transaction.client.DelayedEnlistmentException
Constructs a new DelayedEnlistmentException instance with an initial message and cause.
delayedEnlistmentFailed(Throwable) - Method in interface org.wildfly.transaction.client._private.Log
 
delayedEnlistmentFailed(Throwable) - Method in class org.wildfly.transaction.client._private.Log_$logger
 
delayedEnlistmentFailed$str() - 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(int, Path, XAResource, IOException) - Method in class org.wildfly.transaction.client._private.Log_$logger
 
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 interface org.wildfly.transaction.client._private.Log
 
doRecoverFailureOnIntialization(Throwable) - Method in class org.wildfly.transaction.client._private.Log_$logger
 
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.
duplicateEnlistment(int, URI) - Method in interface org.wildfly.transaction.client._private.Log
 
duplicateEnlistment(int, URI) - Method in class org.wildfly.transaction.client._private.Log_$logger
 
duplicateEnlistment$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
 
duplicateTransaction(int, URI, Xid) - Method in interface org.wildfly.transaction.client._private.Log
 
duplicateTransaction(int, URI, Xid) - Method in class org.wildfly.transaction.client._private.Log_$logger
 
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 other SimpleXid instances.
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 interface org.wildfly.transaction.client._private.Log
 
enlistDelistRemoteTransaction() - Method in class org.wildfly.transaction.client._private.Log_$logger
 
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 interface org.wildfly.transaction.client._private.Log
 
expectedParameter(int, int) - Method in class org.wildfly.transaction.client._private.Log_$logger
 
expectedParameter$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
 
expectedParameterXa(int, int, int) - Method in interface org.wildfly.transaction.client._private.Log
 
expectedParameterXa(int, int, int) - Method in class org.wildfly.transaction.client._private.Log_$logger
 
expectedParameterXa$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
 

F

failedToAcquireConnection(IOException) - Method in interface org.wildfly.transaction.client._private.Log
 
failedToAcquireConnection(IOException) - Method in class org.wildfly.transaction.client._private.Log_$logger
 
failedToAcquireConnection$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
 
failedToAcquireConnectionXA(IOException, int) - Method in interface org.wildfly.transaction.client._private.Log
 
failedToAcquireConnectionXA(IOException, int) - Method in class org.wildfly.transaction.client._private.Log_$logger
 
failedToAcquireConnectionXA$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
 
failedToReceive(IOException) - Method in interface org.wildfly.transaction.client._private.Log
 
failedToReceive(IOException) - Method in class org.wildfly.transaction.client._private.Log_$logger
 
failedToReceive$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
 
failedToReceiveXA(IOException, int) - Method in interface org.wildfly.transaction.client._private.Log
 
failedToReceiveXA(IOException, int) - Method in class org.wildfly.transaction.client._private.Log_$logger
 
failedToReceiveXA$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
 
failedToSend(Exception) - Method in interface org.wildfly.transaction.client._private.Log
 
failedToSend(Exception) - Method in class org.wildfly.transaction.client._private.Log_$logger
 
failedToSend$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
 
failedToSendXA(Exception, int) - Method in interface org.wildfly.transaction.client._private.Log
 
failedToSendXA(Exception, int) - Method in class org.wildfly.transaction.client._private.Log_$logger
 
failedToSendXA$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, 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) - 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 interface org.wildfly.transaction.client._private.Log
 
forbiddenContextForUserTransaction() - Method in class org.wildfly.transaction.client._private.Log_$logger
 
forbiddenContextForUserTransaction$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
 
forget(Xid, ConnectionPeerIdentity) - Method in interface org.wildfly.transaction.client.provider.remoting.RemotingOperations
 
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
 
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
 
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.
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(Transaction, Class<T>) - Method in class org.wildfly.transaction.client.provider.jboss.JBossLocalTransactionProvider
 
getProviderInterface(Class<T>) - Method in class org.wildfly.transaction.client.RemoteTransaction
 
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.
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.
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 UserTransaction that controls a remote transactions state at the given location.
getUserTransaction$$bridge_compat() - Method in class org.wildfly.transaction.client.RemoteTransactionContext
Deprecated.
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(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.
getXid() - Method in interface org.wildfly.transaction.client.XAOutflowHandle
Get the XID of the 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 interface org.wildfly.transaction.client._private.Log
 
heuristicCommitXa(int, HeuristicCommitException) - Method in class org.wildfly.transaction.client._private.Log_$logger
 
heuristicCommitXa$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
 
heuristicMixedXa(int, HeuristicMixedException) - Method in interface org.wildfly.transaction.client._private.Log
 
heuristicMixedXa(int, HeuristicMixedException) - Method in class org.wildfly.transaction.client._private.Log_$logger
 
heuristicMixedXa$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
 
heuristicRollbackXa(int, HeuristicRollbackException) - Method in interface org.wildfly.transaction.client._private.Log
 
heuristicRollbackXa(int, HeuristicRollbackException) - Method in class org.wildfly.transaction.client._private.Log_$logger
 
heuristicRollbackXa$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
 

I

illegalStateXa(int, IllegalStateException) - Method in interface org.wildfly.transaction.client._private.Log
 
illegalStateXa(int, IllegalStateException) - Method in class org.wildfly.transaction.client._private.Log_$logger
 
illegalStateXa$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
 
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 interface org.wildfly.transaction.client._private.Log
 
inboundException(Throwable) - Method in class org.wildfly.transaction.client._private.Log_$logger
 
inboundException$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
 
interruptedXA(int) - Method in interface org.wildfly.transaction.client._private.Log
 
interruptedXA(int) - Method in class org.wildfly.transaction.client._private.Log_$logger
 
interruptedXA$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
 
invalidConnectionEndpoint() - Method in interface org.wildfly.transaction.client._private.Log
 
invalidConnectionEndpoint() - Method in class org.wildfly.transaction.client._private.Log_$logger
 
invalidConnectionEndpoint$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
 
invalidFlags() - Method in interface org.wildfly.transaction.client._private.Log
 
invalidFlags() - Method in class org.wildfly.transaction.client._private.Log_$logger
 
invalidFlags$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
 
invalidHandleType(Class<?>, Class<?>) - Method in interface org.wildfly.transaction.client._private.Log
 
invalidHandleType(Class<?>, Class<?>) - Method in class org.wildfly.transaction.client._private.Log_$logger
 
invalidHandleType$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
 
invalidHandleTypeRequested(Class<?>) - Method in interface org.wildfly.transaction.client._private.Log
 
invalidHandleTypeRequested(Class<?>) - Method in class org.wildfly.transaction.client._private.Log_$logger
 
invalidHandleTypeRequested$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
 
invalidTransactionConnection() - Method in interface org.wildfly.transaction.client._private.Log
 
invalidTransactionConnection() - Method in class org.wildfly.transaction.client._private.Log_$logger
 
invalidTransactionConnection$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
 
invalidTransactionLocationUri(URI) - Method in interface org.wildfly.transaction.client._private.Log
 
invalidTransactionLocationUri(URI) - Method in class org.wildfly.transaction.client._private.Log_$logger
 
invalidTransactionLocationUri$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
 
invalidTxnState() - Method in interface org.wildfly.transaction.client._private.Log
 
invalidTxnState() - Method in class org.wildfly.transaction.client._private.Log_$logger
 
invalidTxnState$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
 
invalidTxStateXa(int) - Method in interface org.wildfly.transaction.client._private.Log
 
invalidTxStateXa(int) - Method in class org.wildfly.transaction.client._private.Log_$logger
 
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 interface org.wildfly.transaction.client._private.Log
 
listXAResourceRecoveryFilesNull(File) - Method in class org.wildfly.transaction.client._private.Log_$logger
 
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 UserTransaction instance that controls the transaction state of the current local provider.
locationAlreadyInitialized(URI, URI) - Method in interface org.wildfly.transaction.client._private.Log
 
locationAlreadyInitialized(URI, URI) - Method in class org.wildfly.transaction.client._private.Log_$logger
 
locationAlreadyInitialized$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
 
Log - Interface in org.wildfly.transaction.client._private
Log messages.
log - Static variable in interface org.wildfly.transaction.client._private.Log
 
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 interface org.wildfly.transaction.client._private.Log
 
markedRollbackOnly() - Method in class org.wildfly.transaction.client._private.Log_$logger
 
markedRollbackOnly$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
 
multipleProvidersRegistered(Endpoint) - Method in interface org.wildfly.transaction.client._private.Log
 
multipleProvidersRegistered(Endpoint) - Method in class org.wildfly.transaction.client._private.Log_$logger
 
multipleProvidersRegistered$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
 

N

negativeTxnTimeout() - Method in interface org.wildfly.transaction.client._private.Log
 
negativeTxnTimeout() - Method in class org.wildfly.transaction.client._private.Log_$logger
 
negativeTxnTimeout$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
 
negativeTxnTimeoutXa(int) - Method in interface org.wildfly.transaction.client._private.Log
 
negativeTxnTimeoutXa(int) - Method in class org.wildfly.transaction.client._private.Log_$logger
 
negativeTxnTimeoutXa$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
 
nestedNotSupported() - Method in interface org.wildfly.transaction.client._private.Log
 
nestedNotSupported() - Method in class org.wildfly.transaction.client._private.Log_$logger
 
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 SimpleXid array.
NO_XIDS - Static variable in class org.wildfly.transaction.client.SimpleXid
An empty XID array.
noLocalTransactionProvider() - Method in interface org.wildfly.transaction.client._private.Log
 
noLocalTransactionProvider() - Method in class org.wildfly.transaction.client._private.Log_$logger
 
noLocalTransactionProvider$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
 
noLocalTransactionProviderNodeName() - Method in interface org.wildfly.transaction.client._private.Log
 
noLocalTransactionProviderNodeName() - Method in class org.wildfly.transaction.client._private.Log_$logger
 
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 interface org.wildfly.transaction.client._private.Log
 
noPermission(String, Permission) - Method in class org.wildfly.transaction.client._private.Log_$logger
 
noPermission$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
 
noProviderForUri(URI) - Method in interface org.wildfly.transaction.client._private.Log
 
noProviderForUri(URI) - Method in class org.wildfly.transaction.client._private.Log_$logger
 
noProviderForUri$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
 
noProviderInterface(Class<?>) - Method in interface org.wildfly.transaction.client._private.Log
 
noProviderInterface(Class<?>) - Method in class org.wildfly.transaction.client._private.Log_$logger
 
noProviderInterface$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
 
notActive() - Method in interface org.wildfly.transaction.client._private.Log
 
notActive() - Method in class org.wildfly.transaction.client._private.Log_$logger
 
notActive$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
 
notActiveXA(int) - Method in interface org.wildfly.transaction.client._private.Log
 
notActiveXA(int) - Method in class org.wildfly.transaction.client._private.Log_$logger
 
notActiveXA$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
 
notImportedXa(int) - Method in interface org.wildfly.transaction.client._private.Log
 
notImportedXa(int) - Method in class org.wildfly.transaction.client._private.Log_$logger
 
notImportedXa$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
 
noTransaction() - Method in interface org.wildfly.transaction.client._private.Log
 
noTransaction() - Method in class org.wildfly.transaction.client._private.Log_$logger
 
noTransaction$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
 
noTransactionForId(int) - Method in interface org.wildfly.transaction.client._private.Log
 
noTransactionForId(int) - Method in class org.wildfly.transaction.client._private.Log_$logger
 
noTransactionForId$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
 
noTransactionProvider() - Method in interface org.wildfly.transaction.client._private.Log
 
noTransactionProvider() - Method in class org.wildfly.transaction.client._private.Log_$logger
 
noTransactionProvider$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
 
noTransactionXa(int) - Method in interface org.wildfly.transaction.client._private.Log
 
noTransactionXa(int) - Method in class org.wildfly.transaction.client._private.Log_$logger
 
noTransactionXa$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
 
notSupportedTransaction(Transaction) - Method in interface org.wildfly.transaction.client._private.Log
 
notSupportedTransaction(Transaction) - Method in class org.wildfly.transaction.client._private.Log_$logger
 
notSupportedTransaction$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
 
nullTransaction() - Method in interface org.wildfly.transaction.client._private.Log
 
nullTransaction() - Method in class org.wildfly.transaction.client._private.Log_$logger
 
nullTransaction$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
 

O

of(Xid) - 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 Transaction object.
onePhaseUserTransaction(int) - Method in interface org.wildfly.transaction.client._private.Log
 
onePhaseUserTransaction(int) - Method in class org.wildfly.transaction.client._private.Log_$logger
 
onePhaseUserTransaction$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
 
operationInterrupted() - Method in interface org.wildfly.transaction.client._private.Log
 
operationInterrupted() - Method in class org.wildfly.transaction.client._private.Log_$logger
 
operationInterrupted$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
 
operationInterruptedXA(int) - Method in interface org.wildfly.transaction.client._private.Log
 
operationInterruptedXA(int) - Method in class org.wildfly.transaction.client._private.Log_$logger
 
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 interface org.wildfly.transaction.client._private.Log
 
outboundException(Throwable) - Method in class org.wildfly.transaction.client._private.Log_$logger
 
outboundException$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
 
outflowAcrossTransactionManagers() - Method in interface org.wildfly.transaction.client._private.Log
 
outflowAcrossTransactionManagers() - Method in class org.wildfly.transaction.client._private.Log_$logger
 
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 interface org.wildfly.transaction.client._private.Log
 
peerHeuristicMixedException() - Method in class org.wildfly.transaction.client._private.Log_$logger
 
peerHeuristicMixedException$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
 
peerHeuristicRollbackException() - Method in interface org.wildfly.transaction.client._private.Log
 
peerHeuristicRollbackException() - Method in class org.wildfly.transaction.client._private.Log_$logger
 
peerHeuristicRollbackException$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
 
peerIllegalStateException() - Method in interface org.wildfly.transaction.client._private.Log
 
peerIllegalStateException() - Method in class org.wildfly.transaction.client._private.Log_$logger
 
peerIllegalStateException$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
 
peerSecurityException() - Method in interface org.wildfly.transaction.client._private.Log
 
peerSecurityException() - Method in class org.wildfly.transaction.client._private.Log_$logger
 
peerSecurityException$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
 
peerSystemException() - Method in interface org.wildfly.transaction.client._private.Log
 
peerSystemException() - Method in class org.wildfly.transaction.client._private.Log_$logger
 
peerSystemException$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
 
peerXaException(int) - Method in interface org.wildfly.transaction.client._private.Log
 
peerXaException(int) - Method in class org.wildfly.transaction.client._private.Log_$logger
 
peerXaException$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
 
performAction(ExceptionRunnable<E>) - Method in class org.wildfly.transaction.client.AbstractTransaction
 
performConsumer(ExceptionObjIntConsumer<T, E>, T, int) - 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
 
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(Xid, ConnectionPeerIdentity) - Method in interface org.wildfly.transaction.client.provider.remoting.RemotingOperations
 
prepare() - Method in interface org.wildfly.transaction.client.spi.SubordinateTransactionControl
Prepare the transaction.
protocolError() - Method in interface org.wildfly.transaction.client._private.Log
 
protocolError() - Method in class org.wildfly.transaction.client._private.Log_$logger
 
protocolError$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
 
protocolErrorXA(int) - Method in interface org.wildfly.transaction.client._private.Log
 
protocolErrorXA(int) - Method in class org.wildfly.transaction.client._private.Log_$logger
 
protocolErrorXA$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
 
providerCreatedNullTransaction() - Method in interface org.wildfly.transaction.client._private.Log
 
providerCreatedNullTransaction() - Method in class org.wildfly.transaction.client._private.Log_$logger
 
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 interface org.wildfly.transaction.client._private.Log
 
readURIFromXAResourceRecoveryFileFailed(String, Path, URISyntaxException) - Method in class org.wildfly.transaction.client._private.Log_$logger
 
readURIFromXAResourceRecoveryFileFailed$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
 
readXAResourceRecoveryFileFailed(Path, IOException) - Method in interface org.wildfly.transaction.client._private.Log
 
readXAResourceRecoveryFileFailed(Path, IOException) - Method in class org.wildfly.transaction.client._private.Log_$logger
 
readXAResourceRecoveryFileFailed$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
 
recover(int, String, ConnectionPeerIdentity) - Method in interface org.wildfly.transaction.client.provider.remoting.RemotingOperations
 
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) - Method in interface org.wildfly.transaction.client.XARecoverable
 
recover(int, String) - Method in interface org.wildfly.transaction.client.XARecoverable
 
recoverySuppressedException(XAException) - Method in interface org.wildfly.transaction.client._private.Log
 
recoverySuppressedException(XAException) - Method in class org.wildfly.transaction.client._private.Log_$logger
 
recoverySuppressedException$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
 
register() - Method in class org.wildfly.transaction.client.provider.remoting.RemotingTransactionService
 
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 interface org.wildfly.transaction.client._private.Log
 
registerSynchRemoteTransaction() - Method in class org.wildfly.transaction.client._private.Log_$logger
 
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) - 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 UserTransaction which 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 interface org.wildfly.transaction.client._private.Log
 
resourceManagerErrorXa(int, Throwable) - Method in class org.wildfly.transaction.client._private.Log_$logger
 
resourceManagerErrorXa$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
 
responseFailed(IOException) - Method in interface org.wildfly.transaction.client._private.Log
 
responseFailed(IOException) - Method in class org.wildfly.transaction.client._private.Log_$logger
 
responseFailed$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
 
responseFailedXa(IOException, int) - Method in interface org.wildfly.transaction.client._private.Log
 
responseFailedXa(IOException, int) - Method in class org.wildfly.transaction.client._private.Log_$logger
 
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(Xid, ConnectionPeerIdentity) - Method in interface org.wildfly.transaction.client.provider.remoting.RemotingOperations
 
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.
rollbackFailed(Throwable) - Method in interface org.wildfly.transaction.client._private.Log
 
rollbackFailed(Throwable) - Method in class org.wildfly.transaction.client._private.Log_$logger
 
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 interface org.wildfly.transaction.client._private.Log
 
rollbackOnImported() - Method in class org.wildfly.transaction.client._private.Log_$logger
 
rollbackOnImported$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
 
rollbackOnlyFailed(int, SystemException) - Method in interface org.wildfly.transaction.client._private.Log
 
rollbackOnlyFailed(int, SystemException) - Method in class org.wildfly.transaction.client._private.Log_$logger
 
rollbackOnlyFailed$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
 
rollbackOnlyRollback() - Method in interface org.wildfly.transaction.client._private.Log
 
rollbackOnlyRollback() - Method in class org.wildfly.transaction.client._private.Log_$logger
 
rollbackOnlyRollback$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
 
rollbackXa(int, RollbackException) - Method in interface org.wildfly.transaction.client._private.Log
 
rollbackXa(int, RollbackException) - Method in class org.wildfly.transaction.client._private.Log_$logger
 
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 interface org.wildfly.transaction.client._private.Log
 
serviceConfigurationFailed(ServiceConfigurationError) - Method in class org.wildfly.transaction.client._private.Log_$logger
 
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(Xid, ConnectionPeerIdentity) - Method in interface org.wildfly.transaction.client.provider.remoting.RemotingOperations
 
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.
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 interface org.wildfly.transaction.client._private.Log
 
setTimeoutFailed(int, XAException) - Method in class org.wildfly.transaction.client._private.Log_$logger
 
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 RemoteTransaction instances 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 interface org.wildfly.transaction.client._private.Log
 
subordinateXaResource(URI) - Method in class org.wildfly.transaction.client._private.Log_$logger
 
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 interface org.wildfly.transaction.client._private.Log
 
suspendedCannotCreateNew() - Method in class org.wildfly.transaction.client._private.Log_$logger
 
suspendedCannotCreateNew$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
 
suspendedCannotImportXa(int) - Method in interface org.wildfly.transaction.client._private.Log
 
suspendedCannotImportXa(int) - Method in class org.wildfly.transaction.client._private.Log_$logger
 
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 SynchronizationException instance.
SynchronizationException(String) - Constructor for exception org.wildfly.transaction.client.SynchronizationException
Constructs a new SynchronizationException instance with an initial message.
SynchronizationException(Throwable) - Constructor for exception org.wildfly.transaction.client.SynchronizationException
Constructs a new SynchronizationException instance with an initial cause.
SynchronizationException(String, Throwable) - Constructor for exception org.wildfly.transaction.client.SynchronizationException
Constructs a new SynchronizationException instance with an initial message and 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
 
transactionCreated(AbstractTransaction, CreationListener.CreatedBy) - Method in interface org.wildfly.transaction.client.CreationListener
A transaction has been created.
transactionNotAssociatedWithThisProvider() - Method in interface org.wildfly.transaction.client._private.Log
 
transactionNotAssociatedWithThisProvider() - Method in class org.wildfly.transaction.client._private.Log_$logger
 
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 interface org.wildfly.transaction.client._private.Log
 
transactionRolledBackByPeer() - Method in class org.wildfly.transaction.client._private.Log_$logger
 
transactionRolledBackByPeer$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
 
transactionTimedOut(int) - Method in interface org.wildfly.transaction.client._private.Log
 
transactionTimedOut(int) - Method in class org.wildfly.transaction.client._private.Log_$logger
 
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 interface org.wildfly.transaction.client._private.Log
 
unexpectedException(Exception) - Method in class org.wildfly.transaction.client._private.Log_$logger
 
unexpectedException$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
 
unexpectedExceptionOnXAResourceRecovery(IOException) - Method in interface org.wildfly.transaction.client._private.Log
 
unexpectedExceptionOnXAResourceRecovery(IOException) - Method in class org.wildfly.transaction.client._private.Log_$logger
 
unexpectedExceptionOnXAResourceRecovery$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
 
unexpectedFailure(Throwable) - Method in interface org.wildfly.transaction.client._private.Log
 
unexpectedFailure(Throwable) - Method in class org.wildfly.transaction.client._private.Log_$logger
 
unexpectedFailure$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
 
unexpectedProviderTransactionMismatch(Transaction, Transaction) - Method in interface org.wildfly.transaction.client._private.Log
 
unexpectedProviderTransactionMismatch(Transaction, Transaction) - Method in class org.wildfly.transaction.client._private.Log_$logger
 
unexpectedProviderTransactionMismatch$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
 
unknownProvider(String) - Method in interface org.wildfly.transaction.client._private.Log
 
unknownProvider(String) - Method in class org.wildfly.transaction.client._private.Log_$logger
 
unknownProvider$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
 
unknownResponse() - Method in interface org.wildfly.transaction.client._private.Log
 
unknownResponse() - Method in class org.wildfly.transaction.client._private.Log_$logger
 
unknownResponse$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
 
unknownResponseXa(int) - Method in interface org.wildfly.transaction.client._private.Log
 
unknownResponseXa(int) - Method in class org.wildfly.transaction.client._private.Log_$logger
 
unknownResponseXa$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
 
unknownTransactionManagerType(Class<?>) - Method in interface org.wildfly.transaction.client._private.Log
 
unknownTransactionManagerType(Class<?>) - Method in class org.wildfly.transaction.client._private.Log_$logger
 
unknownTransactionManagerType$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
 
unknownTransactionType(Class<?>, Class<?>) - Method in interface org.wildfly.transaction.client._private.Log
 
unknownTransactionType(Class<?>, Class<?>) - Method in class org.wildfly.transaction.client._private.Log_$logger
 
unknownTransactionType$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
 
unknownXidToBeRemovedFromTheKnownTransactionInstances(Xid) - Method in interface org.wildfly.transaction.client._private.Log
 
unknownXidToBeRemovedFromTheKnownTransactionInstances(Xid) - Method in class org.wildfly.transaction.client._private.Log_$logger
 
unknownXidToBeRemovedFromTheKnownTransactionInstances$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
 
unrecognizedParameter(int, int) - Method in interface org.wildfly.transaction.client._private.Log
 
unrecognizedParameter(int, int) - Method in class org.wildfly.transaction.client._private.Log_$logger
 
unrecognizedParameter$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
 

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 XAResource and XATerminator APIs.
xaResourceAddedToRecoveryRegistry(URI, Path) - Method in interface org.wildfly.transaction.client._private.Log
 
xaResourceAddedToRecoveryRegistry(URI, Path) - Method in class org.wildfly.transaction.client._private.Log_$logger
 
xaResourceAddedToRecoveryRegistry$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
 
xaResourceRecoveredFromRecoveryRegistry(URI, Path) - Method in interface org.wildfly.transaction.client._private.Log
 
xaResourceRecoveredFromRecoveryRegistry(URI, Path) - Method in class org.wildfly.transaction.client._private.Log_$logger
 
xaResourceRecoveredFromRecoveryRegistry$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
 
xaResourceRecoveryFileCreated(Path) - Method in interface org.wildfly.transaction.client._private.Log
 
xaResourceRecoveryFileCreated(Path) - Method in class org.wildfly.transaction.client._private.Log_$logger
 
xaResourceRecoveryFileCreated$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
 
xaResourceRecoveryFileDeleted(Path) - Method in interface org.wildfly.transaction.client._private.Log
 
xaResourceRecoveryFileDeleted(Path) - Method in class org.wildfly.transaction.client._private.Log_$logger
 
xaResourceRecoveryFileDeleted$str() - Method in class org.wildfly.transaction.client._private.Log_$logger
 
xaResourceRecoveryRegistryReloaded(Path) - Method in interface org.wildfly.transaction.client._private.Log
 
xaResourceRecoveryRegistryReloaded(Path) - Method in class org.wildfly.transaction.client._private.Log_$logger
 
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
 
A B C D E F G H I J L M N O P R S T U V W X 
Skip navigation links
WildFly transaction client 1.1.4.Final

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