Package org.cyclos.impl.utils.tasks
Class BackgroundTaskExecutionKey
- java.lang.Object
-
- org.cyclos.impl.utils.tasks.BackgroundTaskExecutionKey
-
- All Implemented Interfaces:
Serializable
public class BackgroundTaskExecutionKey extends Object implements Serializable
This is used to identify background task executions logically - only by class name and context. The id cannot be used in the identity because a new one is created when attempting to re-schedule the same context.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BackgroundTaskExecutionKey(String className, String context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetClassName()StringgetContext()inthashCode()StringtoString()
-