org.netxms.client
Class AgentTable

java.lang.Object
  extended by org.netxms.client.AgentTable

public class AgentTable
extends java.lang.Object

Represents NetXMS agent's table


Constructor Summary
protected AgentTable(NXCPMessage msg, long baseId)
          Create agent table info from NXCP message
  AgentTable(java.lang.String name, java.lang.String description, java.lang.String instanceColumn)
          Create agent table info from scratch.
 
Method Summary
 java.lang.String getDescription()
           
 java.lang.String getInstanceColumn()
           
 java.lang.String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AgentTable

protected AgentTable(NXCPMessage msg,
                     long baseId)
Create agent table info from NXCP message

Parameters:
msg - NXCP message
baseId - Base variable ID

AgentTable

public AgentTable(java.lang.String name,
                  java.lang.String description,
                  java.lang.String instanceColumn)
Create agent table info from scratch.

Parameters:
name -
description -
instanceColumn -
Method Detail

getName

public java.lang.String getName()
Returns:
the name

getDescription

public java.lang.String getDescription()
Returns:
the description

getInstanceColumn

public final java.lang.String getInstanceColumn()
Returns:
the instanceColumn


Copyright © 2013. All Rights Reserved.