Automation Engine Script Guide > AE JCL for JMX > JMX_WAIT_FOR_NOTIFICATION

JMX_WAIT_FOR_NOTIFICATION

Waits to be notified by the MBean

Syntax

JMX_WAIT_FOR_NOTIFICATION MBEAN=... [, ENABLE=...] [, FILTER=...]

Syntax

Description/Format

MBEAN=

Object name of the MBean

ENABLE=

List of attributes of notification types

Several parameters must be separated by commas.

FILTER=

Filter for the notifications

Allowed values: "NONE" (default value), "ATTRIBUTE" and "TYPE"

"NONE" - All notifications are accepted.
"ATTRIBUTE" - Filters set on attribute changes are considered.
"TYPE" - Filters set on the notification type are considered.

The attributes or types are specified with the parameter ENABLE=.

Example

JMX_WAIT_FOR_NOTIFICATION MBEAN=JMImplementation:type=MbeanServerDelegate, ENABLE="JMX.mbean.registered,JMX.mbean.unregistered", FILTER=NONE

 

See also: