Automation Engine Script Guide > AE JCL for JMX > About JMX JCL

About the JMX JCL

The following document provides an overview of all JCL script elements for JMX and the corresponding supported data types.

The data types shown below are supported when values are assigned with script elements.

Arrays or the two complex data types shown below can be used for the return codes of the script elements:

The results of the script elements are written to the report. They can be read with PREP_PROCESS_REPORT.

Script Elements

Script element

Description

JMX_COMPOSITE_ADD

Combines values for one parameter

JMX_CREATE_MBEAN

Registers an MBean

JMX_GET_AGENT

Retrieves the agent ID of the MBean Server

JMX_GET_ATTRIBUTE

Supplies the value of one or all the attributes of an MBean

JMX_GET_INFO

Gives information about an MBean

JMX_INVOKE

Calls a function of an MBean

JMX_QUERY_NAMES

Lists registered MBeans

JMX_SET_ATTRIBUTE

Sets an MBean attribute

JMX_WAIT_FOR_NOTIFICATION

Waits for an MBean notification

JMX_UNREGISTER_MBEAN

Removes an already registered MBean

 

See also:

"Form" (JMX) tab