org.netxms.client.objects
Class NetworkMap

java.lang.Object
  extended by org.netxms.client.objects.GenericObject
      extended by org.netxms.client.objects.NetworkMap

public class NetworkMap
extends GenericObject

Network map object


Field Summary
static int LAYOUT_HTREE
           
static int LAYOUT_MANUAL
           
static int LAYOUT_RADIAL
           
static int LAYOUT_SPARSE_VTREE
           
static int LAYOUT_SPRING
           
static int LAYOUT_VTREE
           
 
Fields inherited from class org.netxms.client.objects.GenericObject
OBJECT_AGENTPOLICY, OBJECT_AGENTPOLICY_CONFIG, OBJECT_CLUSTER, OBJECT_CONDITION, OBJECT_CONTAINER, OBJECT_GENERIC, OBJECT_INTERFACE, OBJECT_NETWORK, OBJECT_NETWORKMAP, OBJECT_NETWORKMAPGROUP, OBJECT_NETWORKMAPROOT, OBJECT_NETWORKSERVICE, OBJECT_NODE, OBJECT_POLICYGROUP, OBJECT_POLICYROOT, OBJECT_SERVICEROOT, OBJECT_SUBNET, OBJECT_TEMPLATE, OBJECT_TEMPLATEGROUP, OBJECT_TEMPLATEROOT, OBJECT_VPNCONNECTOR, OBJECT_ZONE, STATUS_CRITICAL, STATUS_DISABLED, STATUS_MAJOR, STATUS_MINOR, STATUS_NORMAL, STATUS_TESTING, STATUS_UNKNOWN, STATUS_UNMANAGED, STATUS_WARNING
 
Constructor Summary
NetworkMap(NXCPMessage msg, NXCSession session)
           
 
Method Summary
 NetworkMapPage createMapPage()
          Create map page from map object's data
 int getBackground()
           
 int getLayout()
           
 int getMapType()
           
 java.lang.String getObjectClassName()
           
 long getSeedObjectId()
           
 
Methods inherited from class org.netxms.client.objects.GenericObject
getAccessList, getChilds, getChildsAsArray, getComments, getCustomAttributes, getGeolocation, getGuid, getNumberOfChilds, getNumberOfParents, getObjectClass, getObjectId, getObjectName, getParents, getParentsAsArray, getPrimaryIP, getStatus, getTrustedNodes, hashCode, isChildOf, isChildOf, isDeleted, isDirectChildOf, isInheritAccessRights
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LAYOUT_MANUAL

public static final int LAYOUT_MANUAL
See Also:
Constant Field Values

LAYOUT_SPRING

public static final int LAYOUT_SPRING
See Also:
Constant Field Values

LAYOUT_RADIAL

public static final int LAYOUT_RADIAL
See Also:
Constant Field Values

LAYOUT_HTREE

public static final int LAYOUT_HTREE
See Also:
Constant Field Values

LAYOUT_VTREE

public static final int LAYOUT_VTREE
See Also:
Constant Field Values

LAYOUT_SPARSE_VTREE

public static final int LAYOUT_SPARSE_VTREE
See Also:
Constant Field Values
Constructor Detail

NetworkMap

public NetworkMap(NXCPMessage msg,
                  NXCSession session)
Parameters:
msg -
session -
Method Detail

getObjectClassName

public java.lang.String getObjectClassName()
Overrides:
getObjectClassName in class GenericObject
Returns:
Name of NetXMS object's class

getMapType

public int getMapType()
Returns:
the mapType

getLayout

public int getLayout()
Returns:
the layout

getBackground

public int getBackground()
Returns:
the background

getSeedObjectId

public long getSeedObjectId()
Returns:
the seedObjectId

createMapPage

public NetworkMapPage createMapPage()
Create map page from map object's data

Returns:
new map page


Copyright © 2011. All Rights Reserved.