Uses of Interface
org.mule.umo.manager.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 Various configuration builders for configuring a Mule Instance. 
org.mule.extras.client Simple interface for Mule clients to send and receive events from local or remote Mule Servers. 
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.impl.internal.notifications Internal server notification types fired via the MuleManager. 
org.mule.management.mbeans Jmx Management beans for mule components, the model and the Mule server. 
org.mule.ra A Resource Adapter implementation that allows a Mule instance to be deployed to a J2ee application server and exposes Mule services via the JCA connector architecture. 
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
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)
          Deprecated. this will go away soon.
 

Uses of UMOManager in org.mule.config
 

Methods in org.mule.config that return UMOManager
 UMOManager ConfigurationBuilder.configure(ReaderResource[] configResources, Properties startupProperties)
          Will configure a UMOManager based on the configurations made available through Readers
 UMOManager ConfigurationBuilder.configure(String configResources)
          Will configure a UMOManager based on the configuration file(s) provided.
 UMOManager ConfigurationBuilder.configure(String configResources, String startupPropertiesFile)
          Will configure a UMOManager based on the configuration file(s) provided.
 

Uses of UMOManager in org.mule.config.builders
 

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

Methods in org.mule.config.builders that return UMOManager
 UMOManager MuleXmlConfigurationBuilder.configure(ReaderResource[] configResources)
          Deprecated. Please use configure(ReaderResource[] configResources, Properties startupProperties) instead.
 UMOManager QuickConfigurationBuilder.configure(ReaderResource[] configResources)
           
 UMOManager ScriptConfigurationBuilder.configure(ReaderResource[] configResources, Properties startupProperties)
          Will configure a UMOManager based on the configurations made available through Readers
 UMOManager MuleXmlConfigurationBuilder.configure(ReaderResource[] configResources, Properties startupProperties)
           
 UMOManager QuickConfigurationBuilder.configure(ReaderResource[] configResources, Properties startupProperties)
           
 UMOManager ScriptConfigurationBuilder.configure(String configResources)
           
 UMOManager MuleXmlConfigurationBuilder.configure(String configResources)
           
 UMOManager QuickConfigurationBuilder.configure(String configResources)
           
 UMOManager ScriptConfigurationBuilder.configure(String configResources, String startupPropertiesFile)
          Will configure a UMOManager based on the configuration file(s) provided.
 UMOManager MuleClasspathConfigurationBuilder.configure(String configResources, String startupPropertiesFile)
          Deprecated. Will configure a UMOManager based on the configuration file(s) provided.
 UMOManager MuleXmlConfigurationBuilder.configure(String configResources, String startupPropertiesFile)
           
 UMOManager QuickConfigurationBuilder.configure(String configResources, String startupPropertiesFile)
           
protected  UMOManager MuleXmlBuilderContextListener.createManager(String configResource, String webappClasspath, ServletContext context)
          Used to actually construct the UMOManager instance
 UMOManager QuickConfigurationBuilder.createStartedManager(boolean synchronous, String serverUrl)
          Configures a started manager.
 UMOManager QuickConfigurationBuilder.createStartedManager(boolean synchronous, String serverUrl, String modeltype)
          Configures a started manager.
 UMOManager QuickConfigurationBuilder.createStartedManager(boolean synchronous, String serverUrl, UMOConnector serverConnector)
          Configures a started manager.
 UMOManager QuickConfigurationBuilder.getManager()
           
 

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.spring.config
 

Methods in org.mule.extras.spring.config that return UMOManager
 UMOManager SpringConfigurationBuilder.configure(ReaderResource[] configResources)
          Will configure a UMOManager based on the configurations made available through Readers.
 UMOManager SpringConfigurationBuilder.configure(ReaderResource[] configResources, Properties startupProperties)
          Will configure a UMOManager based on the configurations made available through Readers.
 UMOManager SpringConfigurationBuilder.configure(String configResources)
           
 UMOManager SpringConfigurationBuilder.configure(String configResources, String startupPropertiesFile)
           
 

Uses of UMOManager in org.mule.impl.internal.notifications
 

Constructors in org.mule.impl.internal.notifications with parameters of type UMOManager
ManagerNotification(UMOManager message, int action)
           
 

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.ra
 

Fields in org.mule.ra declared as UMOManager
protected  UMOManager MuleResourceAdapter.manager
           
 

Methods in org.mule.ra that return UMOManager
 UMOManager MuleConnectionRequestInfo.getManager()
           
 

Methods in org.mule.ra with parameters of type UMOManager
 void MuleConnectionRequestInfo.setManager(UMOManager manager)
           
 

Constructors in org.mule.ra with parameters of type UMOManager
DefaultMuleConnection(MuleManagedConnection managedConnection, UMOManager manager, MuleCredentials credentials)
           
 

Uses of UMOManager in org.mule.tck
 

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

Uses of UMOManager in org.mule.tck.functional
 

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



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