|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Disposable | |
| org.mule | Defines the main public API of the MuleManager and support classes such as the MuleServer. |
| 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 notificationicationicationicationicationicationicationicationicationicationicationicationicationicationicationicationicationicationicationicationicationication types fired via the MuleManager. |
| org.mule.impl.model | |
| org.mule.impl.model.direct | |
| org.mule.impl.model.pipeline | |
| org.mule.impl.model.seda | |
| org.mule.impl.model.seda.optimised | |
| org.mule.impl.work | A javax.resource.spi.WorkManager implementation. |
| org.mule.interceptors | Contains default UMOInterceptor implementations that can be applied to Mule managed components. |
| org.mule.providers | Contains Abstract classes providing common functionality for all Mule providers. |
| 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. |
| org.mule.umo.provider | Contains the interfaces that comprise a provider implementation. |
| org.mule.util.monitor | Various resource monitor implementations. |
| Uses of Disposable in org.mule |
| Classes in org.mule that implement Disposable | |
class |
MuleManager
MuleManager maintains and provides services for a Mule instance. |
| Uses of Disposable in org.mule.impl |
| Classes in org.mule.impl that implement Disposable | |
class |
DefaultLifecycleAdapter
DefaultLifecycleAdapter provides lifecycle methods for all Mule
managed components. |
| Uses of Disposable in org.mule.impl.container |
| Classes in org.mule.impl.container that implement Disposable | |
class |
AbstractContainerContext
AbstractContainerContext provides base container configuration
functions for handling embedded configuration |
class |
DescriptorContainerContext
will Load the component form the descriptors' own properties |
class |
JndiContainerContext
JndiContainerContext is a container implementaiton that exposes a
jndi context. |
class |
MuleContainerContext
MuleContainerContext is a default resolver that doesn't support
external reference resolution. |
class |
MultiContainerContext
MultiContainerContext is a container that hosts other containers
from which components are queried. |
class |
PropertiesContainerContext
Provides a facade for accessing System properties and properties on the ManagementContext. |
class |
RmiContainerContext
RmiContainerContext is a container implementaiton that allows RMi
objects to be referenced either as components or properties on components |
| Uses of Disposable in org.mule.impl.internal.admin |
| Classes in org.mule.impl.internal.admin that implement Disposable | |
class |
AbstractNotificationLoggerAgent
AbstractNotificationLoggerAgent Receives Mule server notifications
and logs them and can optionally route them to an endpoint |
class |
EndpointNotificationLoggerAgent
EndpointAbstractEventLoggerAgent will forward server notifications
to a configurered endpoint uri. |
class |
Log4jNotificationLoggerAgent
AbstractNotificationLoggerAgent Receives Mule server notifications
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 Disposable in org.mule.impl.internal.notifications |
| Classes in org.mule.impl.internal.notifications that implement Disposable | |
class |
ServerNotificationManager
ServerNotificationManager manages all server listeners for a Mule
Instance |
| Uses of Disposable in org.mule.impl.model |
| Subinterfaces of Disposable in org.mule.impl.model | |
interface |
MuleProxy
MuleProxy is a proxy to a UMO. |
| Classes in org.mule.impl.model that implement Disposable | |
class |
AbstractComponent
A base implementation for all UMOComponents in Mule |
class |
AbstractModel
MuleModel is the default implementation of the UMOModel. |
class |
DefaultMuleProxy
MuleProxy is a proxy to a UMO. |
| Uses of Disposable in org.mule.impl.model.direct |
| Classes in org.mule.impl.model.direct that implement Disposable | |
class |
DirectComponent
A direct component invokes the service component directly without any threading or pooling, even when the nvocation is asynchronous |
class |
DirectModel
todo document |
| Uses of Disposable in org.mule.impl.model.pipeline |
| Classes in org.mule.impl.model.pipeline that implement Disposable | |
class |
PipelineComponent
todo document |
class |
PipelineModel
todo document |
| Uses of Disposable in org.mule.impl.model.seda |
| Classes in org.mule.impl.model.seda that implement Disposable | |
class |
SedaComponent
A Seda component runs inside a Seda Model and is responsible for managing a Seda Queue and thread pool for a Mule sevice component. |
class |
SedaModel
A mule component service model that uses Seda principals to achieve high throughput by Quing events for compoonents and processing them concurrently. |
| Uses of Disposable in org.mule.impl.model.seda.optimised |
| Classes in org.mule.impl.model.seda.optimised that implement Disposable | |
class |
OptimisedMuleProxy
MuleProxy is a proxy to a UMO. |
class |
OptimisedSedaComponent
A Seda component runs inside a Seda Model and is responsible for managing a Seda Queue and thread pool for a Mule sevice component. |
class |
OptimisedSedaModel
A mule component service model that uses Seda principals to achieve high throughput by Quing events for compoonents and processing them concurrently. |
| Uses of Disposable in org.mule.impl.work |
| Classes in org.mule.impl.work that implement Disposable | |
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 Disposable in org.mule.interceptors |
| Subinterfaces of Disposable in org.mule.interceptors | |
interface |
LifecycleInterceptor
LifecycleInterceptor is a UMOInterceptor interface with two
additional lifecycle methods provided by Initialisable and
Disposable |
| Classes in org.mule.interceptors that implement Disposable | |
class |
InterceptorStack
Maintains a list of interceptors that can be applied to components |
| Uses of Disposable in org.mule.providers |
| Classes in org.mule.providers that implement Disposable | |
class |
AbstractConnector
AbstractConnector provides base functionality for all connectors
provided with Mule. |
class |
AbstractJndiConnector
Code by (c) 2005 P.Oikari. |
class |
AbstractMessageDispatcher
AbstractMessageDispatcher provides a default dispatch (client)
support for handling threads lifecycle and validation. |
class |
AbstractMessageReceiver
AbstractMessageReceiver provides common methods for all Message
Receivers provided with Mule. |
class |
AbstractServiceEnabledConnector
AbstractServiceEnabledConnector initialises a connector from a
service descriptor. |
class |
PollingMessageReceiver
PollingMessageReceiver implements a polling message receiver. |
class |
TransactedPollingMessageReceiver
The TransactedPollingMessageReceiver is an abstract receiver that handles polling and transaction management. |
| Uses of Disposable in org.mule.umo |
| Subinterfaces of Disposable in org.mule.umo | |
interface |
UMOComponent
UMOComponent is the interal repesentation of a Mule Managed
component. |
| Uses of Disposable in org.mule.umo.lifecycle |
| Subinterfaces of Disposable in org.mule.umo.lifecycle | |
interface |
Lifecycle
Lifecycle adds lifecycle methods start,
stop and dispose. |
interface |
UMOLifecycleAdapter
UMOLifecycleAdapter TODO (document class) |
| Uses of Disposable in org.mule.umo.manager |
| Subinterfaces of Disposable in org.mule.umo.manager | |
interface |
UMOAgent
UMOAgent is a server plugin that can be initialised, started and
destroyed along with the UMOManager itself. |
interface |
UMOContainerContext
UMOContainerContext defines the contract between Mule and an
underlying container such as String or Pico. |
interface |
UMOManager
UMOManager maintains and provides services for a UMO server
instance. |
interface |
UMOWorkManager
UMOWorkManager Extends the stanard WorkManager to add lifecycle
methods |
| Uses of Disposable in org.mule.umo.model |
| Subinterfaces of Disposable in org.mule.umo.model | |
interface |
UMOModel
The UMOModel encapsulates and manages the runtime behaviour of a
Mule Server instance. |
| Uses of Disposable in org.mule.umo.provider |
| Subinterfaces of Disposable in org.mule.umo.provider | |
interface |
UMOConnector
UMOConnector is the mechanism used to connect to external systems
and protocols in order to send and receive data. |
interface |
UMOMessageDispatcher
UMOMessageDispatcher is the interface responsible for distpatching
events to a particular transport. |
interface |
UMOMessageReceiver
UMOMessageReceiver is used to receive data from an external system. |
| Uses of Disposable in org.mule.util.monitor |
| Classes in org.mule.util.monitor that implement Disposable | |
class |
ExpiryMonitor
ExpiryMonitor can monitor objects beased on an expiry time and can
invoke a callback method once the object time has expired. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||