Uses of Interface
org.jboss.dna.graph.observe.Observer

Packages that use Observer
org.jboss.dna.connector.store.jpa.model.basic The classes that define the "basic" storage model for the JPA connector. 
org.jboss.dna.connector.store.jpa.model.simple The classes that define the "simple" storage model for the JPA connector. 
org.jboss.dna.graph.connector JBoss DNA uses connectors to access information from external systems (such as databases, other repositories, services, applications, etc.) and create graph representations of that information. 
org.jboss.dna.graph.connector.map The MapRepository class and its supporting classes provide a default implementation of the connector classes for connectors that support the transient or persistent mapping of a UUID to a standard representation of a node
org.jboss.dna.graph.connector.path The PathRepository class and its supporting classes provide a default read-only implementation of the connector classes for connectors that only support path-based access to a standard representation of a node
org.jboss.dna.graph.observe The Observation API provides several mechanisms for asynchronously observing changes to content. 
org.jboss.dna.graph.search   
org.jboss.dna.repository The components and services that make up the JBoss DNA repository engine. 
 

Uses of Observer in org.jboss.dna.connector.store.jpa.model.basic
 

Constructors in org.jboss.dna.connector.store.jpa.model.basic with parameters of type Observer
BasicRequestProcessor(String sourceName, ExecutionContext context, Observer observer, javax.persistence.EntityManager entityManager, UUID rootNodeUuid, String nameOfDefaultWorkspace, String[] predefinedWorkspaceNames, long largeValueMinimumSizeInBytes, boolean creatingWorkspacesAllowed, boolean compressData, boolean enforceReferentialIntegrity)
           
 

Uses of Observer in org.jboss.dna.connector.store.jpa.model.simple
 

Constructors in org.jboss.dna.connector.store.jpa.model.simple with parameters of type Observer
SimpleRequestProcessor(ExecutionContext context, SimpleJpaRepository repository, Observer observer, boolean updatesAllowed)
           
 

Uses of Observer in org.jboss.dna.graph.connector
 

Methods in org.jboss.dna.graph.connector that return Observer
 Observer RepositoryContext.getObserver()
          Get the observer that the connector may use to publish changes.
 

Uses of Observer in org.jboss.dna.graph.connector.map
 

Constructors in org.jboss.dna.graph.connector.map with parameters of type Observer
MapRequestProcessor(ExecutionContext context, MapRepository repository, Observer observer, boolean updatesAllowed)
           
 

Uses of Observer in org.jboss.dna.graph.connector.path
 

Constructors in org.jboss.dna.graph.connector.path with parameters of type Observer
PathRequestProcessor(ExecutionContext context, PathRepository repository, Observer observer, boolean updatesAllowed, PathRepositoryTransaction txn)
           
 

Uses of Observer in org.jboss.dna.graph.observe
 

Classes in org.jboss.dna.graph.observe that implement Observer
 class ChangeObserver
          Abstract class that is used to signal that a change set has occurred.
 class NetChangeObserver
          A specialized Observer that figures out the net changes made during a single set of changes.
 class ObservationBus
          A simple Observer that is itself Observable.
 

Methods in org.jboss.dna.graph.observe with parameters of type Observer
 boolean ObservationBus.register(Observer observer)
          Register the supplied observer.
 boolean Observable.register(Observer observer)
          Register the supplied observer.
 boolean ChangeObservers.register(Observer observer)
          Register the supplied observer.
 boolean ObservationBus.unregister(Observer observer)
          Unregister the supplied observer.
 boolean Observable.unregister(Observer observer)
          Unregister the supplied observer.
 boolean ChangeObservers.unregister(Observer observer)
          Unregister the supplied observer.
 

Uses of Observer in org.jboss.dna.graph.search
 

Methods in org.jboss.dna.graph.search with parameters of type Observer
 SearchEngineProcessor SearchEngine.createProcessor(ExecutionContext context, Observer observer, boolean readOnly)
          Create the SearchEngineProcessor implementation that can be used to operate against the SearchEngineWorkspace instances.
 SearchEngineProcessor AbstractSearchEngine.createProcessor(ExecutionContext context, Observer observer, boolean readOnly)
          Create the SearchEngineProcessor implementation that can be used to operate against the SearchEngineWorkspace instances.
 

Uses of Observer in org.jboss.dna.repository
 

Classes in org.jboss.dna.repository that implement Observer
 class RepositoryService
          A service that manages the RepositorySourcees defined within a configuration repository.
 

Methods in org.jboss.dna.repository that return Observer
 Observer SimpleRepositoryContext.getObserver()
          Get the observer that the connector may use to publish changes.
 

Methods in org.jboss.dna.repository with parameters of type Observer
 boolean RepositoryLibrary.register(Observer observer)
          Register the supplied observer.
 boolean RepositoryLibrary.unregister(Observer observer)
          Unregister the supplied observer.
 

Constructors in org.jboss.dna.repository with parameters of type Observer
SimpleRepositoryContext(ExecutionContext context, Observer observer, RepositoryConnectionFactory connectionFactory)
           
 



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