org.openrdf.repository.event
Interface RepositoryInterceptor
- All Superinterfaces:
- EventListener
public interface RepositoryInterceptor
- extends EventListener
Interceptor interface for Repository state changes.
- Author:
- Herko ter Horst
getConnection
boolean getConnection(Repository repo,
RepositoryConnection conn)
initialize
boolean initialize(Repository repo)
setDataDir
boolean setDataDir(Repository repo,
File dataDir)
shutDown
boolean shutDown(Repository repo)
Copyright © 2001-2007 Aduna. All Rights Reserved.