Class DependentNode

java.lang.Object
org.netxms.client.objects.DependentNode

public final class DependentNode extends Object
Dependent node information
  • Field Details

  • Constructor Details

    • DependentNode

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

    • 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