public interface TransactionRegistry
| Modifier and Type | Method and Description |
|---|---|
TransactionHandle |
acquire(long id) |
long |
begin(TransactionHandle handle) |
void |
forget(long id) |
long |
release(long id,
TransactionHandle transactionHandle) |
void |
rollbackAllSuspendedTransactions() |
TransactionHandle |
terminate(long id) |
long begin(TransactionHandle handle)
long release(long id,
TransactionHandle transactionHandle)
TransactionHandle acquire(long id) throws TransactionLifecycleException
TransactionLifecycleExceptionvoid forget(long id)
TransactionHandle terminate(long id) throws TransactionLifecycleException
TransactionLifecycleExceptionvoid rollbackAllSuspendedTransactions()
Copyright © 2002–2015 The Neo4j Graph Database Project. All rights reserved.