Uses of Class
org.peace_tools.workspace.Server.ServerStatusType

Packages that use Server.ServerStatusType
org.peace_tools.workspace Contains the classes that provide persistent storage of work space configuration. 
 

Uses of Server.ServerStatusType in org.peace_tools.workspace
 

Fields in org.peace_tools.workspace declared as Server.ServerStatusType
private  Server.ServerStatusType Server.status
          The current operational status of this server.
 

Methods in org.peace_tools.workspace that return Server.ServerStatusType
 Server.ServerStatusType Server.getStatus()
          Obtain the current status set for this server.
static Server.ServerStatusType Server.ServerStatusType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Server.ServerStatusType[] Server.ServerStatusType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.peace_tools.workspace with parameters of type Server.ServerStatusType
 void Server.setStatus(Server.ServerStatusType status)
          Change the status for this server.