com.tivoli.jmx.jar
Class Purger

java.lang.Object
  |
  +--com.tivoli.jmx.jar.Purger

public class Purger
extends java.lang.Object

Deregisters the MBEans belong or not to a domain from a specific MBean server.

Version:
1.2
Author:
Maurizio Simeoni

Constructor Summary
Purger(javax.management.MBeanServer server)
          Constructor for the Purger object
 
Method Summary
 void deregister(javax.management.ObjectName queryObjName)
          Deregister all the MBean belong to the domain specified
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Purger

public Purger(javax.management.MBeanServer server)
Constructor for the Purger object
Parameters:
server - The MBean Server
Method Detail

deregister

public void deregister(javax.management.ObjectName queryObjName)
                throws com.tivoli.jmx.jar.JMException
Deregister all the MBean belong to the domain specified
Parameters:
queryObjName - The ObjectName used to filter the MBeans
Throws:
javax.management.JMException -