Interface IWaitingProcess
-
- All Known Implementing Classes:
SimpleWaitingProcess
public interface IWaitingProcess
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
getNumRequested()
ISchedulableProcess
getProcess()
-
-
-
Method Detail
-
getProcess
ISchedulableProcess getProcess()
-
getNumRequested
long getNumRequested()
-
-