Uses of Interface
org.mule.registry.Registry

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

Uses of Registry in org.mule.registry
 

Methods in org.mule.registry that return Registry
 Registry RegistryComponent.getRegistry()
           
 Registry RegistryFactory.create(RegistryStore store, ManagementContext context)
           
 Registry RegistryStore.create(String location, RegistryFactory factory)
           
 Registry RegistryStore.load(String location)
           
 

Methods in org.mule.registry with parameters of type Registry
 RegistryComponent EntryFactory.createComponent(String name, ComponentType type, Registry registry)
           
 void RegistryStore.save(Registry registry)
           
 

Uses of Registry in org.mule.registry.impl
 

Classes in org.mule.registry.impl that implement Registry
 class AbstractRegistry
           
 

Fields in org.mule.registry.impl declared as Registry
protected  Registry AbstractEntry.registry
           
 

Methods in org.mule.registry.impl that return Registry
 Registry AbstractEntry.getRegistry()
           
 

Methods in org.mule.registry.impl with parameters of type Registry
 void AbstractEntry.setRegistry(Registry registry)
           
 

Constructors in org.mule.registry.impl with parameters of type Registry
AbstractAssembly(Registry registry)
           
AbstractEntry(Registry registry)
           
AbstractLibrary(Registry registry)
           
AbstractRegistryComponent(String name, ComponentType type, Registry registry)
           
AbstractUnit(Registry registry)
           
 

Uses of Registry in org.mule.registry.store
 

Methods in org.mule.registry.store that return Registry
 Registry XmlRegistryStore.load(String storeLocation)
           
 Registry XmlRegistryStore.create(String store, RegistryFactory factory)
           
 

Methods in org.mule.registry.store with parameters of type Registry
 void XmlRegistryStore.save(Registry registry)
           
 



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