org.apache.qpid.management.wsdm
Interface QEmuMBean

All Known Implementing Classes:
QEmu

public interface QEmuMBean

Management interface for QEmu.

See Also:
QEmu

Method Summary
 void createQueue(ObjectName name)
          Creates and registers a Queue MBean with MBeanServer.
 void unregister(ObjectName name)
          Unregisters a Queue MBean with MBeanServer.
 

Method Detail

createQueue

void createQueue(ObjectName name)
                 throws Exception
Creates and registers a Queue MBean with MBeanServer.

Parameters:
objectName - the name of the queue MBean.
Throws:
Exception - when the creation or the registration fails.

unregister

void unregister(ObjectName name)
                throws Exception
Unregisters a Queue MBean with MBeanServer.

Parameters:
objectName - the name of the MBean that must unregistered.
Throws:
Exception - when the creation or the registration fails.


Licensed to the Apache Software Foundation