Uses of Interface
org.apache.qpid.server.management.ManagedObjectRegistry

Packages that use ManagedObjectRegistry
org.apache.qpid.server.exchange   
org.apache.qpid.server.management   
org.apache.qpid.server.registry   
 

Uses of ManagedObjectRegistry in org.apache.qpid.server.exchange
 

Methods in org.apache.qpid.server.exchange that return ManagedObjectRegistry
protected  ManagedObjectRegistry AbstractExchangeMBean.getManagedObjectRegistry()
           
 

Uses of ManagedObjectRegistry in org.apache.qpid.server.management
 

Classes in org.apache.qpid.server.management that implement ManagedObjectRegistry
 class JMXManagedObjectRegistry
          This class starts up an MBeanserver.
 class NoopManagedObjectRegistry
          This managed object registry does not actually register MBeans.
 

Methods in org.apache.qpid.server.management that return ManagedObjectRegistry
protected  ManagedObjectRegistry DefaultManagedObject.getManagedObjectRegistry()
           
 

Uses of ManagedObjectRegistry in org.apache.qpid.server.registry
 

Fields in org.apache.qpid.server.registry declared as ManagedObjectRegistry
protected  ManagedObjectRegistry ApplicationRegistry._managedObjectRegistry
           
 

Methods in org.apache.qpid.server.registry that return ManagedObjectRegistry
 ManagedObjectRegistry IApplicationRegistry.getManagedObjectRegistry()
           
 ManagedObjectRegistry ApplicationRegistry.getManagedObjectRegistry()
           
 



Licensed to the Apache Software Foundation