Package org.netxms.client
Class AgentTable
java.lang.Object
org.netxms.client.AgentTable
Represents NetXMS agent's table
- 
Nested Class SummaryNested Classes
- 
Constructor SummaryConstructorsModifierConstructorDescriptionAgentTable(String name, String description, String[] instanceColumns) Create agent table info from scratch.protectedAgentTable(NXCPMessage msg, long baseId) Create agent table info from NXCP message
- 
Method Summary
- 
Constructor Details- 
AgentTableCreate agent table info from NXCP message- Parameters:
- msg- NXCP message
- baseId- Base variable ID
 
- 
AgentTableCreate agent table info from scratch.- Parameters:
- name- table name
- description- table description
- instanceColumns- instance columns
 
 
- 
- 
Method Details- 
getName- Returns:
- the name
 
- 
getDescription- Returns:
- the description
 
- 
getInstanceColumns- Returns:
- the instanceColumn
 
- 
getInstanceColumnsAsListGet all instance columns as comma separated list- Returns:
- returns string with comma separated list of instance columns
 
- 
getColumns- Returns:
- the columns
 
 
-