public class SimpleWaitingProcess extends SchedulerEntity implements IWaitingProcess
| Constructor and Description |
|---|
SimpleWaitingProcess(SchedulerModel model,
ISchedulableProcess sched_process,
long num_requested) |
| Modifier and Type | Method and Description |
|---|---|
long |
getNumRequested() |
ISchedulableProcess |
getProcess() |
getModelgetEncapsulatedEntity, isScheduled, reschedulegetNamepublic SimpleWaitingProcess(SchedulerModel model, ISchedulableProcess sched_process, long num_requested)
public ISchedulableProcess getProcess()
getProcess in interface IWaitingProcesspublic long getNumRequested()
getNumRequested in interface IWaitingProcess