Package org.openiam.concurrent
Class AbstractBaseDaemonBackgroundTask
- java.lang.Object
-
- org.openiam.concurrent.AbstractBaseBackgroundTask
-
- org.openiam.concurrent.AbstractBaseRunnableBackgroundTask
-
- org.openiam.concurrent.AbstractBaseDaemonBackgroundTask
-
- All Implemented Interfaces:
Cloneable,Runnable,IBaseBackgroundTask,IBaseRunnableBackgroundTask
public abstract class AbstractBaseDaemonBackgroundTask extends AbstractBaseRunnableBackgroundTask
- Author:
- Alexadner Dukkardt
-
-
Field Summary
-
Fields inherited from class org.openiam.concurrent.AbstractBaseBackgroundTask
log
-
-
Constructor Summary
Constructors Constructor Description AbstractBaseDaemonBackgroundTask()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisDaemon()-
Methods inherited from class org.openiam.concurrent.AbstractBaseRunnableBackgroundTask
cloneTask
-
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- Overrides:
isDaemonin classAbstractBaseRunnableBackgroundTask
-
-