public class JMXAccessorInvokeTask extends JMXAccessorTask
   <jmx:invoke
           name="Catalina:type=Manager,context=/ClusterTest,host=localhost"
           operation="getSessionAttribute"
           resultproperty="hello">
         <arg value="${sessionid.0}"/>
         <arg value="Hello"/>
   </jmx:invoke>
 
 
   <jmx:invoke
           name="Catalina:type=MBeanFactory"
           operation="createAccessLoggerValve"
           resultproperty="accessLoggerObjectName"
       >
         <arg value="Catalina:type=Host,host=localhost"/>
   </jmx:invoke>
 
 
   <jmx:invoke
           name="Catalina:type=MBeanFactory"
           operation="removeValve"
       >
         <arg value="Catalina:type=Valve,name=AccessLogValve,host=localhost"/>
   </jmx:invoke>
 
 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_SUFFIXalwaysLog, failOnError, redirectErrStream, redirector, redirectorConfigured, redirectorElement, redirectOutput, redirectOutStream| Constructor and Description | 
|---|
| JMXAccessorInvokeTask() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | addArg(Arg arg) | 
| List<Arg> | getArgs() | 
| String | getInfo()Return descriptive information about this implementation and the
 corresponding version number, in the format
  <description>/<version>. | 
| String | getOperation() | 
| String | jmxExecute(MBeanServerConnection jmxServerConnection)Execute the specified command, based on the configured properties. | 
| protected String | jmxInvoke(MBeanServerConnection jmxServerConnection,
         String name)Invoke specified operation. | 
| void | setArgs(List<Arg> args) | 
| void | setOperation(String operation) | 
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 String getInfo()
<description>/<version>.getInfo in class JMXAccessorTaskpublic String getOperation()
public void setOperation(String operation)
operation - The operation to set.public void addArg(Arg arg)
public String jmxExecute(MBeanServerConnection jmxServerConnection) throws Exception
JMXAccessorTaskjmxExecute in class JMXAccessorTaskjmxServerConnection - The JMX connection that should be usedException - if an error occursprotected String jmxInvoke(MBeanServerConnection jmxServerConnection, String name) throws Exception
jmxServerConnection - Connection to the JMX servername - The MBean nameException - An error occurredCopyright © 2000-2020 Apache Software Foundation. All Rights Reserved.