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

A

alreadyAssociated() - Method in interface org.wildfly.transaction.client._private.Log
 
alreadyEnlisted() - Method in interface org.wildfly.transaction.client._private.Log
 
alreadyForgotten() - Method in interface org.wildfly.transaction.client._private.Log
 

B

beforeComplete(Xid) - Method in interface org.wildfly.transaction.client.XAImporter
Perform before-completion processing.
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
 
begin(int) - Method in interface org.wildfly.transaction.client.spi.RemoteTransactionPeer
Establish a remote user-controlled transaction without local enlistment.
beginImported(Xid, int) - Method in interface org.wildfly.transaction.client.XAImporter
Import a transaction.

C

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
 
commitOnImported() - Method in interface org.wildfly.transaction.client._private.Log
 
connectionFailed(Throwable) - Method in interface org.wildfly.transaction.client._private.Log
 
connectionInterrupted() - Method in interface org.wildfly.transaction.client._private.Log
 

D

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
 
DelayedEnlistmentHandle - Interface in org.wildfly.transaction.client
A handle for a delayed enlistment of a transactional resource.
duplicateEnlistment(int, URI) - Method in interface org.wildfly.transaction.client._private.Log
 
duplicateTransaction(int, URI, Xid) - Method in interface org.wildfly.transaction.client._private.Log
 

E

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
 
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
 
expectedParameterXa(int, int, int) - Method in interface org.wildfly.transaction.client._private.Log
 

F

failedToAcquireConnection(IOException) - Method in interface org.wildfly.transaction.client._private.Log
 
failedToAcquireConnectionXA(IOException, int) - Method in interface org.wildfly.transaction.client._private.Log
 
failedToReceive(IOException) - Method in interface org.wildfly.transaction.client._private.Log
 
failedToReceiveXA(IOException, int) - Method in interface org.wildfly.transaction.client._private.Log
 
failedToSend(Exception) - Method in interface org.wildfly.transaction.client._private.Log
 
failedToSendXA(Exception, int) - Method in interface org.wildfly.transaction.client._private.Log
 
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.DelayedEnlistmentHandle
Signal that this enlistment should be forgotten as it was not used.
from(XATerminator) - Static method in interface org.wildfly.transaction.client.XARecoverable
 
from(XAResource) - Static method in interface org.wildfly.transaction.client.XARecoverable
 

G

GET_TRANSACTION_SYSTEM - Static variable in class org.wildfly.transaction.client.TransactionClientPermission
 
getBranchQualifier() - Method in class org.wildfly.transaction.client.SimpleXid
 
getContextManager() - Static method in class org.wildfly.transaction.client.RemoteTransactionContext
Get the remote transaction context manager.
getFormatId() - Method in class org.wildfly.transaction.client.SimpleXid
 
getGlobalTransactionId() - Method in class org.wildfly.transaction.client.SimpleXid
 
getInstance() - Static method in class org.wildfly.transaction.client.RemoteTransactionContext
Get the active remote transaction context instance.
getInstanceContextManager() - Method in class org.wildfly.transaction.client.RemoteTransactionContext
getPeerHandle(URI) - Method in class org.wildfly.transaction.client.provider.remoting.RemotingTransactionProvider
 
getPeerHandle(URI) - Method in interface org.wildfly.transaction.client.spi.RemoteTransactionProvider
Get a handle for a specific peer.
getPeerHandleForXa(URI) - Method in interface org.wildfly.transaction.client.spi.RemoteTransactionProvider
Get a handle for a specific peer for an XA operation.
getProviderInterface(URI, Class<T>) - Method in class org.wildfly.transaction.client.RemoteTransactionContext
 
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.RemoteTransactionProvider
Get the provider interface with the given type for this peer.
getTransactionTimeout() - Method in interface org.wildfly.transaction.client.spi.SubordinateTransactionControl
Get the estimated remaining timeout of the current branch.
getUserTransaction(URI) - Method in class org.wildfly.transaction.client.RemoteTransactionContext
Get a UserTransaction that controls a remote transactions state at the given location.

H

hashCode() - Method in class org.wildfly.transaction.client.SimpleXid
 

I

inboundException(Throwable) - Method in interface org.wildfly.transaction.client._private.Log
 
interruptedXA(int) - Method in interface org.wildfly.transaction.client._private.Log
 
invalidFlags() - Method in interface org.wildfly.transaction.client._private.Log
 
invalidHandleType(Class<?>, Class<?>) - Method in interface org.wildfly.transaction.client._private.Log
 
invalidHandleTypeRequested(Class<?>) - Method in interface org.wildfly.transaction.client._private.Log
 
invalidTransactionLocationUri(URI) - Method in interface org.wildfly.transaction.client._private.Log
 
invalidTxnState() - Method in interface org.wildfly.transaction.client._private.Log
 

L

Log - Interface in org.wildfly.transaction.client._private
Log messages.
log - Static variable in interface org.wildfly.transaction.client._private.Log
 
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

multipleProvidersRegistered(Endpoint) - Method in interface org.wildfly.transaction.client._private.Log
 

N

negativeTxnTimeout() - Method in interface org.wildfly.transaction.client._private.Log
 
negativeTxnTimeoutXa(int) - Method in interface org.wildfly.transaction.client._private.Log
 
nestedNotSupported() - Method in interface org.wildfly.transaction.client._private.Log
 
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
 
noProviderForUri(URI) - Method in interface org.wildfly.transaction.client._private.Log
 
noProviderInterface(Class<?>) - Method in interface org.wildfly.transaction.client._private.Log
 
notClientTransaction(Transaction) - Method in interface org.wildfly.transaction.client._private.Log
 
noTransaction() - Method in interface org.wildfly.transaction.client._private.Log
 
noTransactionProvider() - Method in interface org.wildfly.transaction.client._private.Log
 
nullTransaction() - Method in interface org.wildfly.transaction.client._private.Log
 

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
 
operationInterrupted() - Method in interface org.wildfly.transaction.client._private.Log
 
operationInterruptedXA(int) - Method in interface org.wildfly.transaction.client._private.Log
 
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.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
 
outflowAcrossTransactionManagers() - Method in interface org.wildfly.transaction.client._private.Log
 
outflowTransaction(URI, Transaction, Xid) - Method in class org.wildfly.transaction.client.RemoteTransactionContext
Outflow the current TransactionManager Transaction to the given location.

P

peerHeuristicMixedException() - Method in interface org.wildfly.transaction.client._private.Log
 
peerHeuristicRollbackException() - Method in interface org.wildfly.transaction.client._private.Log
 
peerIllegalStateException() - Method in interface org.wildfly.transaction.client._private.Log
 
peerSecurityException() - Method in interface org.wildfly.transaction.client._private.Log
 
peerSystemException() - Method in interface org.wildfly.transaction.client._private.Log
 
peerXaException(int) - Method in interface org.wildfly.transaction.client._private.Log
 
prepare() - Method in interface org.wildfly.transaction.client.spi.SubordinateTransactionControl
Prepare the transaction.
prepare(Xid) - Method in interface org.wildfly.transaction.client.XAImporter
Prepare an imported transaction.
protocolError() - Method in interface org.wildfly.transaction.client._private.Log
 
protocolErrorXA(int) - Method in interface org.wildfly.transaction.client._private.Log
 

R

recover(int) - 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) - Method in interface org.wildfly.transaction.client.XAImporter
Initiate a recovery scan.
recover(int) - Method in interface org.wildfly.transaction.client.XARecoverable
 
recoverySuppressedException(XAException) - Method in interface org.wildfly.transaction.client._private.Log
 
registerSynchRemoteTransaction() - Method in interface org.wildfly.transaction.client._private.Log
 
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
 
RemoteTransactionProvider - Interface in org.wildfly.transaction.client.spi
A remote transaction transport provider.
RemotingTransactionProvider - Class in org.wildfly.transaction.client.provider.remoting
A JBoss Remoting based transaction provider.
responseFailed(IOException) - Method in interface org.wildfly.transaction.client._private.Log
 
responseFailedXa(IOException, int) - Method in interface org.wildfly.transaction.client._private.Log
 
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) - Method in interface org.wildfly.transaction.client.XAImporter
Roll back an imported transaction.
rollbackFailed(Throwable) - Method in interface org.wildfly.transaction.client._private.Log
 
rollbackOnImported() - Method in interface org.wildfly.transaction.client._private.Log
 
rollbackOnlyRollback() - Method in interface org.wildfly.transaction.client._private.Log
 

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
 
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.

T

TransactionClientPermission - Class in org.wildfly.transaction.client
A simple permission type for transaction client permission checks.
TransactionClientPermission(String) - Constructor for class org.wildfly.transaction.client.TransactionClientPermission
Construct a new instance.
TransactionClientPermission(String, String) - Constructor for class org.wildfly.transaction.client.TransactionClientPermission
Construct a new instance.
transactionNotAssociatedWithThisProvider() - Method in interface org.wildfly.transaction.client._private.Log
 
transactionRolledBackByPeer() - Method in interface org.wildfly.transaction.client._private.Log
 
transactionTimedOut(int) - Method in interface org.wildfly.transaction.client._private.Log
 

U

unknownProvider(String) - Method in interface org.wildfly.transaction.client._private.Log
 
unknownResponse() - Method in interface org.wildfly.transaction.client._private.Log
 
unknownResponseXa(int) - Method in interface org.wildfly.transaction.client._private.Log
 
unrecognizedParameter(int, int) - Method in interface org.wildfly.transaction.client._private.Log
 

V

verifyEnlistment() - Method in interface org.wildfly.transaction.client.DelayedEnlistmentHandle
Signal that this enlistment should be activated effective immediately.

W

withoutBranch() - Method in class org.wildfly.transaction.client.SimpleXid
 

X

XAImporter - Interface in org.wildfly.transaction.client
The API which must be implemented by transaction providers that support transaction inflow.
XARecoverable - Interface in org.wildfly.transaction.client
An interface which specifies the common recovery portion of the XAResource and XATerminator APIs.
A B C D E F G H I L M N O P R S T U V W X 
Skip navigation links
WildFly transaction client 1.0.0.Beta1

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