Package org.netxms.client.objects
Class DependentNode
java.lang.Object
org.netxms.client.objects.DependentNode
Dependent node information
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final intstatic final int
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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_PROXYpublic static final int AGENT_PROXY- See Also:
 
- 
SNMP_PROXYpublic static final int SNMP_PROXY- See Also:
 
- 
ICMP_PROXYpublic static final int ICMP_PROXY- See Also:
 
- 
DATA_COLLECTION_SOURCEpublic static final int DATA_COLLECTION_SOURCE- See Also:
 
 
- 
- 
Constructor Details- 
DependentNodeCreate from NXCP message- Parameters:
- msg- NXCP message
- baseId- base field ID
 
 
- 
- 
Method Details- 
getNodeIdpublic long getNodeId()Get ID of dependent node- Returns:
- ID of dependent node
 
- 
isAgentProxypublic 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
 
- 
isSnmpProxypublic 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
 
- 
isIcmpProxypublic 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
 
- 
isDataCollectionSourcepublic 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
 
 
-