AdminControl object for scripted administration

 

+

Search Tips   |   Advanced Search

 

The AdminControl scripting object communicates with MBeans that represent live objects running a WebSphere server process and includes commands to query existing running objects and their attributes and invoke operation on the running objects.

Many of the operational commands have two sets of signatures so that they can either invoke using string based parameters or using JMX objects as parameters. Depending on the server process to which a scripting client is connected, the number and type of MBeans available varies.

If a scripting client is connected to a deployment manager, then all MBeans in all server processes are visible. If a scripting client is connected to a node agent, all MBeans in all server processes on that node are accessible. When connected to an application server, only MBeans running in that application server are visible.

Jacl...

$AdminControl help

Jython...

print AdminControl.help()

 

See also

ObjectName, Attribute, and AttributeList classes
Example: Collect arguments for the AdminControl object
Example: Identify running objects
Specify running objects using the wsadmin tool
Identify attributes and operations for running objects with the wsadmin tool
Perform operations on running objects using the wsadmin tool
Modify attributes on running objects with the wsadmin tool
Synchronize nodes with the wsadmin tool

 

See Also


Commands for the AdminControl object