Uses of Class
org.rhq.core.domain.cloud.Server.Status

Packages that use Server.Status
org.rhq.core.domain.cloud   
 

Uses of Server.Status in org.rhq.core.domain.cloud
 

Methods in org.rhq.core.domain.cloud that return Server.Status
static Server.Status Server.Status.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Server.Status[] Server.Status.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.rhq.core.domain.cloud with parameters of type Server.Status
 void Server.addStatus(Server.Status newStatus)
          If some subsystem makes a change to some data that this server cares about (as summarized by the various Server.Status elements), then that change should be added via this method.
 



Copyright © 2008-2009 RHQ Project Advisory Board (Red Hat, Inc.). All Rights Reserved.