Uses of Class
com.atomikos.recovery.TxState

Packages that use TxState
com.atomikos.icatch   
com.atomikos.icatch.admin   
com.atomikos.recovery   
 

Uses of TxState in com.atomikos.icatch
 

Methods in com.atomikos.icatch that return TxState
 TxState CompositeTransaction.getState()
          Gets the current state.
 

Methods in com.atomikos.icatch with parameters of type TxState
 void Synchronization.afterCompletion(TxState txstate)
          Called after the overall outcome is known.
 

Uses of TxState in com.atomikos.icatch.admin
 

Methods in com.atomikos.icatch.admin that return TxState
 TxState AdminTransaction.getState()
          Gets the transaction's state.
 

Uses of TxState in com.atomikos.recovery
 

Fields in com.atomikos.recovery declared as TxState
 TxState ParticipantLogEntry.state
          Best-known state of the participant.
 

Methods in com.atomikos.recovery that return TxState
 TxState CoordinatorLogEntry.getResultingState()
           
static TxState TxState.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TxState[] TxState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.atomikos.recovery with parameters of type TxState
 boolean TxState.isOneOf(TxState... state)
           
 boolean TxState.transitionAllowedTo(TxState nextState)
           
 

Constructors in com.atomikos.recovery with parameters of type TxState
ParticipantLogEntry(java.lang.String coordinatorId, java.lang.String uri, long expires, java.lang.String resourceName, TxState state)
           
 



Copyright © 2016. All Rights Reserved.