Uses of Class
org.modeshape.repository.service.ServiceAdministrator.State

Packages that use ServiceAdministrator.State
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.sequencer The classes that make up the sequencing service and its configuration. 
org.modeshape.repository.service The definition of common interfaces and classes for ModeShape services. 
 

Uses of ServiceAdministrator.State in org.modeshape.repository
 

Methods in org.modeshape.repository with parameters of type ServiceAdministrator.State
protected  void RepositoryService.Administrator.doShutdown(ServiceAdministrator.State fromState)
          Implementation of the functionality to switch to the shutdown state.
protected  void RepositoryLibrary.Administrator.doShutdown(ServiceAdministrator.State fromState)
          Implementation of the functionality to switch to the shutdown state.
protected  void RepositoryService.Administrator.doStart(ServiceAdministrator.State fromState)
          Implementation of the functionality to switch to the started state.
protected  void RepositoryLibrary.Administrator.doStart(ServiceAdministrator.State fromState)
          Implementation of the functionality to switch to the started state.
 

Uses of ServiceAdministrator.State in org.modeshape.repository.sequencer
 

Methods in org.modeshape.repository.sequencer with parameters of type ServiceAdministrator.State
protected  void SequencingService.Administrator.doShutdown(ServiceAdministrator.State fromState)
          Implementation of the functionality to switch to the shutdown state.
protected  void SequencingService.Administrator.doStart(ServiceAdministrator.State fromState)
          Implementation of the functionality to switch to the started state.
 

Uses of ServiceAdministrator.State in org.modeshape.repository.service
 

Methods in org.modeshape.repository.service that return ServiceAdministrator.State
 ServiceAdministrator.State ServiceAdministrator.getState()
          Return the current state of this system.
 ServiceAdministrator.State AbstractServiceAdministrator.getState()
          Return the current state of this service.
static ServiceAdministrator.State ServiceAdministrator.State.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ServiceAdministrator.State[] ServiceAdministrator.State.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.modeshape.repository.service with parameters of type ServiceAdministrator.State
protected  void AbstractServiceAdministrator.doPause(ServiceAdministrator.State fromState)
          Implementation of the functionality to switch to the paused state.
protected  void AbstractServiceAdministrator.doShutdown(ServiceAdministrator.State fromState)
          Implementation of the functionality to switch to the shutdown state.
protected  void AbstractServiceAdministrator.doStart(ServiceAdministrator.State fromState)
          Implementation of the functionality to switch to the started state.
 ServiceAdministrator ServiceAdministrator.setState(ServiceAdministrator.State state)
          Set the state of the system.
 ServiceAdministrator AbstractServiceAdministrator.setState(ServiceAdministrator.State state)
          Set the state of the service.
 

Constructors in org.modeshape.repository.service with parameters of type ServiceAdministrator.State
AbstractServiceAdministrator(I18n serviceName, ServiceAdministrator.State initialState)
           
 



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