Package com.tailf.notif
Class StreamNotification
Object
com.tailf.notif.Notification
com.tailf.notif.StreamNotification
Data structure for Stream notifications.
- 
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final intstatic final int - 
Constructor Summary
ConstructorsConstructorDescriptionStreamNotification(int streamEventType, ConfDatetime eventTime, 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 streamEventType, ConfDatetime eventTime, ConfXMLParam[] values, String error)  
 - 
 - 
Method Details
- 
toString
- Overrides:
 toStringin classNotification
 - 
getStreamEventType
public int getStreamEventType() - 
eventTime
 - 
getValues
 - 
getErrorString
 
 -