Perform the following steps to modify attributes on running objects:
Procedure
Obtain the name of the running object, for example:
Using Jacl:
$AdminControl completeObjectName name
Using Jython:
AdminControl.completeObjectName(name)
where:
$
is a Jacl operator for substituting a variable name
with its value
AdminControl
is an object that enables the manipulation
of MBeans that run in a WebSphere Application Server process
completeObjectName
is an AdminControl command
name
is a fragment of the object name that is
used to find the matching object name. For example: type=TraceService,node=mynode,*.
This value can be any valid combination of domain and key properties, for
example, type, name, cell, node, process, and so on.
Set the ts1 variable to the running object, for example:
Using Jacl:
set ts1 [$AdminControl completeObjectName name]
Using Jython:
ts1 = AdminControl.completeObjectName(name)
where:
set
is a Jacl command
ts1
is a variable name
$
is a Jacl operator for substituting a variable name
with its value
AdminControl
is an object that enables the manipulation
of MBeans running in a WebSphere Application Server process
completeObjectName
is an AdminControl command
name
is a fragment of the object name. It is
used to find the matching object name. For example: type=TraceService,node=mynode,*.
It can be any valid combination of domain and key properties, for example,
type, name, cell, node, process, and so on.
Use IBM Suggests to retrieve related content from ibm.com and beyond, identified for your convenience.
This feature requires Internet access.
Most of the following links will take you to information that is not part of the formal product documentation and is provided "as is." Some of these links go to non-IBM Web sites and are provided for your convenience only and do not in any manner serve as an endorsement by IBM of those Web sites, the material thereon, or the owner thereof.
Last updated: Nov 25, 2008 2:35:59 AM CST http://publib.boulder.ibm.com/infocenter/wasinfo/v6r1/index.jsp?topic=/com.ibm.websphere.wsfep.multiplatform.doc/info/ae/ae/txml_queryrunobj.html