Skip to content

/AWS1/CL_MDCHOPDESTINATION

Optional. Configuration for a destination queue to which the job can hop once a customer-defined minimum wait time has passed.

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_PRIORITY TYPE /AWS1/MDC__INTEGERMINNEG50MA00 /AWS1/MDC__INTEGERMINNEG50MA00

Optional. When you set up a job to use queue hopping, you can specify a different relative priority for the job in the destination queue. If you don't specify, the relative priority will remain the same as in the previous queue.

IV_QUEUE TYPE /AWS1/MDC__STRING /AWS1/MDC__STRING

Optional unless the job is submitted on the default queue. When you set up a job to use queue hopping, you can specify a destination queue. This queue cannot be the original queue to which the job is submitted. If the original queue isn't the default queue and you don't specify the destination queue, the job will move to the default queue.

IV_WAITMINUTES TYPE /AWS1/MDC__INTEGER /AWS1/MDC__INTEGER

Required for setting up a job to use queue hopping. Minimum wait time in minutes until the job can hop to the destination queue. Valid range is 1 to 4320 minutes, inclusive.


Queryable Attributes

Priority

Optional. When you set up a job to use queue hopping, you can specify a different relative priority for the job in the destination queue. If you don't specify, the relative priority will remain the same as in the previous queue.

Accessible with the following methods

Method Description
GET_PRIORITY() Getter for PRIORITY, with configurable default
ASK_PRIORITY() Getter for PRIORITY w/ exceptions if field has no value
HAS_PRIORITY() Determine if PRIORITY has a value

Queue

Optional unless the job is submitted on the default queue. When you set up a job to use queue hopping, you can specify a destination queue. This queue cannot be the original queue to which the job is submitted. If the original queue isn't the default queue and you don't specify the destination queue, the job will move to the default queue.

Accessible with the following methods

Method Description
GET_QUEUE() Getter for QUEUE, with configurable default
ASK_QUEUE() Getter for QUEUE w/ exceptions if field has no value
HAS_QUEUE() Determine if QUEUE has a value

WaitMinutes

Required for setting up a job to use queue hopping. Minimum wait time in minutes until the job can hop to the destination queue. Valid range is 1 to 4320 minutes, inclusive.

Accessible with the following methods

Method Description
GET_WAITMINUTES() Getter for WAITMINUTES, with configurable default
ASK_WAITMINUTES() Getter for WAITMINUTES w/ exceptions if field has no value
HAS_WAITMINUTES() Determine if WAITMINUTES has a value

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT___LISTOFHOPDESTINATION

TYPES TT___LISTOFHOPDESTINATION TYPE STANDARD TABLE OF REF TO /AWS1/CL_MDCHOPDESTINATION WITH DEFAULT KEY
.