|
||||||||||
| PREV CLASS (src) NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.ant.JMX.Setter
The class Setter specifies setting an attribute
value on an mbean.
| Constructor Summary | |
JMX.Setter()
|
|
| Method Summary | |
void |
execute(MBeanServerConnection (src) server,
Task parent)
|
void |
setAttribute(java.lang.String attribute)
The setAttribute method specifies the attribute to be set. |
void |
setTarget(ObjectName (src) target)
The setTarget method sets the ObjectName
of the target mbean. |
void |
setValue(JMX.Param (src) value)
The setValue method specifies the value to be used. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public JMX.Setter()
| Method Detail |
public void setTarget(ObjectName (src) target)
setTarget method sets the ObjectName
of the target mbean.
target - an ObjectName valuepublic void setAttribute(java.lang.String attribute)
setAttribute method specifies the attribute to be set.
attribute - a String valuepublic void setValue(JMX.Param (src) value)
setValue method specifies the value to be used.
The type is used to convert the value to the correct type.
value - a Param value
public void execute(MBeanServerConnection (src) server,
Task parent)
throws java.lang.Exception
execute in interface JMX.Operation (src) java.lang.Exception
|
||||||||||
| PREV CLASS (src) NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||