Uses of Class
org.netxms.client.objects.AbstractNode
-
Packages that use AbstractNode Package Description org.netxms.client org.netxms.client.datacollection org.netxms.client.objects org.netxms.client.objecttools -
-
Uses of AbstractNode in org.netxms.client
Methods in org.netxms.client that return types with arguments of type AbstractNode Modifier and Type Method Description List<AbstractNode>NXCSession. findNodesByHostname(int zoneId, String hostname)Find all nodes that contain the primary hostnameMethods in org.netxms.client with parameters of type AbstractNode Modifier and Type Method Description booleanObjectMenuFilter. isApplicableForNode(AbstractNode node)Check if tool is applicable for given node. -
Uses of AbstractNode in org.netxms.client.datacollection
Methods in org.netxms.client.datacollection with parameters of type AbstractNode Modifier and Type Method Description booleanGraphSettings. isApplicableForNode(AbstractNode node) -
Uses of AbstractNode in org.netxms.client.objects
Subclasses of AbstractNode in org.netxms.client.objects Modifier and Type Class Description classNodeThis class represents NetXMS NODE objects.Methods in org.netxms.client.objects that return AbstractNode Modifier and Type Method Description AbstractNodeAccessPoint. getParentNode()Get parent node object.AbstractNodeInterface. getParentNode()Get parent node object.AbstractNodeNetworkService. getParentNode()Get parent node object.AbstractNodeVPNConnector. getParentNode()Get parent node object. -
Uses of AbstractNode in org.netxms.client.objecttools
Fields in org.netxms.client.objecttools declared as AbstractNode Modifier and Type Field Description AbstractNodeObjectContextBase. objectMethods in org.netxms.client.objecttools with parameters of type AbstractNode Modifier and Type Method Description booleanObjectAction. isApplicableForNode(AbstractNode node)Check if this action is applicable to given nodebooleanObjectTool. isApplicableForNode(AbstractNode node)Check if tool is applicable for given node.Constructors in org.netxms.client.objecttools with parameters of type AbstractNode Constructor Description ObjectContextBase(AbstractNode object, Alarm alarm)
-