Class DelayedAsyncTransactionManager (2.30.1)

public class DelayedAsyncTransactionManager implements AsyncTransactionManager

Inheritance

java.lang.Object > DelayedAsyncTransactionManager

Methods

beginAsync()

public AsyncTransactionManager.TransactionContextFuture beginAsync()
Returns
Type Description
TransactionContextFuture

beginAsync(AbortedException arg0)

public AsyncTransactionManager.TransactionContextFuture beginAsync(AbortedException arg0)
Parameter
Name Description
arg0 AbortedException
Returns
Type Description
TransactionContextFuture

close()

public void close()

closeAsync()

public ApiFuture<Void> closeAsync()
Returns
Type Description
ApiFuture<Void>

getCommitResponse()

public ApiFuture<CommitResponse> getCommitResponse()
Returns
Type Description
ApiFuture<CommitResponse>

getState()

public TransactionManager.TransactionState getState()
Returns
Type Description
TransactionState

resetForRetryAsync()

public AsyncTransactionManager.TransactionContextFuture resetForRetryAsync()
Returns
Type Description
TransactionContextFuture

rollbackAsync()

public ApiFuture<Void> rollbackAsync()
Returns
Type Description
ApiFuture<Void>