Package com.tailf.notif
Class StreamNotification
Object
com.tailf.notif.Notification
com.tailf.notif.StreamNotification
Data structure for Stream notifications.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
-
Constructor Summary
ConstructorDescriptionStreamNotification
(int stream_event_type, ConfDatetime event_time, ConfXMLParam[] values, String error) -
Method Summary
Methods inherited from class com.tailf.notif.Notification
getNotificationType
-
Field Details
-
STREAM_NOTIFICATION_EVENT
public static final int STREAM_NOTIFICATION_EVENT- See Also:
-
STREAM_NOTIFICATION_COMPLETE
public static final int STREAM_NOTIFICATION_COMPLETE- See Also:
-
STREAM_REPLAY_COMPLETE
public static final int STREAM_REPLAY_COMPLETE- See Also:
-
STREAM_REPLAY_FAILED
public static final int STREAM_REPLAY_FAILED- See Also:
-
-
Constructor Details
-
StreamNotification
public StreamNotification(int stream_event_type, ConfDatetime event_time, ConfXMLParam[] values, String error)
-
-
Method Details
-
toString
- Overrides:
toString
in classNotification
-
getStreamEventType
public int getStreamEventType() -
eventTime
-
getValues
-
getErrorString
-