Uses of Interface
org.mule.umo.UMOManager

Packages that use UMOManager
org.mule Defines the main public API of the MuleManager and support classes such as the MuleServer. 
org.mule.config Providers Mule Xml configuration support and general configuration classes. 
org.mule.config.builders   
org.mule.extras.client Simple interface for Mule clients to send and receive events from local or remote Mule Servers. 
org.mule.extras.groovy.config   
org.mule.extras.spring.config Classes for loading The Mule Server itself from a spring context, which make it easy to embed Mule with a Spring application. 
org.mule.management.mbeans   
org.mule.tck Provides a suite of abstract test cases that can be used to test you custom Mule extensions. 
org.mule.tck.functional Helper classes and interfaces used by Mule fnctional tests. 
 

Uses of UMOManager in org.mule
 

Classes in org.mule that implement UMOManager
 class MuleManager
          MuleManager maintains and provides services for a Mule instance.
 

Methods in org.mule that return UMOManager
protected static UMOManager MuleManager.createInstance()
          ObjectFactory method to create the singleton MuleManager instance
static UMOManager MuleManager.getInstance()
          Getter method for the current singleton MuleManager
 

Methods in org.mule with parameters of type UMOManager
static void MuleManager.setInstance(UMOManager manager)
          Sets the current singleton MuleManager
 

Uses of UMOManager in org.mule.config
 

Methods in org.mule.config that return UMOManager
 UMOManager ConfigurationBuilder.configure(java.lang.String configResources)
          Will configure a UMOManager based on the configuration file(s) provided.
 UMOManager ConfigurationBuilder.configure(java.io.Reader[] configResources)
          Will configure a UMOManager based on the configurations made available through Readers
 

Uses of UMOManager in org.mule.config.builders
 

Fields in org.mule.config.builders declared as UMOManager
protected  UMOManager MuleXmlConfigurationBuilder.manager
           
 

Methods in org.mule.config.builders that return UMOManager
 UMOManager QuickConfigurationBuilder.createStartedManager(boolean synchronous, java.lang.String serverUrl)
          Configures a started manager.
 UMOManager QuickConfigurationBuilder.createStartedManager(boolean synchronous, java.lang.String serverUrl, UMOConnector serverConnector)
          Configures a started manager.
 UMOManager MuleXmlConfigurationBuilder.configure(java.lang.String configResources)
           
 UMOManager MuleXmlConfigurationBuilder.configure(java.io.Reader[] configResources)
           
protected  UMOManager MuleXmlBuilderContextListener.createManager(java.lang.String configResource, ServletContext context)
          Used to actually construct the UMOManager instance
 UMOManager MuleClasspathConfigurationBuilder.configure(java.lang.String configResources)
          Will configure a UMOManager based on the configuration file(s) provided.
 

Uses of UMOManager in org.mule.extras.client
 

Methods in org.mule.extras.client that return UMOManager
 UMOManager MuleClient.getManager()
          Overriding methods may want to return a custom manager here
 

Uses of UMOManager in org.mule.extras.groovy.config
 

Methods in org.mule.extras.groovy.config that return UMOManager
 UMOManager GroovyConfigurationBuilder.configure(java.lang.String configResources)
          Will configure a UMOManager based on the configuration file(s) provided.
 UMOManager GroovyConfigurationBuilder.configure(java.io.Reader[] configResources)
          Will configure a UMOManager based on the configurations made available through Readers
 

Uses of UMOManager in org.mule.extras.spring.config
 

Methods in org.mule.extras.spring.config that return UMOManager
 UMOManager SpringConfigurationBuilder.configure(java.io.Reader[] configResources)
          Will configure a UMOManager based on the configurations made available through Readers
 UMOManager SpringConfigurationBuilder.configure(java.lang.String configResource)
           
 

Uses of UMOManager in org.mule.management.mbeans
 

Methods in org.mule.management.mbeans with parameters of type UMOManager
 void StatisticsService.setManager(UMOManager manager)
           
 

Uses of UMOManager in org.mule.tck
 

Methods in org.mule.tck that return UMOManager
abstract  UMOManager AbstractUMOManagerTestCase.getUMOManager()
           
static UMOManager AbstractMuleTestCase.getManager()
           
static UMOManager AbstractMuleTestCase.getTestManager()
           
 

Uses of UMOManager in org.mule.tck.functional
 

Fields in org.mule.tck.functional declared as UMOManager
protected static UMOManager AbstractProviderFunctionalTestCase.manager
           
 



Copyright © 2003-2005 SymphonySoft Limited. All Rights Reserved.