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

Packages that use Observable
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 Observable in org.jboss.dna.graph.observe
 

Classes in org.jboss.dna.graph.observe that implement Observable
 class ChangeObservers
          Reusable manager of change listeners, typically employed by another Observable implementation.
 class ObservationBus
          A simple Observer that is itself Observable.
 

Uses of Observable in org.jboss.dna.repository
 

Classes in org.jboss.dna.repository that implement Observable
 class RepositoryLibrary
          A library of RepositorySource instances and the RepositoryConnectionPool used to manage the connections for each.
 



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