org.openrdf.repository.event
Interface RepositoryInterceptor

All Superinterfaces:
EventListener

public interface RepositoryInterceptor
extends EventListener

Interceptor interface for Repository state changes.

Author:
Herko ter Horst

Method Summary
 boolean getConnection(Repository repo, RepositoryConnection conn)
           
 boolean initialize(Repository repo)
           
 boolean setDataDir(Repository repo, File dataDir)
           
 boolean shutDown(Repository repo)
           
 

Method Detail

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-2008 Aduna. All Rights Reserved.