public class JMXAccessorUnregisterTask extends JMXAccessorTask
Examples:
unregister an existing Mbean at jmx.server connection
<jmx:unregister ref="jmx.server" name="Catalina:type=MBeanFactory" />
WARNINGNot all Tomcat MBeans can successfully unregister remotely. The mbean unregistration don't remove valves, realm, .. from parent class. Please, use the MBeanFactory operation to remove valves and realms.
First call to a remote MBeanserver save the JMXConnection a reference 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 |
---|
JMXAccessorUnregisterTask() |
Modifier and Type | Method and Description |
---|---|
String |
getInfo()
Return descriptive information about this implementation and the
corresponding version number, in the format
<description>/<version> . |
String |
jmxExecute(MBeanServerConnection jmxServerConnection)
Execute the specified command, based on the configured properties.
|
protected String |
jmxUuregister(MBeanServerConnection jmxServerConnection,
String name)
Unregister MBean.
|
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 String jmxExecute(MBeanServerConnection jmxServerConnection) throws Exception
JMXAccessorTask
jmxExecute
in class JMXAccessorTask
jmxServerConnection
- The JMX connection that should be usedException
- if an error occursprotected String jmxUuregister(MBeanServerConnection jmxServerConnection, String name) throws Exception
jmxServerConnection
- Connection to the JMX servername
- The MBean nameException
- An error occurredCopyright © 2000-2021 Apache Software Foundation. All Rights Reserved.