org.infinispan.commands
Interface TransactionBoundaryCommand
- All Superinterfaces:
- ReplicableCommand, VisitableCommand
- All Known Implementing Classes:
- AbstractTransactionBoundaryCommand, CommitCommand, PrepareCommand, RollbackCommand
public interface TransactionBoundaryCommand
- extends VisitableCommand
// TODO: MANIK: Document this
- Since:
- 4.0
- Author:
- Manik Surtani (manik@jboss.org)
getGlobalTransaction
GlobalTransaction getGlobalTransaction()
setGlobalTransaction
void setGlobalTransaction(GlobalTransaction gtx)
Copyright © 2009 JBoss, a division of Red Hat. All Rights Reserved.