- 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
-
- setRollbackOnly() - Method in interface org.wildfly.transaction.client.spi.SimpleTransactionControl
-
Set the transaction to be rollback-only.
- 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
-
- supportsScheme(String) - Method in class org.wildfly.transaction.client.provider.remoting.RemotingTransactionProvider
-
- supportsScheme(String) - Method in interface org.wildfly.transaction.client.spi.RemoteTransactionProvider
-
Determine whether the provider supports the given URI scheme.
- 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.