Uses of Class
org.openrdf.repository.base.RepositoryWrapper

Packages that use RepositoryWrapper
org.openrdf.repository.contextaware   
org.openrdf.repository.dataset   
org.openrdf.repository.event.base   
org.openrdf.repository.manager   
 

Uses of RepositoryWrapper in org.openrdf.repository.contextaware
 

Subclasses of RepositoryWrapper in org.openrdf.repository.contextaware
 class ContextAwareRepository
          Allows contexts to be specified at the repository level.
 

Uses of RepositoryWrapper in org.openrdf.repository.dataset
 

Subclasses of RepositoryWrapper in org.openrdf.repository.dataset
 class DatasetRepository
           
 

Uses of RepositoryWrapper in org.openrdf.repository.event.base
 

Subclasses of RepositoryWrapper in org.openrdf.repository.event.base
 class InterceptingRepositoryWrapper
          Wrapper that notifies interceptors of events on Repositories before they happen.
 class NotifyingRepositoryWrapper
          This notifying decorator allows listeners to register with the repository or connection and be notified when events occur.
 

Uses of RepositoryWrapper in org.openrdf.repository.manager
 

Subclasses of RepositoryWrapper in org.openrdf.repository.manager
 class SystemRepository
          FIXME: do not extend NotifyingRepositoryWrapper, because SystemRepository shouldn't expose RepositoryWrapper behaviour, just implement NotifyingRepository.
 



Copyright © 2001-2012 Aduna. All Rights Reserved.