public class JMXAccessorQueryTask extends JMXAccessorTask
   <jmxQuery
           host="127.0.0.1"
           port="9014"
           name="Catalina:type=Manager,* 
           resultproperty="manager" />
 
with attribute attributebinding="true" you can get
all attributes also from result objects.JMX_SERVICE_PREFIX, JMX_SERVICE_SUFFIXalwaysLog, failOnError, redirectErrStream, redirector, redirectorConfigured, redirectorElement, redirectOutput, redirectOutStream| Constructor and Description | 
|---|
| JMXAccessorQueryTask() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | bindAttributes(javax.management.MBeanServerConnection jmxServerConnection,
java.lang.String resultproperty,
java.lang.String pname,
javax.management.ObjectName oname) | 
| java.lang.String | getInfo()Return descriptive information about this implementation and the
corresponding version number, in the format
 <description>/<version>. | 
| boolean | isAttributebinding() | 
| java.lang.String | jmxExecute(javax.management.MBeanServerConnection jmxServerConnection)Execute the specified command, based on the configured properties. | 
| protected java.lang.String | jmxQuery(javax.management.MBeanServerConnection jmxServerConnection,
java.lang.String qry)Call Mbean server for some mbeans with same domain, attributes. | 
| void | setAttributebinding(boolean attributeBinding) | 
accessJMXConnection, convertStringToType, createJMXConnection, createProperty, createProperty, echoResult, execute, getDelimiter, getHost, getIf, getJMXConnection, getName, getPassword, getPort, getProperty, getRef, getResultproperty, getUnless, getUrl, getUsername, isEcho, isSeparatearrayresults, isUseRef, setDelimiter, setEcho, setHost, setIf, setName, setPassword, setPort, setProperty, setRef, setResultproperty, setSeparatearrayresults, setUnless, setUrl, setUsername, testIfCondition, testUnlessConditionaddConfiguredRedirector, closeRedirector, handleErrorFlush, handleErrorOutput, handleFlush, handleOutput, handleOutput, isFailOnError, openRedirector, setAlwaysLog, setAppend, setCreateEmptyFiles, setError, setErrorProperty, setFailonerror, setLogError, setOutput, setOutputpropertybindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleInput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskTypepublic java.lang.String getInfo()
<description>/<version>.getInfo in class JMXAccessorTaskpublic boolean isAttributebinding()
public void setAttributebinding(boolean attributeBinding)
attributeBinding - The attributebinding to set.public java.lang.String jmxExecute(javax.management.MBeanServerConnection jmxServerConnection)
                            throws java.lang.Exception
jmxExecute in class JMXAccessorTaskjava.lang.Exception - if an error occursprotected java.lang.String jmxQuery(javax.management.MBeanServerConnection jmxServerConnection,
                        java.lang.String qry)
jmxServerConnection - qry - protected void bindAttributes(javax.management.MBeanServerConnection jmxServerConnection,
                  java.lang.String resultproperty,
                  java.lang.String pname,
                  javax.management.ObjectName oname)
jmxServerConnection - resultproperty - pname - oname - Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.