Class DependentNode


  • public final class DependentNode
    extends Object
    Dependent node information
    • Constructor Detail

      • DependentNode

        public DependentNode​(org.netxms.base.NXCPMessage msg,
                             long baseId)
        Create from NXCP message
    • Method Detail

      • getNodeId

        public long getNodeId()
        Get ID of dependent node
        Returns:
        ID of dependent node
      • isAgentProxy

        public boolean isAgentProxy()
        Returns true if original node is an agent proxy for this node
        Returns:
        true if original node is an agent proxy for this node
      • isSnmpProxy

        public boolean isSnmpProxy()
        Returns true if original node is an SNMP proxy for this node
        Returns:
        true if original node is an SNMP proxy for this node
      • isIcmpProxy

        public boolean isIcmpProxy()
        Returns true if original node is an ICMP proxy for this node
        Returns:
        true if original node is an ICMP proxy for this node
      • isDataCollectionSource

        public boolean isDataCollectionSource()
        Returns true if original node is a data collection source for this node
        Returns:
        true if original node is a data collection source for this node