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() |
int |
getId() |
long |
getNodeId() |
String |
getPlatformName() |
String |
getSystemInformation() |
String |
getSystemName() |
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 int getActiveChannelCount()
Copyright © 2017. All rights reserved.