|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jboss.ant.JMX.Getter
The class Getter
specifies getting an attribute
value of an mbean.
Constructor Summary | |
JMX.Getter()
|
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
retrieved. |
void |
setProperty(String property)
The setProperty method specifies the name of the property
to be set with the attribute value. |
void |
setTarget(javax.management.ObjectName target)
The setTarget method sets the ObjectName
of the target mbean. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public JMX.Getter()
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
retrieved.
attribute
- a String
valuepublic void setProperty(String property)
setProperty
method specifies the name of the property
to be set with the attribute value.
property
- a String
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 |