|
Apache Tomcat 7.0.4 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.tools.ant.ProjectComponent
org.apache.tools.ant.Task
org.apache.catalina.ant.BaseRedirectorHelperTask
org.apache.catalina.ant.jmx.JMXAccessorTask
org.apache.catalina.ant.jmx.JMXAccessorInvokeTask
public class JMXAccessorInvokeTask
Access JMX JSR 160 MBeans Server.
<jmx:invoke
name="Catalina:type=Manager,path=/ClusterTest,host=localhost"
operation="getSessionAttribute"
resultproperty="hello">
<arg value="${sessionid.0}"/>
<arg value="Hello"/>
</jmx:invoke>
<jmx:invoke
name="Catalina:type=MBeanFactory"
operation="createAcccesLoggerValve"
resultproperty="acccesLoggerObjectName"
>
<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.
| Field Summary |
|---|
| Fields inherited from class org.apache.catalina.ant.jmx.JMXAccessorTask |
|---|
JMX_SERVICE_PREFIX, JMX_SERVICE_SUFFIX |
| Fields inherited from class org.apache.catalina.ant.BaseRedirectorHelperTask |
|---|
alwaysLog, failOnError, redirectErrStream, redirector, redirectorConfigured, redirectorElement, redirectOutput, redirectOutStream |
| Fields inherited from class org.apache.tools.ant.Task |
|---|
target, taskName, taskType, wrapper |
| Fields inherited from class org.apache.tools.ant.ProjectComponent |
|---|
description, location, project |
| Constructor Summary | |
|---|---|
JMXAccessorInvokeTask()
|
|
| Method Summary | |
|---|---|
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)
|
void |
setArgs(List<Arg> args)
|
void |
setOperation(String operation)
|
| Methods inherited from class org.apache.catalina.ant.jmx.JMXAccessorTask |
|---|
accessJMXConnection, convertStringToType, createJMXConnection, createProperty, createProperty, echoResult, execute, getDelimiter, getHost, getIf, getJMXConnection, getName, getPassword, getPort, getProperties, 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 |
| Methods inherited from class org.apache.catalina.ant.BaseRedirectorHelperTask |
|---|
addConfiguredRedirector, closeRedirector, handleErrorFlush, handleErrorOutput, handleFlush, handleFlush, handleOutput, handleOutput, isFailOnError, openRedirector, setAlwaysLog, setAppend, setCreateEmptyFiles, setError, setErrorProperty, setFailonerror, setLogError, setOutput, setOutputproperty |
| Methods inherited from class org.apache.tools.ant.Task |
|---|
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleInput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType |
| Methods inherited from class org.apache.tools.ant.ProjectComponent |
|---|
clone, getDescription, getLocation, getProject, setDescription, setLocation, setProject |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JMXAccessorInvokeTask()
| Method Detail |
|---|
public 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 List<Arg> getArgs()
public void setArgs(List<Arg> args)
args - The args to set.
public String jmxExecute(MBeanServerConnection jmxServerConnection)
throws Exception
jmxExecute in class JMXAccessorTaskorg.apache.tools.ant.BuildException - if an error occurs
Exception - if an error occurs
protected String jmxInvoke(MBeanServerConnection jmxServerConnection,
String name)
throws Exception
jmxServerConnection -
Exception
|
Apache Tomcat 7.0.4 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||