org.openrdf.repository.event
Interface InterceptingRepository

All Superinterfaces:
Repository
All Known Implementing Classes:
InterceptingRepositoryWrapper

public interface InterceptingRepository
extends Repository

Author:
Herko ter Horst

Method Summary
 void addRepositoryInterceptor(RepositoryInterceptor interceptor)
          Registers a RepositoryInterceptor that will receive notifications of operations that are performed on this repository.
 void removeRepositoryInterceptor(RepositoryInterceptor interceptor)
          Removes a registered RepositoryInterceptor from this repository.
 
Methods inherited from interface org.openrdf.repository.Repository
getConnection, getDataDir, getValueFactory, initialize, isWritable, setDataDir, shutDown
 

Method Detail

addRepositoryInterceptor

void addRepositoryInterceptor(RepositoryInterceptor interceptor)
Registers a RepositoryInterceptor that will receive notifications of operations that are performed on this repository.


removeRepositoryInterceptor

void removeRepositoryInterceptor(RepositoryInterceptor interceptor)
Removes a registered RepositoryInterceptor from this repository.



Copyright © 2001-2008 Aduna. All Rights Reserved.