Uses of Interface
org.mule.api.registry.Registry

Packages that use Registry
org.mule The Mule implementation of the Universal Message Objects(tm) API specification. 
org.mule.api The Universal Message Object(tm) API provides a way for components to interact without needing to know about the protocol or delivery mechanisms of information passed between them 
org.mule.api.registry   
org.mule.config.spring Support claases for Load Mule from Spring. 
org.mule.context.notification Internal server notification types fired via the MuleManager. 
org.mule.lifecycle   
org.mule.module.guice   
org.mule.module.scripting.component Base classes for script based components such as BeanShell or Groovy. 
org.mule.registry   
 

Uses of Registry in org.mule
 

Methods in org.mule with parameters of type Registry
 void DefaultMuleContext.addRegistry(Registry registry)
           
 void DefaultMuleContext.removeRegistry(Registry registry)
           
 

Uses of Registry in org.mule.api
 

Methods in org.mule.api with parameters of type Registry
 void MuleContext.addRegistry(Registry registry)
           
 void MuleContext.removeRegistry(Registry registry)
           
 

Uses of Registry in org.mule.api.registry
 

Subinterfaces of Registry in org.mule.api.registry
 interface MuleRegistry
          Adds lookup/register/unregister methods for Mule-specific entities to the standard Registry interface.
 interface RegistryBroker
          A RegistryBroker delegates calls to a collection of Registries.
 

Methods in org.mule.api.registry with parameters of type Registry
 void RegistryBroker.addRegistry(Registry registry)
           
 void RegistryBroker.removeRegistry(Registry registry)
           
 

Uses of Registry in org.mule.config.spring
 

Classes in org.mule.config.spring that implement Registry
 class SpringRegistry
           
 

Fields in org.mule.config.spring declared as Registry
protected  Registry SpringXmlConfigurationBuilder.registry
           
 

Constructors in org.mule.config.spring with parameters of type Registry
SpringRegistryLifecycleManager(String id, Registry object, MuleContext muleContext)
           
 

Uses of Registry in org.mule.context.notification
 

Constructors in org.mule.context.notification with parameters of type Registry
RegistryNotification(Registry registry, int action)
           
RegistryNotification(Registry registry, String action)
           
 

Uses of Registry in org.mule.lifecycle
 

Constructors in org.mule.lifecycle with parameters of type Registry
RegistryBrokerLifecycleManager(String id, Registry object, MuleContext muleContext)
           
RegistryLifecycleManager(String id, Registry object, Map<String,LifecyclePhase> phases)
           
RegistryLifecycleManager(String id, Registry object, MuleContext muleContext)
           
 

Uses of Registry in org.mule.module.guice
 

Classes in org.mule.module.guice that implement Registry
 class GuiceRegistry
          The internal Mule interface for retreiving objects from a Guice injector.
 

Uses of Registry in org.mule.module.scripting.component
 

Constructors in org.mule.module.scripting.component with parameters of type Registry
RegistryLookupBindings(Registry registry, Bindings delegate)
           
 

Uses of Registry in org.mule.registry
 

Classes in org.mule.registry that implement Registry
 class AbstractRegistry
           
 class AbstractRegistryBroker
           
 class DefaultRegistryBroker
           
 class MuleRegistryHelper
          Adds lookup/register/unregister methods for Mule-specific entities to the standard Registry interface.
 class TransientRegistry
          Use the registryLock when reading/writing/iterating over the contents of the registry hashmap.
 

Methods in org.mule.registry that return types with arguments of type Registry
protected  Collection<Registry> DefaultRegistryBroker.getRegistries()
           
protected abstract  Collection<Registry> AbstractRegistryBroker.getRegistries()
           
 

Methods in org.mule.registry with parameters of type Registry
 void DefaultRegistryBroker.addRegistry(Registry registry)
           
 void DefaultRegistryBroker.removeRegistry(Registry registry)
           
 

Constructors in org.mule.registry with parameters of type Registry
RegistryMap(int i, float v, Registry registry)
           
RegistryMap(int i, Registry registry)
           
RegistryMap(Map map, Registry registry)
           
RegistryMap(Registry registry)
           
 



Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.