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

Packages that use ServiceAdministrator.State
org.jboss.dna.repository.services   
 

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

Methods in org.jboss.dna.repository.services 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(java.lang.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're declared.
 

Methods in org.jboss.dna.repository.services 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. All Rights Reserved.