org.openrdf.sail.auditing
Class AuditingConnection
java.lang.Object
org.openrdf.sail.helpers.SailConnectionWrapper
org.openrdf.sail.auditing.AuditingConnection
- All Implemented Interfaces:
- SailConnection
public class AuditingConnection
- extends SailConnectionWrapper
| Methods inherited from class org.openrdf.sail.helpers.SailConnectionWrapper |
clear, clearNamespaces, close, evaluate, getContextIDs, getNamespace, getNamespaces, getStatements, getWrappedConnection, isOpen, removeNamespace, rollback, setNamespace, size, size |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AuditingConnection
public AuditingConnection(AuditingSail sail,
SailConnection wrappedCon)
throws DatatypeConfigurationException
- Throws:
DatatypeConfigurationException
addStatement
public void addStatement(Resource subj,
URI pred,
Value obj,
Resource... contexts)
throws SailException
- Specified by:
addStatement in interface SailConnection- Overrides:
addStatement in class SailConnectionWrapper
- Throws:
SailException
removeStatements
public void removeStatements(Resource subj,
URI pred,
Value obj,
Resource... contexts)
throws SailException
- Specified by:
removeStatements in interface SailConnection- Overrides:
removeStatements in class SailConnectionWrapper
- Throws:
SailException
commit
public void commit()
throws SailException
- Specified by:
commit in interface SailConnection- Overrides:
commit in class SailConnectionWrapper
- Throws:
SailException
Copyright © 2004-2009 James Leigh Services Inc.. All Rights Reserved.