org.openrdf.repository
Interface DelegatingRepository

All Superinterfaces:
Repository
All Known Implementing Classes:
DatasetRepository, InterceptingRepositoryWrapper, NotifyingRepositoryWrapper, RepositoryWrapper, SystemRepository

public interface DelegatingRepository
extends Repository

Main interface for repositories that wrap another repository.


Method Summary
 Repository getDelegate()
           
 void setDelegate(Repository delegate)
           
 
Methods inherited from interface org.openrdf.repository.Repository
getConnection, getDataDir, getValueFactory, initialize, isWritable, setDataDir, shutDown
 

Method Detail

getDelegate

Repository getDelegate()

setDelegate

void setDelegate(Repository delegate)


Copyright © 2001-2008 Aduna. All Rights Reserved.