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 TransactionHandler
public void begin()
begin
in interface TransactionHandler
public void commit()
commit
in interface TransactionHandler
public Object executeInTransaction(Command c)
executeInTransaction
in interface TransactionHandler
public boolean transactionsSupported()
transactionsSupported
in interface TransactionHandler
Copyright © 2017 Franz Inc.. All rights reserved.