Package org.netxms.client.objects
Class DependentNode
java.lang.Object
org.netxms.client.objects.DependentNode
Dependent node information
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final intstatic final int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongGet ID of dependent nodebooleanReturns true if original node is an agent proxy for this nodebooleanReturns true if original node is a data collection source for this nodebooleanReturns true if original node is an ICMP proxy for this nodebooleanReturns true if original node is an SNMP proxy for this node
-
Field Details
-
AGENT_PROXY
public static final int AGENT_PROXY- See Also:
-
SNMP_PROXY
public static final int SNMP_PROXY- See Also:
-
ICMP_PROXY
public static final int ICMP_PROXY- See Also:
-
DATA_COLLECTION_SOURCE
public static final int DATA_COLLECTION_SOURCE- See Also:
-
-
Constructor Details
-
DependentNode
Create from NXCP message- Parameters:
msg- NXCP messagebaseId- 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
-