Methods in org.exolab.jms.events with parameters of type Event |
java.lang.String |
BasicEventManager.registerEvent(Event event,
long absolute)
Register an event to be fired once and only once at the specified
abolsute time. |
java.lang.String |
BasicEventManager.registerEventRelative(Event event,
long relative)
Register an event to be fired once and only once at a time relative to
now. |
java.lang.String |
EventManager.registerEvent(Event event,
long absolute)
Register an event to be fired once and only once at the specified
abolsute time. |
java.lang.String |
EventManager.registerEventRelative(Event event,
long relative)
Register an event to be fired once and only once at a time relative to
now. |