unregister a MBean at JMX JSR 160 MBeans Server.
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. |