Uses of Class
javax.availability.management.HealthState

Uses of HealthState in javax.availability.management
 

Methods in javax.availability.management that return HealthState
static HealthState HealthState.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static HealthState[] HealthState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in javax.availability.management with parameters of type HealthState
 void AvailabilityAgentService.reportError(HealthState state)
           
 void AvailabilityService.reportError(HealthState state)
           
 



Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.