Class EPPChainCaller

java.lang.Object
org.netxms.client.events.EPPChainCaller

public class EPPChainCaller extends Object
Rule calling an event processing policy chain (reported before chain deletion)
  • Constructor Details

    • EPPChainCaller

      public EPPChainCaller(NXCPMessage msg, long baseId)
      Create from NXCP message
      Parameters:
      msg - NXCP message
      baseId - base field ID
  • Method Details

    • getRuleGuid

      public UUID 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

      public String getRuleComments()
      Returns:
      comments of the calling rule