public class AgentTunnel extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
AgentTunnel(org.netxms.base.NXCPMessage msg,
long baseId)
Create from NXCP message
|
| Modifier and Type | Method and Description |
|---|---|
int |
getActiveChannelCount() |
InetAddress |
getAddress() |
String |
getAgentVersion() |
UUID |
getGuid() |
String |
getHostname() |
int |
getId() |
long |
getNodeId() |
String |
getPlatformName() |
String |
getSystemInformation() |
String |
getSystemName() |
long |
getZoneUIN() |
boolean |
isBound()
Check if tunnel is bound
|
String |
toString() |
protected AgentTunnel(org.netxms.base.NXCPMessage msg,
long baseId)
msg - NXCP messagebaseId - base field IDpublic boolean isBound()
public int getId()
public UUID getGuid()
public InetAddress getAddress()
public long getNodeId()
public String getSystemName()
public String getSystemInformation()
public String getPlatformName()
public String getAgentVersion()
public long getZoneUIN()
public int getActiveChannelCount()
public String getHostname()
Copyright © 2018. All rights reserved.