org.objectweb.dream.control.activity.scheduler
Interface Scheduler
- All Known Implementing Classes:
- ForwarderSchedulerImpl
- public interface Scheduler
Interface representing a scheduler.
Field Summary |
static String |
ITF_NAME
The commonly used nam to refer to this interface. |
ITF_NAME
public static final String ITF_NAME
- The commonly used nam to refer to this interface.
- See Also:
- Constant Field Values
schedule
public Object schedule(Object hints)
throws InterruptedException,
StoppedSchedulerException
- Scheduling method.
- Parameters:
hints
- scheduling parameters.
- Returns:
- An object that represents the scheduling result.
- Throws:
InterruptedException
- if the scheduler has been interrupted while
scheduling.
StoppedSchedulerException
- if the scheduler is stopped.
Copyright © 2003, 2004 - INRIA Rhone-Alpes - All Rights Reserved.