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

Packages that use Observer
org.jboss.dna.connector.store.jpa The classes that make up the connector that stores content in a relational database via JDBC and JPA. 
org.jboss.dna.connector.store.jpa.model.basic The classes that define the "basic" 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.observe The Observation API provides several mechanisms for asynchronously observing changes to content. 
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
 

Methods in org.jboss.dna.connector.store.jpa with parameters of type Observer
abstract  RequestProcessor Model.createRequestProcessor(String sourceName, ExecutionContext context, Observer observer, javax.persistence.EntityManager entityManager, UUID rootNodeUuid, String nameOfDefaultWorkspace, String[] predefinedWorkspaceNames, long largeValueMinimumSizeInBytes, boolean creatingWorkspacesAllowed, boolean comparessData, boolean enforceReferentialIntegrity)
           
 

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

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

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.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.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.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-2009 JBoss, a division of Red Hat. All Rights Reserved.