Uses of Class
org.rhq.core.domain.resource.Agent.Status

Packages that use Agent.Status
org.rhq.core.domain.resource   
 

Uses of Agent.Status in org.rhq.core.domain.resource
 

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

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



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