com.agentpp.explorer.script.external
Interface MonitorData


public interface MonitorData

The MonitorData interface provides access to the data of a monitor. The data is returned in the same manner as displayed in the monitor's table view.

Since:
2.0
Version:
2.0

Method Summary
 java.util.List getCells()
          Returns the rows of a monitor data table.
 java.util.List getColumnLabels()
          Returns the column labels as a List.
 

Method Detail

getColumnLabels

java.util.List getColumnLabels()
Returns the column labels as a List.

Returns:
a List containing the column labels (thus the series lables).

getCells

java.util.List getCells()
Returns the rows of a monitor data table. The last row is the most current one.

Returns:
a List or rows. Each row is a List instance of columns. The elements of a column list are Double or String objects.

Copyright 2003-2011, Frank Fock, All Rights Reserved. http://www.mibexplorer.com