org.apache.catalina.ant.jmx
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.Since: 5.5.12
Version: $Revision: 500684 $
Method Summary | |
---|---|
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 |
<description>/<version>
.Returns: Returns the class info.
Throws: Exception if an error occurs
Parameters: jmxServerConnection name
Returns: The value of the given named attribute
Throws: Exception