org.jacorb.notification.engine
public interface TaskProcessor
Version: $Id: TaskProcessor.java,v 1.29 2006/07/07 12:38:44 alphonse.bendt Exp $
Method Summary | |
---|---|
ScheduledFuture | executeTaskAfterDelay(long delay, Runnable task) |
ScheduledFuture | executeTaskPeriodically(long intervall, Runnable task, boolean startImmediately) |
TaskFactory | getTaskFactory() |
void | processMessage(Message mesg)
process a Message. the various settings for the Message
(timeout, starttime, stoptime) are checked and applied. |
void | scheduleTimedPullTask(MessageSupplier dest)
Schedule ProxyPullConsumer for pull-Operation.
|