Retrieves device notification history for the monitored objects in a cluster.
DeviceNotificationHistoryVO SUPMonitor.getDeviceNotificationHistories(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.getDeviceNotificationHistories(mos,
null, null, null, null, null));