|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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(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. |
UMOManager |
ConfigurationBuilder.configure(ReaderResource[] configResources,
Properties startupProperties)
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 |
ScriptConfigurationBuilder.manager
|
protected UMOManager |
MuleXmlConfigurationBuilder.manager
|
Methods in org.mule.config.builders that return UMOManager | |
UMOManager |
ScriptConfigurationBuilder.configure(String configResources)
|
UMOManager |
ScriptConfigurationBuilder.configure(String configResources,
String startupPropertiesFile)
Will configure a UMOManager based on the configuration file(s) provided. |
UMOManager |
ScriptConfigurationBuilder.configure(ReaderResource[] configResources,
Properties startupProperties)
Will configure a UMOManager based on the configurations made available through Readers |
UMOManager |
MuleXmlConfigurationBuilder.configure(String configResources)
|
UMOManager |
MuleXmlConfigurationBuilder.configure(String configResources,
String startupPropertiesFile)
|
UMOManager |
MuleXmlConfigurationBuilder.configure(ReaderResource[] configResources)
Deprecated. Please use configure(ReaderResource[] configResources, Properties startupProperties) instead. |
UMOManager |
MuleXmlConfigurationBuilder.configure(ReaderResource[] configResources,
Properties startupProperties)
|
protected UMOManager |
MuleXmlBuilderContextListener.createManager(String configResource,
String webappClasspath,
ServletContext context)
Used to actually construct the UMOManager instance |
UMOManager |
MuleClasspathConfigurationBuilder.configure(String configResources,
String startupPropertiesFile)
Deprecated. Will configure a UMOManager based on the configuration file(s) provided. |
UMOManager |
QuickConfigurationBuilder.createStartedManager(boolean synchronous,
String serverUrl,
String modeltype)
Configures a started manager. |
UMOManager |
QuickConfigurationBuilder.createStartedManager(boolean synchronous,
String serverUrl)
Configures a started manager. |
UMOManager |
QuickConfigurationBuilder.createStartedManager(boolean synchronous,
String serverUrl,
UMOConnector serverConnector)
Configures a started manager. |
UMOManager |
QuickConfigurationBuilder.getManager()
|
UMOManager |
QuickConfigurationBuilder.configure(String configResources)
|
UMOManager |
QuickConfigurationBuilder.configure(String configResources,
String startupPropertiesFile)
|
UMOManager |
QuickConfigurationBuilder.configure(ReaderResource[] configResources)
|
UMOManager |
QuickConfigurationBuilder.configure(ReaderResource[] configResources,
Properties startupProperties)
|
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 |
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 | |
abstract UMOManager |
AbstractUMOManagerTestCase.getUMOManager()
|
static UMOManager |
AbstractMuleTestCase.getManager(boolean disableAdminAgent)
|
static UMOManager |
AbstractMuleTestCase.getTestManager()
|
static UMOManager |
MuleTestUtils.getManager(boolean disableAdminService)
|
Uses of UMOManager in org.mule.tck.functional |
Fields in org.mule.tck.functional declared as UMOManager | |
protected static UMOManager |
AbstractProviderFunctionalTestCase.manager
Deprecated. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |