Automation Engine Script Guide > AE JCL for JMX > JMX_INVOKE

JMX_INVOKE

Calls a method of an MBean.

Syntax

JMX_INVOKE MBEAN=..., OPERATIONNAME=..., PARAMS=... [, SIGNATURE=...]

Syntax

Description/Format

MBEAN=

The objectAutomation Engine controlled activities and processes are structured in the form of objects. See also: Task name of the MBean.

OPERATIONNAME=

The name of the operation that should be executed.

PARAMS=

A parameter listShows entities in a grid view.

Several parameters must be separated with commas.

SIGNATURE=

When the indicated MBean contains several methods of the name OPERATIONNAME= , the signature of the method to be executed must be assigned with this parameter.

Comments

This scriptA particular Automation Engine object type. element calls the functionPre-defined run book template in the Automation Engine. One single step only, e.g. Start Windows Service, Copy file,… of an MBean and assigns parameters to it. If the MBean has more than one function, you can address a particular one with SIGNATURE=.

In the agentA program that enables the de-centralized execution of processes (such as deployments) on target systems (computers or business solutions) or a service that provides connectivity to a target system (such as for databases or middleware). An agent is also an object type in the Automation Engine. [Formerly called "Executor."] See also: host's INI-file parameter search_all=, the administrator can specify whether this function searches the MBean on all local MBean servers or only on those to which the agent is connected.

Example

JMX_INVOKE MBEAN=UC4:type=DatabaseExample, OPERATIONNAME=selectInvoice, PARAMS="1996-07-04,1996-07-10", SIGNATURE="java.lang.String,java.lang.String"

 

See also:

 


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

Copyright © 2016 Automic Software GmbH