Uses of Class
org.mule.ManagementContext

Packages that use ManagementContext
org.mule.registry   
org.mule.registry.impl   
org.mule.registry.store   
 

Uses of ManagementContext in org.mule.registry
 

Methods in org.mule.registry that return ManagementContext
 ManagementContext Registry.getManagementContext()
           
 

Methods in org.mule.registry with parameters of type ManagementContext
 Registry RegistryFactory.create(RegistryStore store, ManagementContext context)
           
 

Uses of ManagementContext in org.mule.registry.impl
 

Fields in org.mule.registry.impl declared as ManagementContext
protected  ManagementContext AbstractRegistry.context
           
 

Methods in org.mule.registry.impl that return ManagementContext
 ManagementContext AbstractRegistry.getManagementContext()
           
 

Constructors in org.mule.registry.impl with parameters of type ManagementContext
AbstractRegistry(RegistryStore store, ManagementContext context)
           
 

Uses of ManagementContext in org.mule.registry.store
 

Fields in org.mule.registry.store declared as ManagementContext
protected  ManagementContext XmlRegistryStore.context
           
 

Constructors in org.mule.registry.store with parameters of type ManagementContext
XmlRegistryStore(ManagementContext context)
           
 



Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.