Uses of Package
org.jboss.dna.graph.observe

Packages that use org.jboss.dna.graph.observe
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. 
org.jboss.dna.repository.sequencer The classes that make up the sequencing service and its configuration. 
 

Classes in org.jboss.dna.graph.observe used by org.jboss.dna.connector.store.jpa.model.basic
Observer
          The interface for an observer of graph changes.
 

Classes in org.jboss.dna.graph.observe used by org.jboss.dna.connector.store.jpa.model.simple
Observer
          The interface for an observer of graph changes.
 

Classes in org.jboss.dna.graph.observe used by org.jboss.dna.graph.connector
Observer
          The interface for an observer of graph changes.
 

Classes in org.jboss.dna.graph.observe used by org.jboss.dna.graph.connector.map
Observer
          The interface for an observer of graph changes.
 

Classes in org.jboss.dna.graph.observe used by org.jboss.dna.graph.connector.path
Observer
          The interface for an observer of graph changes.
 

Classes in org.jboss.dna.graph.observe used by org.jboss.dna.graph.observe
ChangeObserver
          Abstract class that is used to signal that a change set has occurred.
Changes
          A set of changes that were made atomically.
NetChangeObserver.ChangeType
           
NetChangeObserver.NetChange
          A notification of changes to a node.
Observable
          Interface used to register listeners.
Observer
          The interface for an observer of graph changes.
 

Classes in org.jboss.dna.graph.observe used by org.jboss.dna.graph.search
Observer
          The interface for an observer of graph changes.
 

Classes in org.jboss.dna.graph.observe used by org.jboss.dna.repository
Changes
          A set of changes that were made atomically.
Observable
          Interface used to register listeners.
Observer
          The interface for an observer of graph changes.
 

Classes in org.jboss.dna.graph.observe used by org.jboss.dna.repository.sequencer
NetChangeObserver.NetChange
          A notification of changes to a node.
 



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