public class AGTransactionHandler extends Object implements TransactionHandler
| Modifier and Type | Method and Description |
|---|---|
void |
abort() |
void |
begin() |
void |
commit() |
Object |
executeInTransaction(Command c) |
boolean |
transactionsSupported() |
public void abort()
abort in interface TransactionHandlerpublic void begin()
begin in interface TransactionHandlerpublic void commit()
commit in interface TransactionHandlerpublic Object executeInTransaction(Command c)
executeInTransaction in interface TransactionHandlerpublic boolean transactionsSupported()
transactionsSupported in interface TransactionHandlerCopyright © 2017 Franz Inc.. All rights reserved.