Uses of Package
org.wildfly.transaction.client
-
Classes in org.wildfly.transaction.client used by org.wildfly.transaction.client Class Description AbstractTransaction A managed transaction.AssociationListener A transaction-to-thread association listener, which may be called when the association with a thread is changed.ContextTransactionManager The singleton, global transaction manager for the local instance.ContextTransactionSynchronizationRegistry ATransactionSynchronizationRegistrywhich operates against the current local provider.CreationListener A transaction creation listener, which is called when a new transaction is begun or imported.CreationListener.CreatedBy The enumeration of possible initiators of a transaction.ImportResult Class representing the result of a transaction import.LocalTransaction A transaction from a local transaction provider.LocalTransactionContext The local transaction context, which manages the creation and usage of local transactions.LocalUserTransaction AUserTransactioninstance that controls the transaction state of the current local provider.RemoteTransactionContext The remote transaction context.RemoteTransactionPermission Represents permission to invoke transaction operations remotelyRemoteUserTransaction A remoteUserTransactionwhich controls the transaction state of a remote system.SimpleXid A special simplified XID implementation which can only be compared with itself.XAOutflowHandle A handle for the outflow of an XA transactional resource.XARecoverable An interface which specifies the common recovery portion of theXAResourceandXATerminatorAPIs.XAResourceRegistryProvider Interface which provides ability to list in-doubtXAResources at the time. -
Classes in org.wildfly.transaction.client used by org.wildfly.transaction.client._private Class Description DelayedEnlistmentException An exception thrown during transaction completion when a delayed enlistment has failed.SynchronizationException An exception which is thrown during transaction completion if a synchronizing resource'sbeforeCompletion()method fails. -
Classes in org.wildfly.transaction.client used by org.wildfly.transaction.client.provider.jboss Class Description LocalTransaction A transaction from a local transaction provider.XAImporter The API which must be implemented by transaction providers that support transaction inflow.XAResourceRegistry Registry that keeps track of outflowed resources info for a specific transaction. -
Classes in org.wildfly.transaction.client used by org.wildfly.transaction.client.provider.remoting Class Description LocalTransaction A transaction from a local transaction provider.LocalTransactionContext The local transaction context, which manages the creation and usage of local transactions. -
Classes in org.wildfly.transaction.client used by org.wildfly.transaction.client.spi Class Description LocalTransaction A transaction from a local transaction provider.XAImporter The API which must be implemented by transaction providers that support transaction inflow.XAResourceRegistry Registry that keeps track of outflowed resources info for a specific transaction.