| java.lang.Object com.jamonapi.MonitorConverter
Constructor Summary | |
protected | MonitorConverter(MonitorComposite rootComposite) Constructor that takes the MonitorComposite object that the Converter methods will be called against. | protected | MonitorConverter(MonitorComposite rootComposite, String JAMonAdminPage) Constructor that takes the MonitorComposite object that the Converter methods will be called against. |
MonitorConverter | protected MonitorConverter(MonitorComposite rootComposite)(Code) | | Constructor that takes the MonitorComposite object that the Converter methods will be called against. *
|
MonitorConverter | protected MonitorConverter(MonitorComposite rootComposite, String JAMonAdminPage)(Code) | | Constructor that takes the MonitorComposite object that the Converter methods will be called against. *
|
getData | public String[][] getData()(Code) | | end inner class MonitorReport ****
|
getReport | public String getReport(int sortCol, String sortOrder) throws Exception(Code) | | Return an html table in String format that is sorted by the passed column in ascending or descending order *
|
getReport | public String getReport() throws Exception(Code) | | Return an html table in String format in the default sort order *
|
setJAMonAdminPage | protected static void setJAMonAdminPage(String JAMonAdminPage)(Code) | | |
|
|