public class StreamNotification extends Notification
Modifier and Type | Field and Description |
---|---|
static int |
STREAM_NOTIFICATION_COMPLETE |
static int |
STREAM_NOTIFICATION_EVENT |
static int |
STREAM_REPLAY_COMPLETE |
static int |
STREAM_REPLAY_FAILED |
Constructor and Description |
---|
StreamNotification(int stream_event_type,
ConfDatetime event_time,
ConfXMLParam[] values,
String error) |
Modifier and Type | Method and Description |
---|---|
ConfDatetime |
eventTime() |
String |
getErrorString() |
int |
getStreamEventType()
Stream event type.
|
ConfXMLParam[] |
getValues() |
String |
toString() |
getNotificationType
public static final int STREAM_NOTIFICATION_EVENT
public static final int STREAM_NOTIFICATION_COMPLETE
public static final int STREAM_REPLAY_COMPLETE
public static final int STREAM_REPLAY_FAILED
public StreamNotification(int stream_event_type, ConfDatetime event_time, ConfXMLParam[] values, String error)
public String toString()
toString
in class Notification
public int getStreamEventType()
public ConfDatetime eventTime()
public ConfXMLParam[] getValues()
public String getErrorString()