|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Stoppable | |
| 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.impl | The Mule implementation of the Universal Message Objects(tm) API specification. |
| org.mule.impl.internal.admin | Admin components and Agents used to control and Monitor Mule |
| 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.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.providers | Contains Abstract classes providing common functionality for all Mule providers. |
| org.mule.providers.dq | |
| org.mule.providers.ejb | |
| org.mule.providers.email | Provides pop3, smtp and imap connectivity for Mule. |
| org.mule.providers.file | Provides file transport in the form of a directory listeners and file dispatchers. |
| org.mule.providers.ftp | |
| org.mule.providers.http | Provides http transport including proxy support. |
| org.mule.providers.http.jetty | |
| org.mule.providers.http.servlet | |
| org.mule.providers.jbi | Allows JBI components to interact with Mule. |
| org.mule.providers.jdbc | Provides jdbc transport. |
| org.mule.providers.jms | Provides Jms transport connectivity with support for all Jms features. |
| org.mule.providers.multicast | IP multicast connectivity for Mule. |
| org.mule.providers.oracle.jms | |
| org.mule.providers.quartz | |
| org.mule.providers.rmi | |
| org.mule.providers.soap.axis | Provides an Axis soap transport for Mule. |
| org.mule.providers.soap.glue | Provides an Glue soap transport for Mule. |
| org.mule.providers.soap.xfire | |
| org.mule.providers.space | Allows Mule to send and receive events via the Mule Space API. |
| org.mule.providers.ssl | Provides tcp connectivity over Ssl for Mule. |
| org.mule.providers.stream | |
| org.mule.providers.tcp | Provides tcp connectivity for Mule. |
| org.mule.providers.udp | Provides Udp connectivity for Mule. |
| org.mule.providers.vm | A connector implementation allowing events to be passed between Mule sessions via in-memory queues. |
| org.mule.providers.xmpp | |
| 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.testmodels.fruit | Contains the Fruit test model used by the tck and all other testcases in Mule. |
| org.mule.tck.testmodels.mule | |
| 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. |
| Uses of Stoppable in org.mule |
| Classes in org.mule that implement Stoppable | |
class |
MuleManager
MuleManager maintains and provides services for a Mule instance. |
| Uses of Stoppable in org.mule.components.script |
| Classes in org.mule.components.script that implement Stoppable | |
class |
AbstractScriptComponent
AbstractScriptComponent is a component that can execute scripts as
components in Mule. |
| Uses of Stoppable in org.mule.impl |
| Classes in org.mule.impl that implement Stoppable | |
class |
DefaultLifecycleAdapter
DefaultLifecycleAdapter provides lifecycle methods for all Mule
managed components. |
| Uses of Stoppable in org.mule.impl.internal.admin |
| Classes in org.mule.impl.internal.admin that implement Stoppable | |
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 Stoppable in org.mule.impl.model |
| Subinterfaces of Stoppable in org.mule.impl.model | |
interface |
MuleProxy
MuleProxy is a proxy to a UMO. |
| Classes in org.mule.impl.model that implement Stoppable | |
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 Stoppable in org.mule.impl.model.direct |
| Classes in org.mule.impl.model.direct that implement Stoppable | |
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 Stoppable in org.mule.impl.model.pipeline |
| Classes in org.mule.impl.model.pipeline that implement Stoppable | |
class |
PipelineComponent
todo document |
class |
PipelineModel
todo document |
| Uses of Stoppable in org.mule.impl.model.seda |
| Classes in org.mule.impl.model.seda that implement Stoppable | |
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 Stoppable in org.mule.impl.model.seda.optimised |
| Classes in org.mule.impl.model.seda.optimised that implement Stoppable | |
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 Stoppable in org.mule.impl.work |
| Classes in org.mule.impl.work that implement Stoppable | |
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 Stoppable in org.mule.management.agents |
| Classes in org.mule.management.agents that implement Stoppable | |
class |
DefaultJmxSupportAgent
todo document |
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 |
JmxServerNotificationAgent
An agent that propergates Mule Server notifications to Jmx. |
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.. |
class |
RmiRegistryAgent
Binds to an existing RMI registry or creates a new one on a defined URI. |
| Uses of Stoppable in org.mule.management.mbeans |
| Subinterfaces of Stoppable in org.mule.management.mbeans | |
interface |
ComponentServiceMBean
ComponentServiceMBean defines the management interface for a mule
managed component |
| Classes in org.mule.management.mbeans that implement Stoppable | |
class |
ComponentService
ComponentService exposes service information about a Mule Managed
component |
| Uses of Stoppable in org.mule.providers |
| Classes in org.mule.providers that implement Stoppable | |
class |
AbstractMessageReceiver
AbstractMessageReceiver provides common methods for all Message
Receivers provided with Mule. |
class |
PollingMessageReceiver
PollingMessageReceiver implements a polling message receiver. |
class |
TransactedPollingMessageReceiver
The TransactedPollingMessageReceiver is an abstract receiver that handles polling and transaction management. |
| Uses of Stoppable in org.mule.providers.dq |
| Classes in org.mule.providers.dq that implement Stoppable | |
class |
DQMessageReceiver
DQMessageReceiver TODO document |
| Uses of Stoppable in org.mule.providers.ejb |
| Classes in org.mule.providers.ejb that implement Stoppable | |
class |
EjbMessageReceiver
Will repeatedly call a method on an EJB object. |
| Uses of Stoppable in org.mule.providers.email |
| Classes in org.mule.providers.email that implement Stoppable | |
class |
Pop3MessageReceiver
Pop3MessageReceiver polls a POP3 mailbox for messages, removes the
messages and routes them as events into Mule. |
| Uses of Stoppable in org.mule.providers.file |
| Classes in org.mule.providers.file that implement Stoppable | |
class |
FileMessageReceiver
FileMessageReceiver is a polling listener that reads files from a
directory. |
| Uses of Stoppable in org.mule.providers.ftp |
| Classes in org.mule.providers.ftp that implement Stoppable | |
class |
FtpMessageReceiver
|
| Uses of Stoppable in org.mule.providers.http |
| Classes in org.mule.providers.http that implement Stoppable | |
class |
HttpMessageReceiver
HttpMessageReceiver is a simple http server that can be used to
listen for HTTP requests on a particular port. |
class |
HttpsMessageReceiver
HttpsMessageReceiver is a Https server implementation used to
receive incoming requests over https |
class |
PollingHttpMessageReceiver
Will poll an http URL and use the response as the input for a service request. |
| Uses of Stoppable in org.mule.providers.http.jetty |
| Classes in org.mule.providers.http.jetty that implement Stoppable | |
class |
JettyHttpMessageReceiver
HttpMessageReceiver is a simple http server that can be used to
listen for http requests on a particular port |
| Uses of Stoppable in org.mule.providers.http.servlet |
| Classes in org.mule.providers.http.servlet that implement Stoppable | |
class |
ServletMessageReceiver
ServletMessageReceiver is a receiver that is invoked from a Servlet
when an event is received. |
| Uses of Stoppable in org.mule.providers.jbi |
| Classes in org.mule.providers.jbi that implement Stoppable | |
class |
JbiMessageReceiver
Is a Jbi component that can receive events over Mule transports. |
| Uses of Stoppable in org.mule.providers.jdbc |
| Classes in org.mule.providers.jdbc that implement Stoppable | |
class |
JdbcMessageReceiver
TODO |
| Uses of Stoppable in org.mule.providers.jms |
| Classes in org.mule.providers.jms that implement Stoppable | |
class |
JmsMessageReceiver
Registers a single JmsMessage listener but uses a thread pool to process incoming messages |
class |
SingleJmsMessageReceiver
Registers a single Jms MessageListener for an endpoint |
class |
TransactedJmsMessageReceiver
|
class |
TransactedSingleResourceJmsMessageReceiver
|
| Uses of Stoppable in org.mule.providers.multicast |
| Classes in org.mule.providers.multicast that implement Stoppable | |
class |
MulticastMessageReceiver
MulticastMessageReceiver TODO (document class) |
| Uses of Stoppable in org.mule.providers.oracle.jms |
| Classes in org.mule.providers.oracle.jms that implement Stoppable | |
class |
OracleJmsMessageReceiver
|
| Uses of Stoppable in org.mule.providers.quartz |
| Classes in org.mule.providers.quartz that implement Stoppable | |
class |
QuartzMessageReceiver
Listens for Quartz sheduled events using the Receiver Job and fires events to the component associated with this receiver. |
| Uses of Stoppable in org.mule.providers.rmi |
| Classes in org.mule.providers.rmi that implement Stoppable | |
class |
RmiCallbackMessageReceiver
TODO |
class |
RmiMessageReceiver
Will repeatedly call a method on a Remote object. |
| Uses of Stoppable in org.mule.providers.soap.axis |
| Classes in org.mule.providers.soap.axis that implement Stoppable | |
class |
AxisMessageReceiver
AxisMessageReceiver is used to register a component as a service
with a Axis server. |
| Uses of Stoppable in org.mule.providers.soap.glue |
| Classes in org.mule.providers.soap.glue that implement Stoppable | |
class |
GlueMessageReceiver
GlueMessageReceiver is used to receive Glue bounded services for
Mule components. |
| Uses of Stoppable in org.mule.providers.soap.xfire |
| Classes in org.mule.providers.soap.xfire that implement Stoppable | |
class |
XFireMessageReceiver
Used to register an Xfire endpoint registered with Mule and associated with a component This receiver is responsible or registering the transport endpoint i.e. |
class |
XFireServiceComponent
The Xfire service component receives requests for Xfire services it manages and marshalls requests and responses |
| Uses of Stoppable in org.mule.providers.space |
| Classes in org.mule.providers.space that implement Stoppable | |
class |
SpaceMessageReceiver
SpaceMessageReceiver registers a listener on a Space, which can be
a JavaSpace, Rio space, JCache implementation of an internal Mule space. |
class |
TransactedSpaceMessageReceiver
Registers a transacted message listener on a Space. |
| Uses of Stoppable in org.mule.providers.ssl |
| Classes in org.mule.providers.ssl that implement Stoppable | |
class |
SslMessageReceiver
SslMessageReceiver acts like a tcp server to receive socket
requests using SSL. |
| Uses of Stoppable in org.mule.providers.stream |
| Classes in org.mule.providers.stream that implement Stoppable | |
class |
StreamMessageReceiver
StreamMessageReceiver is a listener for events from Mule components
which then simply passes the events on to the target components. |
| Uses of Stoppable in org.mule.providers.tcp |
| Classes in org.mule.providers.tcp that implement Stoppable | |
class |
TcpMessageReceiver
TcpMessageReceiver acts like a tcp server to receive socket
requests. |
class |
TcpStreamingMessageReceiver
TcpStreamingMessageReceiver establishes a tcp client connection to
an external server and reads the streaming data. |
| Uses of Stoppable in org.mule.providers.udp |
| Classes in org.mule.providers.udp that implement Stoppable | |
class |
UdpMessageReceiver
UdpMessageReceiver receives UDP message packets. |
| Uses of Stoppable in org.mule.providers.vm |
| Classes in org.mule.providers.vm that implement Stoppable | |
class |
VMMessageReceiver
VMMessageReceiver is a listener of events from a mule component
which then simply passes the events on to the target component. |
| Uses of Stoppable in org.mule.providers.xmpp |
| Classes in org.mule.providers.xmpp that implement Stoppable | |
class |
XmppMessageReceiver
XmppMessageReceiver is responsible for receiving Mule events over XMPP. |
| Uses of Stoppable in org.mule.ra |
| Classes in org.mule.ra that implement Stoppable | |
class |
DelegateWorkManager
DelegateWorkManager TODO |
class |
JcaComponent
JcaComponent Is the type of component used in Mule when embedded
inside an app server using JCA. |
class |
JcaModel
Creates a model suitable for Jca execution |
| Uses of Stoppable in org.mule.tck.testmodels.fruit |
| Classes in org.mule.tck.testmodels.fruit that implement Stoppable | |
class |
WaterMelon
|
| Uses of Stoppable in org.mule.tck.testmodels.mule |
| Classes in org.mule.tck.testmodels.mule that implement Stoppable | |
class |
TestAgent
Mock agent |
class |
TestDefaultLifecycleAdapter
TestDefaultLifecycleAdapter TODO (document class) |
| Uses of Stoppable in org.mule.umo |
| Subinterfaces of Stoppable in org.mule.umo | |
interface |
UMOComponent
UMOComponent is the interal repesentation of a Mule Managed
component. |
| Uses of Stoppable in org.mule.umo.lifecycle |
| Subinterfaces of Stoppable in org.mule.umo.lifecycle | |
interface |
Lifecycle
Lifecycle adds lifecycle methods start,
stop and dispose. |
interface |
UMOLifecycleAdapter
UMOLifecycleAdapter TODO (document class) |
| Uses of Stoppable in org.mule.umo.manager |
| Subinterfaces of Stoppable 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 |
UMOManager
UMOManager maintains and provides services for a UMO server
instance. |
interface |
UMOWorkManager
UMOWorkManager Extends the stanard WorkManager to add lifecycle
methods |
| Uses of Stoppable in org.mule.umo.model |
| Subinterfaces of Stoppable in org.mule.umo.model | |
interface |
UMOModel
The UMOModel encapsulates and manages the runtime behaviour of a
Mule Server instance. |
| Uses of Stoppable in org.mule.umo.provider |
| Subinterfaces of Stoppable in org.mule.umo.provider | |
interface |
UMOMessageReceiver
UMOMessageReceiver is used to receive data from an external system. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||