|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IEvent
generated from CICS resourcetable EVENT
Nested Class Summary | |
---|---|
static class |
IEvent.EventTypeValue
Enumeration type for field EVALTYPE |
static class |
IEvent.SeverityValue
Enumeration type for field SEVERITY |
Method Summary | |
---|---|
java.lang.String |
getAction()
Getter for field ACTION |
java.lang.String |
getCmas()
Getter for field CMAS |
java.lang.String |
getContext()
Getter for field CONTEXT |
java.lang.Long |
getCurhsentry()
Getter for field CURHSENTRY |
java.lang.Long |
getCurhsexit()
Getter for field CURHSEXIT |
java.lang.Long |
getCurhwentry()
Getter for field CURHWENTRY |
java.lang.Long |
getCurhwexit()
Getter for field CURHWEXIT |
java.lang.Long |
getCurlsentry()
Getter for field CURLSENTRY |
java.lang.Long |
getCurlsexit()
Getter for field CURLSEXIT |
java.lang.Long |
getCurlwentry()
Getter for field CURLWENTRY |
java.lang.Long |
getCurlwexit()
Getter for field CURLWEXIT |
java.lang.Long |
getCurvhsentry()
Getter for field CURVHSENTRY |
java.lang.Long |
getCurvhsexit()
Getter for field CURVHSEXIT |
java.lang.Long |
getCurvlsentry()
Getter for field CURVLSENTRY |
java.lang.Long |
getCurvlsexit()
Getter for field CURVLSEXIT |
java.util.Date |
getDatetime()
Getter for field DATETIME |
java.lang.String |
getDescription()
Getter for field DESC |
ICICSEnums.YesNoValue |
getDetail()
Getter for field DETAIL |
IEvent.EventTypeValue |
getEventType()
Getter for field EVALTYPE |
ICICSEnums.YesNoValue |
getGenalert()
Getter for field GENALERT |
ICICSEnums.YesNoValue |
getGenextmsg()
Getter for field GENEXTMSG |
java.lang.Long |
getHsentry()
Getter for field HSENTRY |
java.lang.Long |
getHsexit()
Getter for field HSEXIT |
java.lang.Long |
getHwentry()
Getter for field HWENTRY |
java.lang.Long |
getHwexit()
Getter for field HWEXIT |
java.lang.Long |
getLsentry()
Getter for field LSENTRY |
java.lang.Long |
getLsexit()
Getter for field LSEXIT |
java.lang.Long |
getLwentry()
Getter for field LWENTRY |
java.lang.Long |
getLwexit()
Getter for field LWEXIT |
java.lang.String |
getName()
Getter for field NAME |
java.lang.String |
getNetview()
Getter for field NETVIEW |
java.lang.Long |
getPriority()
Getter for field PRIORITY |
java.lang.Long |
getRate()
Getter for field RATE |
java.lang.String |
getResourceName()
Getter for field KEY |
java.lang.String |
getResourceType()
Getter for field RESTYPE |
java.lang.Long |
getSequence()
Getter for field SEQUENCE |
IEvent.SeverityValue |
getSeverity()
Getter for field SEVERITY |
java.lang.String |
getTarget()
Getter for field TARGET |
java.lang.Long |
getVhsentry()
Getter for field VHSENTRY |
java.lang.Long |
getVhsexit()
Getter for field VHSEXIT |
java.lang.String |
getView()
Getter for field VIEW |
java.lang.Long |
getVlsentry()
Getter for field VLSENTRY |
java.lang.Long |
getVlsexit()
Getter for field VLSEXIT |
Method Detail |
---|
java.lang.String getName()
Event name
The name of the event. For events generated as a result of evaluating an analysis or status definition, the event name is the same as the definition name. For events generated automatically by CICSPlex SM, the name is one of the following:
getName
in interface ICICSObject
java.lang.String getTarget()
Current event target
The name of the CICS system or CICS system group that is the target of the event. Note: The target will be a CICS system group only for events whose type is APM.
IEvent.SeverityValue getSeverity()
Event severity
The severity associated with the event:
For events generated as a result of evaluating an analysis definition, the severity is assigned as part of the associated evaluation definition. For events generated automatically, the severity is assigned by CICSPlex SM.
IEvent.EventTypeValue getEventType()
Event type
The type of analysis that generated the event:
ICICSEnums.YesNoValue getDetail()
Detailed information availability
For events generated by analysis definitions, indicates whether detailed information about the event is available. The detailed information includes the evaluation definitions that make up the analysis definition.
A value of NO means the event was generated automatically by CICSPlex SM, rather than by an analysis definition.
ICICSEnums.YesNoValue getGenextmsg()
External message generation
Indicates whether external messages were generated for the event.
ICICSEnums.YesNoValue getGenalert()
SNA generic alert generation
Indicates whether a SNA generic alert was sent to NetView for the event.
java.lang.Long getRate()
Interval between evaluations
The interval, in seconds, between evaluations of the the analysis or status definition that generated the event.
java.lang.Long getVlsentry()
Evaluation count with VLS true before event
The number of consecutive evaluations during which a condition with a severity of VLS (very low severe) must be true before an event is generated. This entry value was specified in the analysis or status definition that generated the event.
java.lang.Long getLsentry()
Evaluation count with LS true before event
The number of consecutive evaluations during which a condition with a severity of LS (low severe) must be true before an event is generated. This entry value was specified in the analysis or status definition that generated the event.
java.lang.Long getLwentry()
Evaluation count with LW true before event
The number of consecutive evaluations during which a condition with a severity of LW (low warning) must be true before an event is generated. This entry value was specified in the analysis or status definition that generated the event.
java.lang.Long getHwentry()
Evaluation count with HW true before event
The number of consecutive evaluations during which a condition with a severity of HW (high warning) must be true before an event is generated. This entry value was specified in the analysis or status definition that generated the event.
java.lang.Long getHsentry()
Evaluation count with HS true before event
The number of consecutive evaluations during which a condition with a severity of HS (high severe) must be true before an event is generated. This entry value was specified in the analysis or status definition that generated the event.
java.lang.Long getVhsentry()
Evaluation count with VHS true before event
The number of consecutive evaluations during which a condition with a severity of VHS (very high severe) must be true before an event is generated. This entry value was specified in the analysis or status definition that generated the event.
java.lang.Long getVlsexit()
Evaluation count with VLS false before resolution
The number of consecutive evaluations during which a condition with a severity of VLS (very low severe) must be false before the event is considered resolved. This exit value was specified in the analysis or status definition that generated the event.
java.lang.Long getLsexit()
Evaluation count with LS false before resolution
The number of consecutive evaluations during which a condition with a severity of LS (low severe) must be false before the event is considered resolved. This exit value was specified in the analysis or status definition that generated the event.
java.lang.Long getLwexit()
Evaluation count with LW false before resolution
The number of consecutive evaluations during which a condition with a severity of LW (low warning) must be false before the event is considered resolved. This exit value was specified in the analysis or status definition that generated the event.
java.lang.Long getHwexit()
Evaluation count with HW false before resolution
The number of consecutive evaluations during which a condition with a severity of HW (high warning) must be false before the event is considered resolved. This exit value was specified in the analysis or status definition that generated the event.
java.lang.Long getHsexit()
Evaluation count with HS false before resolution
The number of consecutive evaluations during which a condition with a severity of HS (high severe) must be false before the event is considered resolved. This exit value was specified in the analysis or status definition that generated the event.
java.lang.Long getVhsexit()
Evaluation count with VHS false before resolution
The number of consecutive evaluations during which a condition with a severity of VHS (very high severe) must be false before the event is considered resolved. This exit value was specified in the analysis or status definition that generated the event.
java.lang.Long getCurvlsentry()
Current VLS true evaluation count
The current number of consecutive evaluations for which a condition with a severity of VLS (very low severe) has been true. This value is compared to the Defined VLS Entry to determine whether an event should be raised, or the severity of an existing event should be updated. If the condition is determined to be false, then the Current VLS Entry value is reset to zero. When the Current VLS Entry is equal to the Defined VLS Entry, then an event is raised or the severity of an existing event is increased to VLS, and the Current VLS Entry value is reset to zero.
java.lang.Long getCurlsentry()
Current LS true evaluation count
The current number of consecutive evaluations for which a condition with a severity of LS (low severe) has been true. This value is compared to the Defined LS Entry to determine whether an event should be raised, or the severity of an existing event should be updated. If the condition is determined to be false, then the Current LS Entry value is reset to zero. When the Current LS Entry is equal to the Defined LS Entry, then an event is raised or the severity of an existing event is increased to LS, and the Current LS Entry value is reset to zero.
java.lang.Long getCurlwentry()
Current LW true evaluation count
The current number of consecutive evaluations for which a condition with a severity of LW (low warning) has been true. This value is compared to the Defined LW Entry to determine whether an event should be raised, or the severity of an existing event should be updated. If the condition is determined to be false, then the Current LW Entry value is reset to zero. When the Current LW Entry is equal to the Defined LW Entry, then an event is raised and the Current LW Entry value is reset to zero.
java.lang.Long getCurhwentry()
Current HW true evaluation count
The current number of consecutive evaluations for which a condition with a severity of HW (high warning) has been true. This value is compared to the Defined HW Entry to determine whether an event should be raised, or the severity of an existing event should be updated. If the condition is determined to be false, then the Current HW Entry value is reset to zero. When the Current HW Entry is equal to the Defined HW Entry, then an event is raised and the Current HW Entry value is reset to zero.
java.lang.Long getCurhsentry()
Current HS true evaluation count
The current number of consecutive evaluations for which a condition with a severity of HS (high severe) has been true. This value is compared to the Defined HS Entry to determine whether an event should be raised, or the severity of an existing event should be updated. If the condition is determined to be false, then the Current HS Entry value is reset to zero. When the Current HS Entry is equal to the Defined HS Entry, then an event is raised or the severity of an existing event is increased to HS, and the Current HS Entry value is reset to zero.
java.lang.Long getCurvhsentry()
Current VHS true evaluation count
The current number of consecutive evaluations for which a condition with a severity of VHS (very high severe) has been true. This value is compared to the Defined VHS Entry to determine whether an event should be raised, or the severity of an existing event should be updated. If the condition is determined to be false,the Current VHS Entry value is reset to zero. When the Current VHS Entry is equal to the Defined VHS Entry, then an event is raised or the severity of an existing event is increased to VHS, and the Current VHS Entry value is reset to zero.
java.lang.Long getCurvlsexit()
Current VLS false evaluation count
The current number of consecutive evaluations for which a condition with a severity of VLS (very low severe) has been false. This value is compared to the Defined VLS Exit to determine whether an event should be cancelled, or the severity of an existing event should be updated. If the condition is determined to be true, then the Current VLS Exit value is reset to zero. When the Current VLS Exit is equal to the Defined VLS Exit, then the event is cancelled or (for a Threshold Event) the severity is decreased to LS, and the Current VLS Exit value is reset to zero.
java.lang.Long getCurlsexit()
Current LS false evaluation count
The current number of consecutive evaluations for which a condition with a severity of LS (low severe) has been false. This value is compared to the Defined LS Exit to determine whether an event should be cancelled, or the severity of an existing event should be updated. If the condition is determined to be true, then the Current LS Exit value is reset to zero. When the Current LS Exit is equal to the Defined LS Exit, the event is canceled or (for a Threshold Event) the severity is decreased to VLS, and the Current LS Exit value is reset to zero.
java.lang.Long getCurlwexit()
Current LW false evaluation count
The current number of consecutive evaluations for which a condition with a severity of LW (low warning) has been false. This value is compared to the Defined LW Exit to determine whether an event should be cancelled, or the severity of an existing event should be updated. If the condition is determined to be true, then the Current LW Exit value is reset to zero. When the Current LW Exit is equal to the Defined LW Exit, then the event is cancelled or (for a threshold event) the severity is decreased to LS and the current LW Exit value is reset to zero.
java.lang.Long getCurhwexit()
Current HW false evaluation count
The current number of consecutive evaluations for which a condition with a severity of HW (high warning) has been false. This value is compared to the Defined HW Exit to determine whether an event should be cancelled, or the severity of an existing event should be updated. If the condition is determined to be true, then the Current HW Exit value is reset to zero. When the Current HW Exit is equal to the Defined HW Exit, then the event is cancelled, or (for a Threshold Event) the severity is decreased to LW, and the current HW Exit value is reset to zero.
java.lang.Long getCurhsexit()
Current HS false evaluation count
The current number of consecutive evaluations for which a condition with a severity of HS (high severe) has been false. This value is compared to the Defined HS Exit to determine whether an event should be cancelled, or the severity of an existing event should be updated. If the condition is determined to be true, then the Current HS Exit value is reset to zero. When the Current HS Exit is equal to the Defined HS Exit, then the event is cancelled or (for a Threshold Event) the severity is decreased to HW, and the Current HS Exit value is reset to zero.
java.lang.Long getCurvhsexit()
Current VHS false evaluation count
The current number of consecutive evaluations for which a condition with a severity of VHS (very high severe) has been false. This value is compared to the Defined VHS Exit to determine whether an event should be cancelled, or the severity of an existing event should be updated. If the condition is determined to be true, then the Current VHS Exit value is reset to zero. When the Current VHS Exit is equal to the Defined VHS Exit, then the event is cancelled or (for a Threshold Event) the severity is decreased to HS, and the Current VHS Exit value is reset to zero.
java.lang.String getNetview()
CMAS to which Netview attached
Indicates whether an interface to NetView is available from the CMAS in which the event was generated.
java.util.Date getDatetime()
Date and time when event was created
The local date and time when the event was created.
java.lang.String getCmas()
CMAS in which event was raised
The name of the CMAS in which the event was generated. Depending on what type of event it is, the named CMAS is one of the following:
java.lang.String getAction()
Action name
The name of the action definition associated with the analysis or status definition that generated the event.
java.lang.String getView()
Associated user data
A string of up to 8 characters that allows you to provide additional site-specific data about the event.
java.lang.Long getPriority()
Event priority
The priority of the event, as specified in the action definition associated with the analysis or status definition that generated the event. The priority of an event can range from 1 to 255, with 255 being the highest priority.
java.lang.String getDescription()
Event description
A description of the event, as specified in the action definition associated with the analysis or status definition that generated the event.
java.lang.Long getSequence()
Event sequence number
The event sequence number.
java.lang.String getResourceType()
Resource type
The type of resource for which the event was generated.
java.lang.String getResourceName()
Name of specific resource that caused event
The specific resource (such as a program or file) that caused the event to be generated.
java.lang.String getContext()
Name of context to which event applies
The CICSplex identified as the context to which the event applies.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |