Package org.netxms.client.events
Class EPPChainCaller
java.lang.Object
org.netxms.client.events.EPPChainCaller
Rule calling an event processing policy chain (reported before chain deletion)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintint
-
Constructor Details
-
EPPChainCaller
Create from NXCP message- Parameters:
msg- NXCP messagebaseId- base field ID
-
-
Method Details
-
getRuleGuid
- Returns:
- GUID of the calling rule
-
getChainId
public int getChainId()- Returns:
- ID of the chain containing the calling rule (0 = main chain)
-
getRuleNumber
public int getRuleNumber()- Returns:
- 1-based number of the calling rule within its chain
-
getRuleComments
- Returns:
- comments of the calling rule
-