public interface TransactionalSailConnection
extends org.openrdf.sail.NotifyingSailConnection
| Modifier and Type | Method and Description | 
|---|---|
| void | addTransactionListener(TransactionListener listener)Add a transaction listener to the KiWiTransactionalStore. | 
| void | removeTransactionListener(TransactionListener listener)Remove a transaction listener from the list. | 
addConnectionListener, removeConnectionListeneraddStatement, addStatement, begin, clear, clearNamespaces, close, commit, endUpdate, evaluate, getContextIDs, getNamespace, getNamespaces, getStatements, isActive, isOpen, prepare, removeNamespace, removeStatement, removeStatements, rollback, setNamespace, size, startUpdatevoid addTransactionListener(TransactionListener listener)
listener - the listener to add to the listvoid removeTransactionListener(TransactionListener listener)
listener - the listener to removeCopyright © 2012–2018 The Apache Software Foundation. All rights reserved.