_UQAddress Class Callback Event Methods

The _UQAddress class inherits the onError callback event method from the _Address class.

See _Address Class Callback Event Method.

The following are the callback event methods used with a JSMCAPI universal queue address object. The callback event methods are described in alphabetical order.

Syntax

onAccepted(event)

Description

Fires when the task is accepted.

Syntax

onAcceptingTask(event)

Description

Fires as the task is being accepted.

Syntax

onDequeueingTask(event)

Description

Fires as the task is being dequeued.

Syntax

onNotify(event)

Description

Fires on task notification.

Syntax

onTaskAdded(event)

Description

Fires when the task is added to the addressed queue.

Syntax

onTaskRemoved(event)

Description

Fired when the task is removed

Syntax

onUnassigned(event)

Description

Fired when the task is unassigned.