ResponseCondition

This type is a class for model objects.

The excessive response time condition policy tracks the requests and the amount of time they take to complete. If an average number of requests take longer than a certain amount of time, then the members are restarted.

Package: healthpolicy
Supertype: HealthCondition

Classifier ID:  -1
Instance class name:  * Unspecified *
Instance class:  * Unspecified *



Attributes Summary
responseTime : EInt This attribute is used in concert with the responseTimeUnits attribute to restart members when the average number of requests completed exceeds a given period of time The excessive response time condition policy restarts members when the average number of requests completed exceeds a given period of time. Acceptable values for this field are between (and including) 1 millisecond and 60 minutes.
responseTimeUnits : EInt This attribute is used in concert with the responseTime attribute to restart members when the average number of requests completed exceeds a given period of time This field is the ageUnits, which can be "hours" or "days", but stored within the model as an integer representation. The mapping for the units value are defined in the XDConstants.java file in xd.util: UNITS_MILLISECONDS=0 UNITS_SECONDS=1 UNITS_MINUTES=2



Attribute Details

responseTime  -  This attribute is used in concert with the responseTimeUnits attribute to restart members when the average number of requests completed exceeds a given period of time The excessive response time condition policy restarts members when the average number of requests completed exceeds a given period of time. Acceptable values for this field are between (and including) 1 millisecond and 60 minutes.
    Data Type: EInt
    Default value:  10
    Required:  false
    Changeable:  true
    Unsettable:  false
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

responseTimeUnits  -  This attribute is used in concert with the responseTime attribute to restart members when the average number of requests completed exceeds a given period of time This field is the ageUnits, which can be "hours" or "days", but stored within the model as an integer representation. The mapping for the units value are defined in the XDConstants.java file in xd.util: UNITS_MILLISECONDS=0 UNITS_SECONDS=1 UNITS_MINUTES=2
    Data Type: EInt
    Default value:  1
    Required:  false
    Changeable:  true
    Unsettable:  false
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false



(C) COPYRIGHT International Business Machines Corp. 1996-2006