ModeShape Distribution 3.0.0.Beta2

Uses of Interface
org.modeshape.jcr.bus.ChangeBus

Packages that use ChangeBus
org.modeshape.jcr   
org.modeshape.jcr.bus   
org.modeshape.jcr.cache   
 

Uses of ChangeBus in org.modeshape.jcr
 

Methods in org.modeshape.jcr that return ChangeBus
protected  ChangeBus JcrRepository.changeBus()
           
protected  ChangeBus JcrRepository.RunningState.changeBus()
           
protected  ChangeBus JcrRepository.RunningState.createBus(RepositoryConfiguration.Clustering clusteringConfiguration, ExecutorService executor, String systemWorkspaceName, boolean separateThreadForSystemWorkspace)
           
 

Uses of ChangeBus in org.modeshape.jcr.bus
 

Classes in org.modeshape.jcr.bus that implement ChangeBus
 class ClusteredRepositoryChangeBus
          Implementation of a ChangeBus which can run in a cluster, via JGroups.
 class MultiplexingChangeBus
           
 class RepositoryChangeBus
          A standard ChangeBus implementation.
 

Fields in org.modeshape.jcr.bus declared as ChangeBus
protected  ChangeBus ClusteredRepositoryChangeBus.delegate
          The wrapped standalone bus to which standard bus operations are delegated
 

Constructors in org.modeshape.jcr.bus with parameters of type ChangeBus
ClusteredRepositoryChangeBus(RepositoryConfiguration.Clustering clusteringConfiguration, ChangeBus delegate)
           
 

Uses of ChangeBus in org.modeshape.jcr.cache
 

Constructors in org.modeshape.jcr.cache with parameters of type ChangeBus
RepositoryCache(ExecutionContext context, SchematicDb database, RepositoryConfiguration configuration, RepositoryCache.ContentInitializer initializer, SessionEnvironment sessionContext, ChangeBus changeBus)
           
 


ModeShape Distribution 3.0.0.Beta2

Copyright © 2008-2012 JBoss, a division of Red Hat. All Rights Reserved.