Package | Description |
---|---|
org.hornetq.core.transaction | |
org.hornetq.core.transaction.impl |
Modifier and Type | Class and Description |
---|---|
class |
TransactionOperationAbstract
Just a helper, when you don't want to implement all the methods on a transaction operation.
|
Modifier and Type | Method and Description |
---|---|
List<TransactionOperation> |
Transaction.getAllOperations() |
Modifier and Type | Method and Description |
---|---|
void |
Transaction.addOperation(TransactionOperation sync) |
Modifier and Type | Method and Description |
---|---|
List<TransactionOperation> |
TransactionImpl.getAllOperations() |
Modifier and Type | Method and Description |
---|---|
void |
TransactionImpl.addOperation(TransactionOperation operation) |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.