opends/src/server/org/opends/server/tools/tasks/TaskScheduleInformation.java
@@ -30,6 +30,7 @@ import org.opends.server.types.RawAttribute; import java.util.List; import java.util.Date; /** * Interface for tools that are capable of scheduling a task remotely @@ -62,4 +63,10 @@ */ Class getTaskClass(); /** * Gets the date at which this task should be scheduled to start. * * @return date/time at which the task should be scheduled */ Date getStartDateTime(); }