org.openorb.notify.persistence
Interface Event

All Superinterfaces:
org.omg.CosPersistentState.StorageObject

public interface Event
extends org.omg.CosPersistentState.StorageObject

This storagetype describes an Event


Method Summary
 long deadline()
          Event timeout (0 is default)
 void deadline(long arg)
          Event timeout (0 is default)
 EventData event_data()
          EventData
 void event_data(EventData arg)
          EventData
 EventData event_data(org.omg.CosPersistentState.ForUpdate fu)
           
 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)
 
Methods inherited from interface org.omg.CosPersistentState.StorageObject
destroy_object, get_pid, get_short_pid, get_storage_home, object_exists
 

Method Detail

event_type

public short event_type()
EventType - Structured = 0, Any = 1, Typed = 2

event_type

public void event_type(short arg)
EventType - Structured = 0, Any = 1, Typed = 2

priority

public short priority()
Event priority (0 is default)

priority

public void priority(short arg)
Event priority (0 is default)

deadline

public long deadline()
Event timeout (0 is default)

deadline

public void deadline(long arg)
Event timeout (0 is default)

event_data

public EventData event_data()
EventData

event_data

public EventData event_data(org.omg.CosPersistentState.ForUpdate fu)

event_data

public void event_data(EventData arg)
EventData