The Help object for scripted administration

The Help object provides general help and dynamic online information about the MBeans that are running in your application server instance. Use the Help object when your write and run scripts with the AdminControl object.

The following public methods are available for the Help object:

AdminApp
Provides a summary of all of the available methods for the AdminApp object.

AdminConfig
Provides a summary of all of the available methods for the AdminConfig object.

AdminControl
Provides a summary of all of the available methods for the AdminControl object.

all
Provides a summary of the information that the MBean defines by name.

attributes
Provides a summary of all of the attributes that the MBean defines by name.

classname
Provides a class name that the MBean defines by name.

constructors
Provides a summary of all of the constructors that the MBean defines by name.

description
Provides a description that the MBean defines by name.

help
Provides a summary of all of the available methods for the help object.

message
Displays information for a message ID.

Parameters: message ID

Example usage:

$Help message CNTR0005W

Example output:

Explanation: The container was unable to passivate an enterprise bean due 
  to exception {2}
User action: Take action based upon message in exception {2}

notifications
Provides a summary of all the notifications that the MBean defines by name.

operations
Provides a summary of all of the operations that the MBean defines by name.

operations
Provides the signature of the opname operation for the MBean defined by name.