| Modifier and Type | Method and Description |
|---|---|
Transaction |
TransactionController.beginTransaction() |
void |
Transaction.commit() |
void |
TransactionController.commit(Transaction transaction) |
Transaction |
Session.createSessionLocalTransaction() |
void |
Transaction.rollback() |
void |
TransactionController.rollback(Transaction transaction) |
void |
Sender.send(Message message) |
void |
Sender.send(Message message,
Sender.OutcomeAction action) |
void |
Sender.send(Message message,
Transaction txn) |
void |
Sender.send(Message message,
Transaction txn,
Sender.OutcomeAction action) |
Copyright © 2006–2015 The Apache Software Foundation. All rights reserved.