Retrieves data change notification history for a monitored cluster.
DataChangeNotificationHistoryVO SUPMonitor.getDataChangeNotificationHistories(MonitoredObject monitoredObjects, startTime, endTime, offset,
length, SortedField sortedField)
If successful, returns an object of the specified type (can be null). If unsuccessful, returns SUPAdminException.
MonitoredCluster mc = new MonitoredCluster();
mc.addMonitoredDomain(new MonitoredDomain("default"));
Collection<MonitoredObject> mos = Arrays
.asList(new MonitoredObject[] { mc });
System.out.println(supMonitor.getDataChangeNotificationHistories(mos,
null, null, null, null, null));