Package org.openiam.concurrent
Interface IBaseBackgroundTask
-
- All Superinterfaces:
Cloneable
- All Known Subinterfaces:
IBaseRunnableBackgroundTask
- All Known Implementing Classes:
AbstractBaseBackgroundTask
,AbstractBaseDaemonBackgroundTask
,AbstractBaseRunnableBackgroundTask
public interface IBaseBackgroundTask extends Cloneable
- Author:
- Alexander Dukkardt
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setBackgroundTaskArgs(EnumMap<? extends Enum<?>,Object> backgroundTaskArgs)
-