Package org.openiam.concurrent
Class AbstractBaseBackgroundTask
- java.lang.Object
-
- org.openiam.concurrent.AbstractBaseBackgroundTask
-
- All Implemented Interfaces:
Cloneable
,IBaseBackgroundTask
- Direct Known Subclasses:
AbstractBaseRunnableBackgroundTask
public abstract class AbstractBaseBackgroundTask extends Object implements IBaseBackgroundTask
- Author:
- Alexander Dukkardt
-
-
Field Summary
Fields Modifier and Type Field Description protected org.apache.commons.logging.Log
log
-
Constructor Summary
Constructors Constructor Description AbstractBaseBackgroundTask()
AbstractBaseBackgroundTask(EnumMap<? extends Enum<?>,Object> backgroundTaskArgs)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected EnumMap<? extends Enum<?>,Object>
getBackgroundTaskArgs()
void
setBackgroundTaskArgs(EnumMap<? extends Enum<?>,Object> backgroundTaskArgs)
-
-
-
Method Detail
-
getBackgroundTaskArgs
protected EnumMap<? extends Enum<?>,Object> getBackgroundTaskArgs()
- Returns:
- the backgroundTaskArgs
-
setBackgroundTaskArgs
public void setBackgroundTaskArgs(EnumMap<? extends Enum<?>,Object> backgroundTaskArgs) throws Exception
- Specified by:
setBackgroundTaskArgs
in interfaceIBaseBackgroundTask
- Parameters:
backgroundTaskArgs
- the backgroundTaskArgs to set- Throws:
Exception
-
-