|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jboss.ant.JMX.Setter
The class Setter
specifies setting an attribute
value on an mbean.
Constructor Summary | |
JMX.Setter()
|
Method Summary | |
void |
execute(javax.management.MBeanServerConnection server,
org.apache.tools.ant.Task parent)
|
void |
setAttribute(String attribute)
The setAttribute method specifies the attribute to be set. |
void |
setTarget(javax.management.ObjectName target)
The setTarget method sets the ObjectName
of the target mbean. |
void |
setValue(JMX.Param 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(javax.management.ObjectName target)
setTarget
method sets the ObjectName
of the target mbean.
target
- an ObjectName
valuepublic void setAttribute(String attribute)
setAttribute
method specifies the attribute to be set.
attribute
- a String
valuepublic void setValue(JMX.Param value)
setValue
method specifies the value to be used.
The type is used to convert the value to the correct type.
value
- a Param
valuepublic void execute(javax.management.MBeanServerConnection server, org.apache.tools.ant.Task parent) throws Exception
execute
in interface JMX.Operation
Exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |