Package org.openiam.concurrent
Interface IBaseRunnableBackgroundTask
-
- All Superinterfaces:
Cloneable
,IBaseBackgroundTask
,Runnable
- All Known Implementing Classes:
AbstractBaseDaemonBackgroundTask
,AbstractBaseRunnableBackgroundTask
public interface IBaseRunnableBackgroundTask extends IBaseBackgroundTask, Runnable
- Author:
- Alexander Dukkardt
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IBaseRunnableBackgroundTask
cloneTask()
boolean
isDaemon()
-
Methods inherited from interface org.openiam.concurrent.IBaseBackgroundTask
setBackgroundTaskArgs
-
-
-
-
Method Detail
-
cloneTask
IBaseRunnableBackgroundTask cloneTask() throws CloneNotSupportedException
- Throws:
CloneNotSupportedException
-
isDaemon
boolean isDaemon()
-
-