Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Parameter Name

Type

Default Value

Description

routeStartDate

java.util.Date

 

the initial scheduled Date and time for route start

routeStartRepeatCount

int

 

no of times to repeat the job

routeStartRepeatInterval

long

 

the time interval in milliseconds to trigger the next attempt to start the route

  • Stopping a route

Parameter Name

Type

Default Value

Description

routeStopDate

java.util.Date

 

the initial scheduled Date and time for route stop

routeStopRepeatCount

int

 

no of times to repeat the job

routeStopRepeatInterval

long

 

the time interval in milliseconds to trigger the next attempt to stop the route

routeStopGracePeriod

int

10 seconds

the time period to wait before initiating graceful route stop

routeStopTimeUnit

long

TimeUnit.MILLISECONDS

the time unit for the grace period expressed as java.util.concurrent.TimeUnit

  • Suspending a route

...

Parameter Name

...

Type

...

Default Value

...

routeSuspendDate

java.util.Date

 

the initial scheduled Date and time for route suspension

routeSuspendRepeatCount

int

 

no of times to repeat the job

routeSuspendRepeatInterval

long

 

the time interval in milliseconds to trigger the next attempt to suspend the route

  • Resuming a route

...

Parameter Name

...

Type

...

Default Value

...

routeResumeDate

java.util.Date

 

the initial scheduled Date and time for route start

routeResumeRepeatCount

int

 

no of times to repeat the job

routeResumeRepeatInterval

long

 

the time interval in milliseconds to trigger the next attempt to resume the route

...