Uses of Interface
org.mule.umo.lifecycle.Lifecycle

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 Base classes for script based components such as BeanShell or Groovy. 
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 Admin compoennts and Agents used to control and Monitor Mule 
org.mule.impl.work   
org.mule.management.agents   
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.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.manager Manager APIs, including the UMOManager, agent and server event interfaces 
org.mule.umo.model Contains the interfaces for the Model and supporting objects such as the 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.impl.work
 

Classes in org.mule.impl.work that implement Lifecycle
 class MuleWorkManager
          MuleWorkManager is a Jca Work manager implementation used to manage thread allocation for Mule components and connectors This code has been adapted from the Geronimo implementation, and the different pool executors have be used directly from Geronimo
 

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

Classes in org.mule.ra that implement Lifecycle
 class DelegateWorkManager
          DelegateWorkManager TODO
 class JcaComponent
          JcaComponent TODO
 

Uses of Lifecycle in org.mule.umo
 

Subinterfaces of Lifecycle in org.mule.umo
 interface UMOComponent
          UMOComponent is the interal repesentation of a Mule Managed component.
 

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

Subinterfaces of Lifecycle in org.mule.umo.manager
 interface UMOAgent
          UMOAgent is a server plugin that can be initialised stated and destroyed along with the UMOManager itself.
 interface UMOManager
          UMOManager maintains and provides services for a UMO server instance.
 interface UMOWorkManager
          UMOWorkManager TODO
 

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.
 



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