public interface TransactionalSail
extends org.openrdf.sail.NotifyingSail
Modifier and Type | Method and Description |
---|---|
void |
addTransactionListener(TransactionListener listener)
Add a transaction listener to the KiWiTransactionalStore.
|
boolean |
isTransactionsEnabled()
Check if extended transaction support is enabled
|
void |
removeTransactionListener(TransactionListener listener)
Remove a transaction listener from the list.
|
void |
setTransactionsEnabled(boolean transactionsEnabled)
Temporarily enable/disable extended transactions.
|
void addTransactionListener(TransactionListener listener)
listener
- the listener to add to the listvoid removeTransactionListener(TransactionListener listener)
listener
- the listener to removeboolean isTransactionsEnabled()
void setTransactionsEnabled(boolean transactionsEnabled)
transactionsEnabled
- Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.