Uses of Package
org.modeshape.graph.observe

Packages that use org.modeshape.graph.observe
org.modeshape.clustering   
org.modeshape.connector.disk The classes that make up the connector that stores content in a ModeShape-specific format on fixed disk. 
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.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.connector.xmlfile The XML File connector is a connector that maintains a graph in transient in-process memory, where the graph is loaded initially from an XML file. 
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. 
org.modeshape.repository.cluster   
org.modeshape.repository.sequencer The classes that make up the sequencing service and its configuration. 
org.modeshape.search.lucene An implementation of the SearchEngine interface that uses the Lucene library. 
 

Classes in org.modeshape.graph.observe used by org.modeshape.clustering
ChangeObservers
          Reusable manager of change listeners, typically employed by another Observable implementation.
Changes
          A set of changes that were made atomically.
Observable
          Interface used to register listeners.
ObservationBus
          A simple Observer that is itself Observable.
Observer
          The interface for an observer of graph changes.
 

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

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.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.connector.xmlfile
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.
ObservationBus
          A simple Observer that is itself Observable.
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.
ObservationBus
          A simple Observer that is itself Observable.
Observer
          The interface for an observer of graph changes.
 

Classes in org.modeshape.graph.observe used by org.modeshape.repository.cluster
Changes
          A set of changes that were made atomically.
Observable
          Interface used to register listeners.
ObservationBus
          A simple Observer that is itself Observable.
Observer
          The interface for an observer of graph changes.
 

Classes in org.modeshape.graph.observe used by org.modeshape.repository.sequencer
ChangeObserver
          Abstract class that is used to signal that a change set has occurred.
NetChangeObserver
          A specialized Observer that figures out the net changes made during a single set of changes.
NetChangeObserver.NetChange
          A notification of changes to a node.
NetChangeObserver.NetChanges
          A set of net changes that were made atomically.
Observer
          The interface for an observer of graph changes.
 

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



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