| 
Oracle® On Track Communication SDK Documentation Release 1(1.0) E20955-01  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface XSystemReportModule.Server
Server interface for the System Report Module API.
| Nested Class Summary | 
|---|
| Nested classes/interfaces inherited from interface waggle.core.api.XAPIInterface | 
|---|
XAPIInterface.Client, XAPIInterface.Server | 
| Method Summary | |
|---|---|
 XSystemReportInfo | 
createSystemReport(Date fromDate, Date toDate, boolean limit)Create a system report for the specified interval.  | 
 List<XSystemReportHistoricalInfo> | 
getHistoricalData(Date fromDate, Date toDate, String rrdName, String mbeanCanonicalObjectName, String mbeanAttributeName)Get historical data for a single mbean attribute.  | 
| Method Detail | 
|---|
XSystemReportInfo createSystemReport(Date fromDate,
                                     Date toDate,
                                     boolean limit)
fromDate - the starting time stamptoDate - the ending time stamplimit - limit result records to those records that have non-zero values within the range of the report
List<XSystemReportHistoricalInfo> getHistoricalData(Date fromDate,
                                                    Date toDate,
                                                    String rrdName,
                                                    String mbeanCanonicalObjectName,
                                                    String mbeanAttributeName)
fromDate - starting datetoDate - ending daterrdName - the name of the RRDmbeanCanonicalObjectName - the mbean canonical ObjectNamembeanAttributeName - the mbean attribute name
  | 
Oracle® On Track Communication SDK Documentation Release 1(1.0) E20955-01  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||