ASAP 2.8 Client Manual

Entity Definition Language (EDL)
HP NonStop ASAP Client Manual425263-004
6-28
StateIsOp - EDL Attribute Property
This property appears in the Attribute tab of the ASAP Client Properties window.
Default: False
Examples
AT Status GRID YES GRAPH YES GRAPHMAX 0
STATEPAIR YES –- Implies Status has associated state
STATEISOP YES –- Implies State is operational state of obj
STATERULE UseStateGraphState
HELP "Operational Status";
AT OpState GRID NO GRAPH NO GRAPHMAX 9
HELP "Operational State of object";
StateIsOp - EDL Attribute Property
StateIsOp Boolean
The StateIsOp attribute property indicates whether the state of an attribute represents
the overall Operational State of the object.
When the StateIsOp attribute is TRUE, the attribute is flagged as having an important
distinction between it and all other attributes. The attribute flagged as StateIsOp
indicates the overall operational state of the object.
If the state associated with a StateIsOp attribute is warning, the operational state of the
overall object is said to be in a warning state. Contrast this with a performance attribute
such as busy when its state reaches a warning level, the utilization of the object has
exceeded a warning level but is not necessarily in a warning state.
Considerations
When StateIsOp is TRUE, StatePair is typically also TRUE.
Usually, only one attribute for an entity has its StatIsOp attribute property set to TRUE.
Applies to: Client and Server
Default: False
Example
AT Status GRID YES GRAPH YES GRAPHMAX 0
STATEPAIR YES –- Implies Status has associated state
STATEISOP YES –- Implies State is operational state of obj
STATERULE UseStateGraphState
HELP "Operational Status";
AT OpState GRID NO GRAPH NO GRAPHMAX 9
HELP "Operational State of object";