Uses of Class
net.sourceforge.hivetranse.transaction.TransactionDemarcation

Packages that use TransactionDemarcation
net.sourceforge.hivetranse.transaction This is the main package for generic transaction handling under HiveMind. 
 

Uses of TransactionDemarcation in net.sourceforge.hivetranse.transaction
 

Methods in net.sourceforge.hivetranse.transaction that return TransactionDemarcation
 TransactionDemarcation TransactionContribution.getDemarcation()
           
static TransactionDemarcation TransactionDemarcation.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TransactionDemarcation[] TransactionDemarcation.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in net.sourceforge.hivetranse.transaction with parameters of type TransactionDemarcation
 void TransactionService.begin(TransactionDemarcation demarcation)
          Marks the beginning of a new transaction demarcation scope.
 void AbstractTransactionService.begin(TransactionDemarcation demarcation)
           
 void TransactionContribution.setDemarcation(TransactionDemarcation demarcation)