Uses of Class
org.netxms.client.objects.GenericObject

Packages that use GenericObject
org.netxms.client   
org.netxms.client.objects   
 

Uses of GenericObject in org.netxms.client
 

Methods in org.netxms.client that return GenericObject
 GenericObject NXCSession.findObjectById(long id)
          Find NetXMS object by it's identifier.
 GenericObject[] NXCSession.getAllObjects()
          Get list of all objects
 GenericObject[] NXCSession.getTopLevelObjects()
          Get list of top-level objects.
 

Methods in org.netxms.client that return types with arguments of type GenericObject
 java.util.List<GenericObject> NXCSession.findMultipleObjects(long[] idList)
          Find multiple NetXMS objects by identifiers
 java.util.List<GenericObject> NXCSession.findMultipleObjects(java.lang.Long[] idList)
          Find multiple NetXMS objects by identifiers
 

Uses of GenericObject in org.netxms.client.objects
 

Subclasses of GenericObject in org.netxms.client.objects
 class AgentPolicy
          Generic agent policy object
 class AgentPolicyConfig
          Agent policy for deploying configuration files
 class Cluster
           
 class Condition
          Condition object
 class Container
          Container object
 class EntireNetwork
           
 class Interface
          Network interface object
 class NetworkMap
          Network map object
 class NetworkMapGroup
          Network map group object
 class NetworkMapRoot
          Network map subtree root object
 class Node
          This class represents NetXMS NODE objects.
 class PolicyGroup
          Policy group
 class PolicyRoot
          Agent policy subtree root object
 class ServiceRoot
           
 class Subnet
           
 class Template
          This class represents NetXMS TEMPLATE objects.
 class TemplateGroup
          Template group
 class TemplateRoot
          Template tree root object
 

Methods in org.netxms.client.objects that return GenericObject
 GenericObject[] GenericObject.getChildsAsArray()
           
 GenericObject[] GenericObject.getParentsAsArray()
           
 GenericObject[] GenericObject.getTrustedNodes()
           
 



Copyright © 2011. All Rights Reserved.