org.openorb.notify.persistence
public interface Event extends StorageObject
| Method Summary | |
|---|---|
| long | deadline()
Event timeout (0 is default) |
| void | deadline(long arg)
Event timeout (0 is default) |
| EventData | event_data()
EventData |
| EventData | event_data(ForUpdate fu) |
| void | event_data(EventData arg)
EventData |
| short | event_type()
EventType - Structured = 0, Any = 1, Typed = 2 |
| void | event_type(short arg)
EventType - Structured = 0, Any = 1, Typed = 2 |
| short | priority()
Event priority (0 is default) |
| void | priority(short arg)
Event priority (0 is default) |