org.netxms.client.maps.elements
Class NetworkMapResource
java.lang.Object
org.netxms.client.maps.elements.NetworkMapElement
org.netxms.client.maps.elements.NetworkMapResource
public class NetworkMapResource
- extends NetworkMapElement
Resource (anything related to nodes but not NetXMS object - like cluster resources) displayed on map
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
CLUSTER_RESOURCE
public static final int CLUSTER_RESOURCE
- See Also:
- Constant Field Values
NetworkMapResource
public NetworkMapResource(NXCPMessage msg,
long baseId)
- Parameters:
msg
- baseId
-
NetworkMapResource
public NetworkMapResource(long id,
int type,
java.lang.Object data)
- Parameters:
id
-
fillMessage
public void fillMessage(NXCPMessage msg,
long baseId)
- Description copied from class:
NetworkMapElement
- Fill NXCP message with element data
- Overrides:
fillMessage
in class NetworkMapElement
- Parameters:
msg
- NXCP messagebaseId
- base variable ID
getType
public int getType()
- Overrides:
getType
in class NetworkMapElement
- Returns:
- the type
getData
public java.lang.Object getData()
- Returns:
- the data
Copyright © 2012. All Rights Reserved.