Package | Description |
---|---|
org.netxms.client | |
org.netxms.client.log |
Modifier and Type | Method and Description |
---|---|
Table |
NXCSession.executeTableTool(long toolId,
long nodeId)
Execute object tool of "table" type against given node.
|
Table |
NXCSession.getTableLastValues(long nodeId,
long dciId)
Get last values for given table DCI on given node
|
Table |
NXCSession.queryAdHocDciSummaryTable(long baseObjectId,
List<DciSummaryTableColumn> columns,
AggregationFunction function,
Date periodStart,
Date periodEnd,
boolean multiInstance)
Query ad-hoc DCI summary table.
|
Table |
NXCSession.queryAgentTable(long nodeId,
String name)
Query agent's table immediately.
|
Table |
NXCSession.queryDciSummaryTable(int tableId,
long baseObjectId)
Query DCI summary table.
|
Table |
NXCSession.receiveTable(long requestId,
int msgCode)
Receive table from server.
|
Modifier and Type | Method and Description |
---|---|
void |
Table.addAll(Table src)
Append all records from given table to this table.
|
Modifier and Type | Method and Description |
---|---|
Table |
Log.retrieveData(long startRow,
long rowCount)
Retrieve log data from server.
|
Table |
Log.retrieveData(long startRow,
long rowCount,
boolean refresh)
Retrieve log data from server.
|
Copyright © 2015. All rights reserved.