Automation Engine Script Guide > AE JCL for JMX > JMX_QUERY_NAMES

JMX_QUERY_NAMES

Lists registeredThis is the status of a task that runs within a group and is waiting for its start. MBeans

Syntax

JMX_QUERY_NAMES [NAME=...] [, NOTFOUND=...] [, MAXROWS=...]

Syntax

Description/Format

NAME=

Object name of a particular MBean or filter specification for several MBeans

The wildcard charactersThese are placeholders for characters when you specify filters. ? stands for exactly one character, * for any number of characters. "*" and "?" can be used. "*" stands for any number of characters, "?" for exactly one.

NOTFOUND=

Procedure if MBeans were not found

Allowed values: "NORMAL" or "ABORT" (default value)

"NORMAL" =  The AE jobAn Automation Engine object type for a process that runs on a target system. continues.
"ABORT" =  The AE job ends abnormally.

MAXROWS=

Maximum number of lines to be listed

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 supplies all registered MBeans if this parameter has not been specified.

Comments

There are JMX-specific rules to be adhered to when specifying filters. Wildcard characters can be used in the domain description. They can also be used in the properties provided that the following rules are adhered to: the wildcard character "*" replaces a complete Property=value pair (e.g. description=Printer). Wildcards must not be used within a property name or value (e.g. description=*).

Examples for valid filters:

"*:*"
"DefaultDomain:*"
"???Domain:description=Printer,*"
"*:description=Printer,type=laser,*"

Example

JMX_QUERY_NAMES NAME=JMImplementation:*, NOTFOUND=ABORT

 

See also:

 


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

Copyright © 2016 Automic Software GmbH