|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use org.mule.umo.manager | |
---|---|
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.hivemind | Provides extensions to use HiveMind with Mule, such as using the registry as a factory for Mule managed objects. |
org.mule.extras.jotm | Provides access to the Jotm transaction manager for User and Xa transactions. |
org.mule.extras.picocontainer | Provides extensions to use PicoContainer with Mule, such as using the container as a factory for Mule managed objects. |
org.mule.extras.spring | Provides extensions to use the Spring framework with Mule such as utilising the spring container to build components managed by Mule. |
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.extras.spring.transaction | |
org.mule.impl | The Mule implementation of the Universal Message Objects(tm) API specification. |
org.mule.impl.container | Internal container context implementation and Jndi container implementation. |
org.mule.impl.internal.admin | Admin components and Agents used to control and Monitor Mule |
org.mule.impl.internal.notifications | Internal server notification types fired via the MuleManager. |
org.mule.impl.model.seda | |
org.mule.impl.work | A javax.resource.spi.WorkManager implementation. |
org.mule.management.agents | Management agents including agents for Jdmk, MX4J, and Log4J |
org.mule.management.mbeans | Jmx Management beans for mule components, the model and the Mule server. |
org.mule.modules.jboss.transactions | Provides integration with JBoss TS (Arjuna). |
org.mule.providers | Contains Abstract classes providing common functionality for all Mule providers. |
org.mule.providers.jms | Provides Jms transport connectivity with support for all Jms features. |
org.mule.providers.jms.activemq | Provides Jms connectivity with ActiveMQ-specific workarounds and improvements. |
org.mule.providers.jms.weblogic | Provides Jms connectivity with Weblogic-specific workarounds and improvements. |
org.mule.providers.jms.websphere | Provides Jms connectivity with Websphere-specific workarounds and improvements. |
org.mule.providers.oracle.jms | |
org.mule.providers.soap.axis | Provides an Axis soap transport for Mule. |
org.mule.providers.soap.axis.wsdl | |
org.mule.providers.soap.xfire | |
org.mule.providers.soap.xfire.transport | |
org.mule.providers.soap.xfire.wsdl | |
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. |
org.mule.tck.model | Test suite for testing Model releated extensions. |
org.mule.tck.testmodels.mule | |
org.mule.transaction.lookup | |
org.mule.umo.manager | Manager APIs, including the UMOManager, agent and server event interfaces |
Classes in org.mule.umo.manager used by org.mule | |
---|---|
UMOAgent
UMOAgent is a server plugin that can be initialised, started and
destroyed along with the UMOManager itself. |
|
UMOContainerContext
UMOContainerContext defines the contract between Mule and an
underlying container such as Spring or Pico. |
|
UMOManager
UMOManager maintains and provides services for a UMO server
instance. |
|
UMOServerNotification
UMOServerNotification is an event triggered by something happening
in the Server itself such as the server starting or a component being registered |
|
UMOServerNotificationListener
UMOServerNotificationListener is an observer interface that ojects
can implement and register themselves with the Mule Server to receive
notifications when the server, model and components stop, start, initialise, etc. |
|
UMOWorkManager
UMOWorkManager extends the standard JCA WorkManager with lifecycle
methods and util.concurrent bridging. |
Classes in org.mule.umo.manager used by org.mule.config | |
---|---|
UMOManager
UMOManager maintains and provides services for a UMO server
instance. |
|
UMOWorkManager
UMOWorkManager extends the standard JCA WorkManager with lifecycle
methods and util.concurrent bridging. |
Classes in org.mule.umo.manager used by org.mule.config.builders | |
---|---|
ContainerException
ContainerException is an Exception thrown by the component resolver
when it fials to find a component |
|
UMOContainerContext
UMOContainerContext defines the contract between Mule and an
underlying container such as Spring or Pico. |
|
UMOManager
UMOManager maintains and provides services for a UMO server
instance. |
Classes in org.mule.umo.manager used by org.mule.extras.client | |
---|---|
UMOManager
UMOManager maintains and provides services for a UMO server
instance. |
Classes in org.mule.umo.manager used by org.mule.extras.hivemind | |
---|---|
ContainerException
ContainerException is an Exception thrown by the component resolver
when it fials to find a component |
|
ObjectNotFoundException
ObjectNotFoundException is thrown when a reference to a component
in a configured container is not found |
|
UMOContainerContext
UMOContainerContext defines the contract between Mule and an
underlying container such as Spring or Pico. |
Classes in org.mule.umo.manager used by org.mule.extras.jotm | |
---|---|
UMOTransactionManagerFactory
TranactionManagerFactory is a factory class for creating a
transaction manager for the MuleServer. |
Classes in org.mule.umo.manager used by org.mule.extras.picocontainer | |
---|---|
ContainerException
ContainerException is an Exception thrown by the component resolver
when it fials to find a component |
|
ObjectNotFoundException
ObjectNotFoundException is thrown when a reference to a component
in a configured container is not found |
|
UMOContainerContext
UMOContainerContext defines the contract between Mule and an
underlying container such as Spring or Pico. |
Classes in org.mule.umo.manager used by org.mule.extras.spring | |
---|---|
ContainerException
ContainerException is an Exception thrown by the component resolver
when it fials to find a component |
|
ObjectNotFoundException
ObjectNotFoundException is thrown when a reference to a component
in a configured container is not found |
|
UMOContainerContext
UMOContainerContext defines the contract between Mule and an
underlying container such as Spring or Pico. |
Classes in org.mule.umo.manager used by org.mule.extras.spring.config | |
---|---|
UMOManager
UMOManager maintains and provides services for a UMO server
instance. |
|
UMOTransactionManagerFactory
TranactionManagerFactory is a factory class for creating a
transaction manager for the MuleServer. |
Classes in org.mule.umo.manager used by org.mule.extras.spring.transaction | |
---|---|
UMOTransactionManagerFactory
TranactionManagerFactory is a factory class for creating a
transaction manager for the MuleServer. |
Classes in org.mule.umo.manager used by org.mule.impl | |
---|---|
ContainerException
ContainerException is an Exception thrown by the component resolver
when it fials to find a component |
Classes in org.mule.umo.manager used by org.mule.impl.container | |
---|---|
ContainerException
ContainerException is an Exception thrown by the component resolver
when it fials to find a component |
|
ObjectNotFoundException
ObjectNotFoundException is thrown when a reference to a component
in a configured container is not found |
|
UMOContainerContext
UMOContainerContext defines the contract between Mule and an
underlying container such as Spring or Pico. |
Classes in org.mule.umo.manager used by org.mule.impl.internal.admin | |
---|---|
UMOAgent
UMOAgent is a server plugin that can be initialised, started and
destroyed along with the UMOManager itself. |
|
UMOServerNotification
UMOServerNotification is an event triggered by something happening
in the Server itself such as the server starting or a component being registered |
Classes in org.mule.umo.manager used by org.mule.impl.internal.notifications | |
---|---|
UMOManager
UMOManager maintains and provides services for a UMO server
instance. |
|
UMOServerNotification
UMOServerNotification is an event triggered by something happening
in the Server itself such as the server starting or a component being registered |
|
UMOServerNotificationListener
UMOServerNotificationListener is an observer interface that ojects
can implement and register themselves with the Mule Server to receive
notifications when the server, model and components stop, start, initialise, etc. |
|
UMOWorkManager
UMOWorkManager extends the standard JCA WorkManager with lifecycle
methods and util.concurrent bridging. |
Classes in org.mule.umo.manager used by org.mule.impl.model.seda | |
---|---|
UMOWorkManager
UMOWorkManager extends the standard JCA WorkManager with lifecycle
methods and util.concurrent bridging. |
Classes in org.mule.umo.manager used by org.mule.impl.work | |
---|---|
UMOWorkManager
UMOWorkManager extends the standard JCA WorkManager with lifecycle
methods and util.concurrent bridging. |
Classes in org.mule.umo.manager used by org.mule.management.agents | |
---|---|
UMOAgent
UMOAgent is a server plugin that can be initialised, started and
destroyed along with the UMOManager itself. |
|
UMOServerNotification
UMOServerNotification is an event triggered by something happening
in the Server itself such as the server starting or a component being registered |
Classes in org.mule.umo.manager used by org.mule.management.mbeans | |
---|---|
UMOManager
UMOManager maintains and provides services for a UMO server
instance. |
Classes in org.mule.umo.manager used by org.mule.modules.jboss.transactions | |
---|---|
UMOTransactionManagerFactory
TranactionManagerFactory is a factory class for creating a
transaction manager for the MuleServer. |
Classes in org.mule.umo.manager used by org.mule.providers | |
---|---|
UMOServerNotification
UMOServerNotification is an event triggered by something happening
in the Server itself such as the server starting or a component being registered |
|
UMOWorkManager
UMOWorkManager extends the standard JCA WorkManager with lifecycle
methods and util.concurrent bridging. |
Classes in org.mule.umo.manager used by org.mule.providers.jms | |
---|---|
UMOServerNotification
UMOServerNotification is an event triggered by something happening
in the Server itself such as the server starting or a component being registered |
|
UMOServerNotificationListener
UMOServerNotificationListener is an observer interface that ojects
can implement and register themselves with the Mule Server to receive
notifications when the server, model and components stop, start, initialise, etc. |
Classes in org.mule.umo.manager used by org.mule.providers.jms.activemq | |
---|---|
UMOServerNotificationListener
UMOServerNotificationListener is an observer interface that ojects
can implement and register themselves with the Mule Server to receive
notifications when the server, model and components stop, start, initialise, etc. |
Classes in org.mule.umo.manager used by org.mule.providers.jms.weblogic | |
---|---|
UMOServerNotificationListener
UMOServerNotificationListener is an observer interface that ojects
can implement and register themselves with the Mule Server to receive
notifications when the server, model and components stop, start, initialise, etc. |
Classes in org.mule.umo.manager used by org.mule.providers.jms.websphere | |
---|---|
UMOServerNotificationListener
UMOServerNotificationListener is an observer interface that ojects
can implement and register themselves with the Mule Server to receive
notifications when the server, model and components stop, start, initialise, etc. |
Classes in org.mule.umo.manager used by org.mule.providers.oracle.jms | |
---|---|
UMOServerNotificationListener
UMOServerNotificationListener is an observer interface that ojects
can implement and register themselves with the Mule Server to receive
notifications when the server, model and components stop, start, initialise, etc. |
Classes in org.mule.umo.manager used by org.mule.providers.soap.axis | |
---|---|
UMOServerNotification
UMOServerNotification is an event triggered by something happening
in the Server itself such as the server starting or a component being registered |
|
UMOServerNotificationListener
UMOServerNotificationListener is an observer interface that ojects
can implement and register themselves with the Mule Server to receive
notifications when the server, model and components stop, start, initialise, etc. |
Classes in org.mule.umo.manager used by org.mule.providers.soap.axis.wsdl | |
---|---|
UMOServerNotificationListener
UMOServerNotificationListener is an observer interface that ojects
can implement and register themselves with the Mule Server to receive
notifications when the server, model and components stop, start, initialise, etc. |
Classes in org.mule.umo.manager used by org.mule.providers.soap.xfire | |
---|---|
UMOServerNotification
UMOServerNotification is an event triggered by something happening
in the Server itself such as the server starting or a component being registered |
|
UMOServerNotificationListener
UMOServerNotificationListener is an observer interface that ojects
can implement and register themselves with the Mule Server to receive
notifications when the server, model and components stop, start, initialise, etc. |
Classes in org.mule.umo.manager used by org.mule.providers.soap.xfire.transport | |
---|---|
UMOWorkManager
UMOWorkManager extends the standard JCA WorkManager with lifecycle
methods and util.concurrent bridging. |
Classes in org.mule.umo.manager used by org.mule.providers.soap.xfire.wsdl | |
---|---|
UMOServerNotificationListener
UMOServerNotificationListener is an observer interface that ojects
can implement and register themselves with the Mule Server to receive
notifications when the server, model and components stop, start, initialise, etc. |
Classes in org.mule.umo.manager used by org.mule.ra | |
---|---|
UMOManager
UMOManager maintains and provides services for a UMO server
instance. |
|
UMOWorkManager
UMOWorkManager extends the standard JCA WorkManager with lifecycle
methods and util.concurrent bridging. |
Classes in org.mule.umo.manager used by org.mule.tck | |
---|---|
DefaultWorkListener
Default exception Handler used when executing work in the work manager |
|
UMOManager
UMOManager maintains and provides services for a UMO server
instance. |
|
UMOTransactionManagerFactory
TranactionManagerFactory is a factory class for creating a
transaction manager for the MuleServer. |
Classes in org.mule.umo.manager used by org.mule.tck.functional | |
---|---|
UMOManager
UMOManager maintains and provides services for a UMO server
instance. |
|
UMOServerNotification
UMOServerNotification is an event triggered by something happening
in the Server itself such as the server starting or a component being registered |
|
UMOServerNotificationListener
UMOServerNotificationListener is an observer interface that ojects
can implement and register themselves with the Mule Server to receive
notifications when the server, model and components stop, start, initialise, etc. |
Classes in org.mule.umo.manager used by org.mule.tck.model | |
---|---|
UMOContainerContext
UMOContainerContext defines the contract between Mule and an
underlying container such as Spring or Pico. |
Classes in org.mule.umo.manager used by org.mule.tck.testmodels.mule | |
---|---|
UMOAgent
UMOAgent is a server plugin that can be initialised, started and
destroyed along with the UMOManager itself. |
|
UMOTransactionManagerFactory
TranactionManagerFactory is a factory class for creating a
transaction manager for the MuleServer. |
Classes in org.mule.umo.manager used by org.mule.transaction.lookup | |
---|---|
UMOTransactionManagerFactory
TranactionManagerFactory is a factory class for creating a
transaction manager for the MuleServer. |
Classes in org.mule.umo.manager used by org.mule.umo.manager | |
---|---|
ContainerException
ContainerException is an Exception thrown by the component resolver
when it fials to find a component |
|
ManagerException
ManagerException is thrown when an exception occurs with Manager
objects |
|
ObjectNotFoundException
ObjectNotFoundException is thrown when a reference to a component
in a configured container is not found |
|
UMOAgent
UMOAgent is a server plugin that can be initialised, started and
destroyed along with the UMOManager itself. |
|
UMOContainerContext
UMOContainerContext defines the contract between Mule and an
underlying container such as Spring or Pico. |
|
UMOServerNotification
UMOServerNotification is an event triggered by something happening
in the Server itself such as the server starting or a component being registered |
|
UMOServerNotificationListener
UMOServerNotificationListener is an observer interface that ojects
can implement and register themselves with the Mule Server to receive
notifications when the server, model and components stop, start, initialise, etc. |
|
UMOWorkManager
UMOWorkManager extends the standard JCA WorkManager with lifecycle
methods and util.concurrent bridging. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |