public static class JAMonBufferListener.HeaderInfo
extends java.lang.Object
Constructor and Description |
---|
HeaderInfo(java.lang.String[] firstPart) |
Modifier and Type | Method and Description |
---|---|
int |
getActiveIndex() |
java.lang.Object[] |
getData(java.util.List dataList,
Monitor mon)
Pass in list and add monitor data to the end of it
|
java.lang.Object[] |
getData(Monitor mon)
Return an array with spaces for the values in header and values populated for monitor data - last value, active and last access
|
int |
getDateIndex() |
java.lang.String[] |
getHeader() |
int |
getLastValueIndex() |
int |
getNumCols() |
public java.lang.String[] getHeader()
public int getLastValueIndex()
public int getDateIndex()
public int getActiveIndex()
public int getNumCols()
public java.lang.Object[] getData(Monitor mon)
public java.lang.Object[] getData(java.util.List dataList, Monitor mon)