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_SUFFIX
alwaysLog, failOnError, redirectErrStream, redirector, redirectorConfigured, redirectorElement, redirectOutput, redirectOutStream
Constructor and Description |
---|
JMXAccessorQueryTask() |
Modifier and Type | Method and Description |
---|---|
protected void |
bindAttributes(MBeanServerConnection jmxServerConnection,
String resultproperty,
String pname,
ObjectName oname) |
String |
getInfo()
Return descriptive information about this implementation and the
corresponding version number, in the format
<description>/<version> . |
boolean |
isAttributebinding() |
String |
jmxExecute(MBeanServerConnection jmxServerConnection)
Execute the specified command, based on the configured properties.
|
protected String |
jmxQuery(MBeanServerConnection jmxServerConnection,
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, testUnlessCondition
addConfiguredRedirector, closeRedirector, handleErrorFlush, handleErrorOutput, handleFlush, handleOutput, handleOutput, isFailOnError, openRedirector, setAlwaysLog, setAppend, setCreateEmptyFiles, setError, setErrorProperty, setFailonerror, setLogError, setOutput, setOutputproperty
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleInput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
public String getInfo()
<description>/<version>
.getInfo
in class JMXAccessorTask
public boolean isAttributebinding()
public void setAttributebinding(boolean attributeBinding)
attributeBinding
- The attributebinding to set.public String jmxExecute(MBeanServerConnection jmxServerConnection) throws Exception
JMXAccessorTask
jmxExecute
in class JMXAccessorTask
jmxServerConnection
- The JMX connection that should be usedException
- if an error occursprotected String jmxQuery(MBeanServerConnection jmxServerConnection, String qry)
jmxServerConnection
- Connection to the JMX serverqry
- The queryprotected void bindAttributes(MBeanServerConnection jmxServerConnection, String resultproperty, String pname, ObjectName oname)
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.