Automation Engine Script Guide > AE JCL for JMX > JMX_CREATE_MBEAN

JMX_CREATE_MBEAN

Registers an MBean.

Syntax

JMX_CREATE_MBEAN CLASSNAME=... [, NAME=...] [, LOADERNAME=...] [EXISTS=...]

Syntax

Description/Format

CLASSNAME=

The class name of the MBean.

NAME=

The name that should be used for MBean registration.

This parameter does not have to be indicated when the MBeanRegistration Interface is implemented in the MBean.

LOADERNAME=

The name of the loadingclass.

By default, the Default Loader Repository is used for loading the MBean.

EXISTS=

The handling of the AE jobAn Automation Engine object type for a process that runs on a target system. when the MBean has already been registeredThis is the status of a task that runs within a group and is waiting for its start..

Allowed values: "IGNORE" and "ABORT" (default values)

"IGNORE" - The scriptA particular Automation Engine object type. of the JMX job continues.
"ABORT"  - The JMX job is canceled.

Comments

This script element creates an instance of the indicated class and registers it in the MBean Server with the objectAutomation Engine controlled activities and processes are structured in the form of objects. See also: Task name. The parameter LOADERNAME= can contain an object name of a loading class which should be used to load the indicated class.

Example

JMX_CREATE_MBEAN CLASSNAME=com.uc4.mbeans.DatabaseExample, NAME=UC4:type=DatabaseExample

 

See also:

 


Automic Documentation - Tutorials - Automic Blog - Resources - Training & Services - Automic YouTube Channel - Download Center - Support

Copyright © 2016 Automic Software GmbH