public class JMXAccessorGetTask extends JMXAccessorTask
Examples:
Get a Mbean IDataSender attribute nrOfRequests and create a new ant property IDataSender.9025.nrOfRequests
<jmx:get ref="jmx.server" name="Catalina:type=IDataSender,host=localhost,senderAddress=192.168.1.2,senderPort=9025" attribute="nrOfRequests" resultproperty="IDataSender.9025.nrOfRequests" echo="false"> />
First call to a remote MBeanserver save the JMXConnection a referenz jmx.server
These tasks require Ant 1.6 or later interface.JMX_SERVICE_PREFIX, JMX_SERVICE_SUFFIX
alwaysLog, failOnError, redirectErrStream, redirector, redirectorConfigured, redirectorElement, redirectOutput, redirectOutStream
Constructor and Description |
---|
JMXAccessorGetTask() |
Modifier and Type | Method and Description |
---|---|
String |
getAttribute() |
String |
jmxExecute(MBeanServerConnection jmxServerConnection)
Execute the specified command, based on the configured properties.
|
protected String |
jmxGet(MBeanServerConnection jmxServerConnection,
String name) |
void |
setAttribute(String attribute) |
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 getAttribute()
public void setAttribute(String attribute)
attribute
- The attribute to set.public String jmxExecute(MBeanServerConnection jmxServerConnection) throws Exception
jmxExecute
in class JMXAccessorTask
org.apache.tools.ant.BuildException
- if an error occursException
- if an error occursprotected String jmxGet(MBeanServerConnection jmxServerConnection, String name) throws Exception
jmxServerConnection
- name
- Exception
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.