Uses of Class
com.atomikos.icatch.TxState

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

Uses of TxState in com.atomikos.icatch
 

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

Methods in com.atomikos.icatch that return TxState
 TxState CoordinatorLogEntry.getResultingState()
           
 TxState CompositeTransaction.getState()
          Gets the current state.
static TxState TxState.valueOf(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.icatch with parameters of type TxState
 void Synchronization.afterCompletion(TxState txstate)
          Called after the overall outcome is known.
 boolean TxState.isOneOf(TxState... state)
           
 boolean TxState.transitionAllowedTo(TxState nextState)
           
 

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

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.
 



Copyright © 2016. All Rights Reserved.