JMX_GET_INFO

Gives information about an MBean.

Syntax

Syntax

JMX_GET_INFO MBEAN=... [SHORTINFO=...]

Syntax

Description/Format

MBEAN=

The object name of the MBean.

SHORTINFO=

The complexity of the information.

Allowed values: "YES", "NO" (default)

"YES" - Only short information is retrieved.
"NO" - All the information is output.

Comments

The description of the MBean and a list of its attributes, operations and notifications are retrieved.

In the agent"Programme permettant l'exécution de Traitements sur des systèmes cible comme un ordinateur ou des solutions d'entreprise. Egalement un type d'objet distinct dans l'Automation Engine. [Anciennement appelé ""Exécuteur de tâches"".]"'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_GET_INFO MBEAN="Catalina:type=GlobalRequestProcessor,name=http-80"

See also: