|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Lifecycle | |
org.mule | Defines the main public API of the MuleManager and support classes such as the MuleServer. |
org.mule.components.script | |
org.mule.extras.groovy | Groovy extensions to Mule. |
org.mule.impl | The Mule implementation of the Universal Message Objects(tm) API specification. |
org.mule.impl.internal.admin | |
org.mule.management.agents | |
org.mule.umo | The Universal Message Object(tm) API provides a way for components to interact without needing to know about the protocol or delivery mechanisms of information passed between them |
org.mule.umo.lifecycle | Lifecycle interfaces for all UMOcomponents. |
org.mule.umo.model | Contains the interfaces for the Model and supporting objects such as the ContainerContext, CompoenntResolver, EntryPointResolver, etc. |
Uses of Lifecycle in org.mule |
Classes in org.mule that implement Lifecycle | |
class |
MuleManager
MuleManager maintains and provides services for a Mule instance. |
Uses of Lifecycle in org.mule.components.script |
Classes in org.mule.components.script that implement Lifecycle | |
class |
AbstractScriptComponent
AbstractScriptComponent is a compoennt that can execute scripts
as components in Mule. |
Uses of Lifecycle in org.mule.extras.groovy |
Classes in org.mule.extras.groovy that implement Lifecycle | |
class |
GroovyComponent
GroovyComponent allows a grooy object ot managed as a Mule
component. |
Uses of Lifecycle in org.mule.impl |
Classes in org.mule.impl that implement Lifecycle | |
class |
DefaultLifecycleAdapter
DefaultLifecycleAdapter provides lifecycle methods for all
Mule managed components. |
class |
MuleComponent
MuleComponent manages the interaction and distribution of
events for a Mule-managed component. |
class |
MuleModel
MuleModel is the default implementation of the UMOModel. |
class |
MuleProxy
MuleProxy is a proxy to a UMO. |
Uses of Lifecycle in org.mule.impl.internal.admin |
Classes in org.mule.impl.internal.admin that implement Lifecycle | |
class |
AbstractEventLoggerAgent
AbstractEventLoggerAgent Receives Mule server events and logs them and can
optionally route them to an endpoint |
class |
EndpointAbstractEventLoggerAgent
EndpointAbstractEventLoggerAgent will forward server events to a configurered
endpoint uri. |
class |
Log4jAbstractEventLoggerAgent
AbstractEventLoggerAgent Receives Mule server events and logs them and can
optionally route them to an endpoint |
class |
MuleAdminAgent
MuleAdminAgent manages the server endpoint that receives
Admin and remote client requests |
Uses of Lifecycle in org.mule.management.agents |
Classes in org.mule.management.agents that implement Lifecycle | |
class |
JdmkAgent
JdmkAgent configures an Jdmk Http Adaptor for
Jmx management, statistics and configuration viewing of a Mule instance. |
class |
JmxAgent
JmxAgent registers MUle Jmx management beans
with an MBean server. |
class |
Log4jAgent
Log4jAgent exposes the configuration of the Log4J instance running
in Mule for Jmx management |
class |
Mx4jAgent
Mx4jAgent configures an Mx4J Http Adaptor for
Jmx management, statistics and configuration viewing of a Mule instance.. |
Uses of Lifecycle in org.mule.umo |
Subinterfaces of Lifecycle in org.mule.umo | |
interface |
UMOAgent
UMOAgent is a server plugin that can be initialised stated
and destroyed along with the UMOManager itself. |
interface |
UMOComponent
UMOComponent is the interal repesentation of a Mule Managed component. |
interface |
UMOManager
UMOManager maintains and provides services for a UMO server
instance. |
Uses of Lifecycle in org.mule.umo.lifecycle |
Subinterfaces of Lifecycle in org.mule.umo.lifecycle | |
interface |
UMOLifecycleAdapter
UMOLifecycleAdapter TODO (document class) |
Uses of Lifecycle in org.mule.umo.model |
Subinterfaces of Lifecycle in org.mule.umo.model | |
interface |
UMOModel
The UMOModel encapsulates and manages the runtime behaviour
of a Mule Server instance. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |