JMX_SET_ATTRIBUTE
            Sets an attribute of an MBean
Syntax
JMX_SET_ATTRIBUTE MBEAN=..., ATTRIBUTE=..., VALUE=...
| 
                         Syntax  | 
                    
                         Description/Format  | 
                
|---|---|
| 
                         MBEAN=  | 
                    
                         Object name of the MBean  | 
                
| 
                         ATTRIBUTE=  | 
                    
                         Name of the attribute  | 
                
| 
                         VALUE=  | 
                    
                         Value that should be set for the attribute  | 
                
Comments
In the agent'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_SET_ATTRIBUTE ATTRIBUTE=State, MBEAN=UC4:type=StandardMBean, VALUE=running
See also: