Uses of Class
org.mule.registry.RegistryException

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

Uses of RegistryException in org.mule.registry
 

Subclasses of RegistryException in org.mule.registry
 class ValidationException
          Is thrown when an object loaded from a descriptor is invalid
 

Methods in org.mule.registry that throw RegistryException
 void Assembly.restoreState()
           
 void Assembly.saveAndShutdown()
           
 String Assembly.start()
          Start the item.
 String Assembly.stop()
          Stop the item.
 String Assembly.shutDown()
          Shut down the item.
 RegistryDescriptor Assembly.getDescriptor()
          Return the descriptor for this component.
 void Assembly.setDescriptor(RegistryDescriptor descriptor)
           
 String Assembly.deploy()
           
 String Assembly.undeploy()
           
 void RegistryComponent.restoreState()
           
 void RegistryComponent.saveAndShutdown()
           
 void RegistryComponent.start()
          Start the item.
 void RegistryComponent.stop()
          Stop the item.
 void RegistryComponent.shutDown()
          Shut down the item.
 RegistryDescriptor RegistryComponent.getDescriptor()
          Return the descriptor for this component.
 void RegistryComponent.setDescriptor(RegistryDescriptor descriptor)
           
 void RegistryComponent.install()
          Install this component.
 void RegistryComponent.uninstall()
          Uninstall this component.
 RegistryComponent Registry.addComponent(String name, ComponentType type)
           
 RegistryComponent Registry.addTransientComponent(String name, ComponentType type, Object component, Object bootstrap)
           
 Library Registry.addLibrary(String name)
           
 void Registry.addTransientUnit(String suName, RegistryComponent component, String installRoot)
           
 void Registry.start()
           
 void Registry.shutDown()
           
 void Registry.save()
           
 void Entry.setStateAtShutdown(String state)
          Set the state before the server was shutdown.
 void Entry.setCurrentState(String state)
           
 void Library.install()
           
 void Library.uninstall()
           
 RegistryDescriptor Library.getDescriptor()
          Return the descriptor for this component.
 Registry RegistryStore.create(String location, RegistryFactory factory)
           
 Registry RegistryStore.load(String location)
           
 void RegistryStore.save(Registry registry)
           
 void Unit.init()
           
 void Unit.start()
          Start the item.
 void Unit.stop()
          Stop the item.
 void Unit.shutDown()
          Shut down the item.
 String Unit.deploy()
           
 String Unit.undeploy()
           
 

Uses of RegistryException in org.mule.registry.impl
 

Methods in org.mule.registry.impl that throw RegistryException
 RegistryComponent AbstractRegistry.addComponent(String name, ComponentType type)
           
 RegistryComponent AbstractRegistry.addTransientComponent(String name, ComponentType type, Object component, Object bootstrap)
           
 Library AbstractRegistry.addLibrary(String name)
           
 void AbstractRegistry.start()
           
 void AbstractRegistry.shutDown()
           
 void AbstractRegistry.addTransientUnit(String suName, RegistryComponent component, String installDir)
           
 void AbstractRegistry.save()
           
protected  void AbstractAssembly.checkDescriptor()
           
 String AbstractAssembly.start()
           
 String AbstractAssembly.stop()
           
 String AbstractAssembly.shutDown()
           
 String AbstractAssembly.undeploy()
           
 void AbstractAssembly.restoreState()
           
 void AbstractAssembly.saveAndShutdown()
           
 void AbstractEntry.setCurrentState(String currentState)
           
protected  void AbstractEntry.checkDescriptor()
           
protected  void AbstractLibrary.checkDescriptor()
           
 void AbstractLibrary.install()
           
 void AbstractLibrary.uninstall()
           
protected  void AbstractRegistryComponent.checkDescriptor()
           
protected  void AbstractRegistryComponent.createComponent()
           
 void AbstractRegistryComponent.install()
           
 void AbstractRegistryComponent.restoreState()
           
 void AbstractRegistryComponent.saveAndShutdown()
           
 void AbstractRegistryComponent.start()
           
 void AbstractRegistryComponent.stop()
           
 void AbstractRegistryComponent.shutDown()
           
 void AbstractRegistryComponent.uninstall()
           
 RegistryDescriptor AbstractRegistryComponent.getDescriptor()
          Return the descriptor for this component.
 void AbstractRegistryComponent.setDescriptor(RegistryDescriptor descriptor)
           
 String AbstractUnit.deploy()
           
 void AbstractUnit.init()
           
 void AbstractUnit.start()
           
 void AbstractUnit.stop()
           
 void AbstractUnit.shutDown()
           
 String AbstractUnit.undeploy()
           
 

Uses of RegistryException in org.mule.registry.store
 

Methods in org.mule.registry.store that throw RegistryException
 void XmlRegistryStore.save(Registry registry)
           
 Registry XmlRegistryStore.load(String storeLocation)
           
 Registry XmlRegistryStore.create(String store, RegistryFactory factory)
           
 



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