Class RuntimeSubmissionRequest


  • public class RuntimeSubmissionRequest
    extends java.lang.Object
    Used to submit an ad hoc or on-time runtime request via RuntimeManager.
    Since:
    2.3
    • Constructor Detail

      • RuntimeSubmissionRequest

        public RuntimeSubmissionRequest()
    • Method Detail

      • getScheduledTime

        public com.carfey.jdk.lang.DateTime getScheduledTime()
        Optional scheduled time for the submission. If null, this is an ad hoc submission (next minute).
        Returns:
        scheduled time for execution
      • setScheduledTime

        public void setScheduledTime​(com.carfey.jdk.lang.DateTime scheduledTime)
      • getParameters

        public java.util.List<ConfigurationParameter> getParameters()
        Parameters to be supplied for this job runtime only.
        Returns:
        parameters for execution
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object