public interface JmxNotificationDAO
Modifier and Type | Method and Description |
---|---|
void |
addNotifcationStatus(JmxNotificationStatus notificationsStatus) |
void |
addNotification(JmxNotification notification) |
JmxNotificationStatus |
getLatestNotificationStatus(VmRef statusFor) |
List<JmxNotification> |
getNotifications(VmRef notificationsFor,
long timeStampSince) |
void addNotifcationStatus(JmxNotificationStatus notificationsStatus)
JmxNotificationStatus getLatestNotificationStatus(VmRef statusFor)
void addNotification(JmxNotification notification)
List<JmxNotification> getNotifications(VmRef notificationsFor, long timeStampSince)
Copyright © 2014. All rights reserved.