public class TransactionalSailConnectionWrapper extends org.openrdf.sail.helpers.NotifyingSailConnectionWrapper implements TransactionalSailConnection
Constructor and Description |
---|
TransactionalSailConnectionWrapper(TransactionalSailConnection parent) |
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, getWrappedConnection, removeConnectionListener
addStatement, addStatement, begin, clear, clearNamespaces, close, commit, endUpdate, evaluate, getContextIDs, getNamespace, getNamespaces, getStatements, isActive, isOpen, prepare, removeNamespace, removeStatement, removeStatements, rollback, setNamespace, size, size, startUpdate
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addConnectionListener, removeConnectionListener
addStatement, addStatement, begin, clear, clearNamespaces, close, commit, endUpdate, evaluate, getContextIDs, getNamespace, getNamespaces, getStatements, isActive, isOpen, prepare, removeNamespace, removeStatement, removeStatements, rollback, setNamespace, size, startUpdate
public TransactionalSailConnectionWrapper(TransactionalSailConnection parent)
public void addTransactionListener(TransactionListener listener)
addTransactionListener
in interface TransactionalSailConnection
listener
- the listener to add to the listpublic void removeTransactionListener(TransactionListener listener)
removeTransactionListener
in interface TransactionalSailConnection
listener
- the listener to removeCopyright © 2012–2018 The Apache Software Foundation. All rights reserved.