Uses of Class
org.alfresco.bm.server.ConfigConstants.RunState

Packages that use ConfigConstants.RunState
org.alfresco.bm.server   
 

Uses of ConfigConstants.RunState in org.alfresco.bm.server
 

Methods in org.alfresco.bm.server that return ConfigConstants.RunState
 ConfigConstants.RunState BMServer.getDesiredRunState()
           
 ConfigConstants.RunState BMServer.getRunState()
           
static ConfigConstants.RunState ConfigConstants.RunState.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ConfigConstants.RunState[] ConfigConstants.RunState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.alfresco.bm.server with parameters of type ConfigConstants.RunState
 void BMServer.setDesiredRunState(ConfigConstants.RunState runState)
          Sets the desired run state and notifies listeners (main thread).
 



Copyright © 2012. All Rights Reserved.