org.openrdf.repository.event
Interface NotifyingRepositoryConnection

All Superinterfaces:
RepositoryConnection
All Known Implementing Classes:
NotifyingRepositoryConnectionWrapper

public interface NotifyingRepositoryConnection
extends RepositoryConnection

Author:
Herko ter Horst

Method Summary
 void addRepositoryConnectionListener(RepositoryConnectionListener listener)
          Registers a RepositoryConnectionListener that will receive notifications of operations that are performed on this connection.
 void removeRepositoryConnectionListener(RepositoryConnectionListener listener)
          Removes a registered RepositoryConnectionListener from this connection.
 
Methods inherited from interface org.openrdf.repository.RepositoryConnection
add, add, add, add, add, add, add, add, clear, clearNamespaces, close, commit, export, exportStatements, getContextIDs, getNamespace, getNamespaces, getRepository, getStatements, hasStatement, hasStatement, isAutoCommit, isEmpty, isOpen, prepareBooleanQuery, prepareBooleanQuery, prepareGraphQuery, prepareGraphQuery, prepareQuery, prepareQuery, prepareTupleQuery, prepareTupleQuery, remove, remove, remove, remove, removeNamespace, rollback, setAutoCommit, setNamespace, size
 

Method Detail

addRepositoryConnectionListener

void addRepositoryConnectionListener(RepositoryConnectionListener listener)
Registers a RepositoryConnectionListener that will receive notifications of operations that are performed on this connection.


removeRepositoryConnectionListener

void removeRepositoryConnectionListener(RepositoryConnectionListener listener)
Removes a registered RepositoryConnectionListener from this connection.



Copyright © 2001-2007 Aduna. All Rights Reserved.