Uses of Interface
org.mule.registry.RegistryComponent

Packages that use RegistryComponent
org.mule.registry   
org.mule.registry.impl   
 

Uses of RegistryComponent in org.mule.registry
 

Methods in org.mule.registry that return RegistryComponent
 RegistryComponent RegistryDescriptor.getComponent()
           
 RegistryComponent[] Library.getComponents()
           
 RegistryComponent[] Registry.getComponents()
           
 RegistryComponent Registry.getComponent(String name)
           
 RegistryComponent Registry.addComponent(String name, ComponentType type)
           
 RegistryComponent[] Registry.getComponents(ComponentType type)
          Return all engines.
 RegistryComponent Registry.addTransientComponent(String name, ComponentType type, Object component, Object bootstrap)
           
 RegistryComponent Registry.createComponent(String name, ComponentType type)
           
 RegistryComponent Unit.getRegistryComponent()
           
 RegistryComponent EntryFactory.createComponent(String name, ComponentType type, Registry registry)
           
 

Methods in org.mule.registry with parameters of type RegistryComponent
 void Library.addComponent(RegistryComponent component)
           
 void Library.removeComponent(RegistryComponent component)
           
 void Registry.removeComponent(RegistryComponent component)
          Remove a registered component from the list.
 void Registry.addTransientUnit(String suName, RegistryComponent component, String installRoot)
           
 void Unit.setRegistryComponent(RegistryComponent component)
           
 ClassLoader ClassLoaderFactory.createComponentClassLoader(RegistryComponent component)
           
 

Uses of RegistryComponent in org.mule.registry.impl
 

Classes in org.mule.registry.impl that implement RegistryComponent
 class AbstractRegistryComponent
          todo document
 

Methods in org.mule.registry.impl that return RegistryComponent
 RegistryComponent[] AbstractLibrary.getComponents()
           
 RegistryComponent[] AbstractRegistry.getComponents()
           
 RegistryComponent[] AbstractRegistry.getComponents(ComponentType type)
           
 RegistryComponent AbstractRegistry.getComponent(String name, ComponentType type)
           
 RegistryComponent AbstractRegistry.getComponent(String name)
           
 RegistryComponent AbstractRegistry.addComponent(String name, ComponentType type)
           
 RegistryComponent AbstractRegistry.addTransientComponent(String name, ComponentType type, Object component, Object bootstrap)
           
 

Methods in org.mule.registry.impl with parameters of type RegistryComponent
 void AbstractUnit.setRegistryComponent(RegistryComponent component)
           
 void AbstractLibrary.addComponent(RegistryComponent component)
           
 void AbstractLibrary.removeComponent(RegistryComponent component)
           
 void AbstractRegistry.removeComponent(RegistryComponent component)
           
protected abstract  void AbstractRegistry.bootstrapComponent(RegistryComponent component, Object bootstrap)
           
 void AbstractRegistry.addTransientUnit(String suName, RegistryComponent component, String installDir)
           
 



Copyright © 2003-2006 MuleSource Inc.. All Rights Reserved.