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, removeConnectionListeneraddStatement, addStatement, begin, clear, clearNamespaces, close, commit, endUpdate, evaluate, getContextIDs, getNamespace, getNamespaces, getStatements, isActive, isOpen, prepare, removeNamespace, removeStatement, removeStatements, rollback, setNamespace, size, size, startUpdateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddConnectionListener, removeConnectionListeneraddStatement, addStatement, begin, clear, clearNamespaces, close, commit, endUpdate, evaluate, getContextIDs, getNamespace, getNamespaces, getStatements, isActive, isOpen, prepare, removeNamespace, removeStatement, removeStatements, rollback, setNamespace, size, startUpdatepublic TransactionalSailConnectionWrapper(TransactionalSailConnection parent)
public void addTransactionListener(TransactionListener listener)
addTransactionListener in interface TransactionalSailConnectionlistener - the listener to add to the listpublic void removeTransactionListener(TransactionListener listener)
removeTransactionListener in interface TransactionalSailConnectionlistener - the listener to removeCopyright © 2012–2018 The Apache Software Foundation. All rights reserved.