org.netxms.client.objects
Class NetworkMap
java.lang.Object
org.netxms.client.objects.GenericObject
org.netxms.client.objects.NetworkMap
public class NetworkMap
- extends GenericObject
Network map object
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 |
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 |
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
NetworkMap
public NetworkMap(NXCPMessage msg,
NXCSession session)
- Parameters:
msg
- session
-
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.