Uses of Class
org.jboss.dna.repository.service.ServiceAdministrator.State

Packages that use ServiceAdministrator.State
org.jboss.dna.repository.service The definition of common interfaces and classes for DNA services. 
 

Uses of ServiceAdministrator.State in org.jboss.dna.repository.service
 

Methods in org.jboss.dna.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.jboss.dna.repository.service with parameters of type ServiceAdministrator.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.
 



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