Uses of Package
org.modeshape.graph.observe

Packages that use org.modeshape.graph.observe
org.modeshape.connector.infinispan The classes that make up the connector that stores content in a deployed instance of Infinispan. 
org.modeshape.connector.jbosscache The classes that make up the connector that stores content in a JBoss Cache instance. 
org.modeshape.connector.jcr The JCR connector provides access to a JCR repository instance running in the same process (and accessible via JNDI). 
org.modeshape.connector.store.jpa.model.basic The classes that define the "basic" storage model for the JPA connector. 
org.modeshape.connector.store.jpa.model.simple The classes that define the "simple" storage model for the JPA connector. 
org.modeshape.graph.connector ModeShape uses connectors to access information from external systems (such as databases, other repositories, services, applications, etc.) and create graph representations of that information. 
org.modeshape.graph.connector.base This package defines a series of classes that can serve as base classes for a connector implementation. 
org.modeshape.graph.connector.inmemory The In-Memory Connector represents a connector that maintains a graph in transient in-process memory. 
org.modeshape.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.modeshape.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.modeshape.graph.observe The Observation API provides several mechanisms for asynchronously observing changes to content. 
org.modeshape.graph.request.processor This portion of the ModeShape Graph API defines the processor for requests
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. 
 

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

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

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

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

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

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

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

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

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

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

Classes in org.modeshape.graph.observe used by org.modeshape.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.
NetChangeObserver.NetChanges
          A set of net changes that were made atomically.
Observable
          Interface used to register listeners.
Observer
          The interface for an observer of graph changes.
 

Classes in org.modeshape.graph.observe used by org.modeshape.graph.request.processor
Observer
          The interface for an observer of graph changes.
 

Classes in org.modeshape.graph.observe used by org.modeshape.graph.search
Changes
          A set of changes that were made atomically.
Observer
          The interface for an observer of graph changes.
 

Classes in org.modeshape.graph.observe used by org.modeshape.jcr
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.modeshape.graph.observe used by org.modeshape.repository
ChangeObserver
          Abstract class that is used to signal that a change set has occurred.
Changes
          A set of changes that were made atomically.
NetChangeObserver
          A specialized Observer that figures out the net changes made during a single set of changes.
NetChangeObserver.NetChanges
          A set of net changes that were made atomically.
Observable
          Interface used to register listeners.
Observer
          The interface for an observer of graph changes.
 



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