Uses of Interface
org.modeshape.graph.observe.Observable

Packages that use Observable
org.modeshape.clustering   
org.modeshape.graph.observe The Observation API provides several mechanisms for asynchronously observing changes to content. 
org.modeshape.jcr The ModeShape implementation of the JCR API. 
org.modeshape.repository The components and services that make up ModeShape's lower-level graph engine, which is used within its JCR Engine. 
org.modeshape.repository.cluster   
 

Uses of Observable in org.modeshape.clustering
 

Classes in org.modeshape.clustering that implement Observable
 class ClusteredObservationBus
          An implementation of a cluster-aware ObservationBus.
 

Uses of Observable in org.modeshape.graph.observe
 

Subinterfaces of Observable in org.modeshape.graph.observe
 interface ObservationBus
          A simple Observer that is itself Observable.
 

Classes in org.modeshape.graph.observe that implement Observable
 class ChangeObservers
          Reusable manager of change listeners, typically employed by another Observable implementation.
 class LocalObservationBus
          A simple Observer that is itself Observable.
 

Constructors in org.modeshape.graph.observe with parameters of type Observable
ChangeObserver.ChangeSourceReference(Observable source)
           
 

Uses of Observable in org.modeshape.jcr
 

Classes in org.modeshape.jcr that implement Observable
protected  class JcrRepository.RepositoryObservationManager
           
 

Constructors in org.modeshape.jcr with parameters of type Observable
JcrRepository.RepositoryObservationManager(Observable repositoryObservable)
           
 

Uses of Observable in org.modeshape.repository
 

Classes in org.modeshape.repository that implement Observable
 class RepositoryLibrary
          A library of RepositorySource instances and the RepositoryConnectionPool used to manage the connections for each.
 

Uses of Observable in org.modeshape.repository.cluster
 

Classes in org.modeshape.repository.cluster that implement Observable
 class ClusteringService
          The service that provides the observation bus for a clustered (or unclustered) environment.
 



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