Interface ScheduleTaskData
- All Superinterfaces:
Cloneable
,Serializable
Interface for a container of custom task data.
Besides being Serializable
and Cloneable
, the implementation must provide a default constructor
with no arguments. The resource containing the implementing class is required to have its scope set to "server".
- Since:
- 5.2.14
-
Method Summary
-
Method Details
-
clone
ScheduleTaskData clone()Creates and returns a copy of this container.- Returns:
- A clone of this data container.
- Since:
- 5.2.14
-