Uses of Class
org.modeshape.graph.observe.Changes

Packages that use Changes
org.modeshape.clustering   
org.modeshape.graph.observe The Observation API provides several mechanisms for asynchronously observing changes to content. 
org.modeshape.graph.search A small framework for a search engine component. 
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 Changes in org.modeshape.clustering
 

Methods in org.modeshape.clustering that return Changes
protected static Changes ClusteredObservationBus.deserialize(byte[] data)
           
 

Methods in org.modeshape.clustering with parameters of type Changes
 void ClusteredObservationBus.notify(Changes changes)
          Method that is called for each set of changes from the Observable instance(s) with which this observer is registered.
protected static byte[] ClusteredObservationBus.serialize(Changes changes)
           
 

Uses of Changes in org.modeshape.graph.observe
 

Subclasses of Changes in org.modeshape.graph.observe
static class NetChangeObserver.NetChanges
          A set of net changes that were made atomically.
 

Methods in org.modeshape.graph.observe with parameters of type Changes
 void ChangeObservers.broadcast(Changes changes)
          Broadcast the supplied changes to the registered observers.
 int Changes.compareTo(Changes that)
          
 void Observer.notify(Changes changes)
          Method that is called for each set of changes from the Observable instance(s) with which this observer is registered.
 void NetChangeObserver.notify(Changes changes)
          Method that is called for each Changes from the Observable instance(s) with which this listener is registered.
 void LocalObservationBus.notify(Changes changes)
          Method that is called for each set of changes from the Observable instance(s) with which this observer is registered.
abstract  void ChangeObserver.notify(Changes changeSet)
          Method that is called for each Changes from the Observable instance(s) with which this listener is registered.
 

Constructors in org.modeshape.graph.observe with parameters of type Changes
Changes(Changes changes)
           
NetChangeObserver.NetChanges(Changes changes, List<NetChangeObserver.NetChange> netChanges)
           
 

Uses of Changes in org.modeshape.graph.search
 

Methods in org.modeshape.graph.search with parameters of type Changes
protected  void SearchableRepositorySource.process(ExecutionContext context, Changes changes)
          Do the work of processing the changes and updating the SearchableRepositorySource.searchEngine.
 

Uses of Changes in org.modeshape.jcr
 

Methods in org.modeshape.jcr with parameters of type Changes
 void JcrRepository.RepositoryObservationManager.notify(Changes changes)
          Method that is called for each set of changes from the Observable instance(s) with which this observer is registered.
 

Uses of Changes in org.modeshape.repository
 

Methods in org.modeshape.repository with parameters of type Changes
 void RepositoryService.notify(Changes changes)
          Method that is called for each set of changes from the Observable instance(s) with which this observer is registered.
 

Uses of Changes in org.modeshape.repository.cluster
 

Methods in org.modeshape.repository.cluster with parameters of type Changes
 void ClusteringService.notify(Changes changes)
          Method that is called for each set of changes from the Observable instance(s) with which this observer is registered.
 



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