mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

kenneth_suter
17.27.2007 29be609adb8377a6535926fc33c9f5906a4ec696
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();
}