Uses of Interface
org.modeshape.repository.service.AdministeredService

Packages that use AdministeredService
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. 
 

Uses of AdministeredService in org.modeshape.repository
 

Classes in org.modeshape.repository that implement AdministeredService
 class RepositoryService
          A service that manages the RepositorySourcees defined within a configuration repository.
 

Uses of AdministeredService in org.modeshape.repository.cluster
 

Classes in org.modeshape.repository.cluster that implement AdministeredService
 class ClusteringService
          The service that provides the observation bus for a clustered (or unclustered) environment.
 

Uses of AdministeredService in org.modeshape.repository.sequencer
 

Classes in org.modeshape.repository.sequencer that implement AdministeredService
 class SequencingService
          A sequencing system is used to monitor changes in the content of ModeShape repositories and to sequence the content to extract or to generate structured information.
 



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