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 IBaseRunnableBackgroundTask
cloneTask()
boolean
isDaemon()
-
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:
isDaemon
in interfaceIBaseRunnableBackgroundTask
-
cloneTask
public IBaseRunnableBackgroundTask cloneTask() throws CloneNotSupportedException
- Specified by:
cloneTask
in interfaceIBaseRunnableBackgroundTask
- Throws:
CloneNotSupportedException
-
-