HealthClass

A Health Policy defines runtime behaviors to monitor and take corrective actions when these behaviors are determined to be present. The HealthClass is the highest level object within a Health Policy and maps 1 to 1 to a "Health Policy" in the Administrative Console. The HealthClass has several base attributes and then also includes other objects as attributes, including one and only one HealthCondition and zero or more targetMembership objects.



Attributes Summary
name : StringThis is a required field which indicates the name of a health policy.
description : StringThis is an optional field to provide an additional description of the health policy.
reactionMode : intThe reaction mode defines the behavior of the health policy.
 : HealthCondition  
targetMemberships : TargetMembership *  
healthActions : HealthAction *  

Attribute Details

name    -    This is a required field which indicates the name of a health policy. The health policy name must be unique among all health policies. This is only editable when the health policy is being created.This object's validation follows the basic WAS object name validation.
     data type:  String
     default Value:   unspecified



description    -    This is an optional field to provide an additional description of the health policy. This field is editable at the time of creation and also from edit mode.
     data type:  String
     default Value:   unspecified



reactionMode    -    The reaction mode defines the behavior of the health policy. The options for this field are monitor, supervise and automatic. Monitor indicates the health policies are active and logging data. Supervise is the mode where the health policies are active and recommendations on actions are being sent to the administrator. If the administrator chooses to follow the recommendations, then the only action required is selecting a button and the actions will be performed. Automatic is when the health policies are active, logging data and taking action.Reaction Mode is stored in the model as an int value with the following mapping, which are defined in the XDConstants. java file in xd.util: REACTION_MODE_DETECT_ONLY = 1; REACTION_MODE_SUPERVISED = 2; REACTION_MODE_AUTOMATIC = 3;
     data type:  int
     default Value:   1



   -     
     data type: HealthCondition



targetMemberships    -     
     data type: TargetMembership*



healthActions    -     
     data type: HealthAction*


Copyright IBM Corp. 1996-2005