Package org.openiam.concurrent
Class AbstractBaseRunnableBackgroundTask
- java.lang.Object
-
- org.openiam.concurrent.AbstractBaseBackgroundTask
-
- org.openiam.concurrent.AbstractBaseRunnableBackgroundTask
-
- All Implemented Interfaces:
Cloneable,Runnable,IBaseBackgroundTask,IBaseRunnableBackgroundTask
- Direct Known Subclasses:
AbstractBaseDaemonBackgroundTask
public abstract class AbstractBaseRunnableBackgroundTask extends AbstractBaseBackgroundTask implements IBaseRunnableBackgroundTask
- Author:
- Alexander Dukkardt
-
-
Field Summary
-
Fields inherited from class org.openiam.concurrent.AbstractBaseBackgroundTask
log
-
-
Constructor Summary
Constructors Constructor Description AbstractBaseRunnableBackgroundTask()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IBaseRunnableBackgroundTaskcloneTask()booleanisDaemon()-
Methods inherited from class org.openiam.concurrent.AbstractBaseBackgroundTask
getBackgroundTaskArgs, setBackgroundTaskArgs
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.openiam.concurrent.IBaseBackgroundTask
setBackgroundTaskArgs
-
-
-
-
Method Detail
-
isDaemon
public boolean isDaemon()
- Specified by:
isDaemonin interfaceIBaseRunnableBackgroundTask
-
cloneTask
public IBaseRunnableBackgroundTask cloneTask() throws CloneNotSupportedException
- Specified by:
cloneTaskin interfaceIBaseRunnableBackgroundTask- Throws:
CloneNotSupportedException
-
-