Class NotificationResult
java.lang.Object
org.jolokia.server.core.service.notification.NotificationResult
Result class holding notifications, handback objects and the number of
dropped notifications.
- Since:
- 23.03.13
- Author:
- roland
-
Constructor Summary
ConstructorsConstructorDescriptionNotificationResult(String pHandle, List<Notification> pNotifications, Object pHandback, int pDropped) -
Method Summary
Modifier and TypeMethodDescriptionint
-
Constructor Details
-
NotificationResult
public NotificationResult(String pHandle, List<Notification> pNotifications, Object pHandback, int pDropped)
-
-
Method Details
-
getNotifications
-
getHandback
-
getDropped
public int getDropped() -
getHandle
-