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 boolean
isDaemon()
-
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:
isDaemon
in interfaceIBaseRunnableBackgroundTask
- Overrides:
isDaemon
in classAbstractBaseRunnableBackgroundTask
-
-