Interface ISimProcessStrategy
-
- All Known Implementing Classes:
AbstractSimProcessSemaphoreStrategy,SimProcessCachedThreadPoolStrategy,SimProcessThreadingStrategy
public interface ISimProcessStrategy
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidfinishProcess()voidresumeProcess()voidstartProcess(Runnable myRunnable)voidsuspendProcess()
-
-
-
Method Detail
-
startProcess
void startProcess(Runnable myRunnable)
-
resumeProcess
void resumeProcess()
-
finishProcess
void finishProcess()
-
suspendProcess
void suspendProcess()
-
-