|
|||||||||||
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.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.management.mbeans | |
org.mule.providers | Contains Abstract classes providing common functionality for all Mule providers. |
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.http | Provides http transport including proxy support. |
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.servlet | Allows the Mule server to easily interact with a servlet engine. |
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.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.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 compoennt that can execute scripts
as components in Mule. |
Uses of Stoppable in org.mule.extras.groovy |
Classes in org.mule.extras.groovy that implement Stoppable | |
class |
GroovyComponent
GroovyComponent allows a grooy object ot managed as a Mule
component. |
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. |
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 Stoppable in org.mule.impl.internal.admin |
Classes in org.mule.impl.internal.admin that implement Stoppable | |
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 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 |
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 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 |
AbstractConnector
AbstractConnector provides base functionality for all connectors provided with
Mule. |
class |
AbstractServiceEnabledConnector
AbstractServiceEnabledConnector initialises a connector from a sercive
descriptor. |
Uses of Stoppable in org.mule.providers.email |
Classes in org.mule.providers.email that implement Stoppable | |
class |
MailConnector
MailConnector A delegate endpoint that encapsulates
a pop3 and smtp endpoint for convenience |
class |
Pop3Connector
Pop3Connector is used to connect and receive mail from a
pop3 mailbox |
class |
SmtpConnector
SmtpConnector is used to connect to and send data to
an SMTP mail server |
Uses of Stoppable in org.mule.providers.file |
Classes in org.mule.providers.file that implement Stoppable | |
class |
FileConnector
FileConnector is used for setting up listeners on a directory and
for writing files to a directory. |
Uses of Stoppable in org.mule.providers.http |
Classes in org.mule.providers.http that implement Stoppable | |
class |
HttpConnector
HttpConnector provides a way of receiving and sending http
requests and responses. |
class |
HttpsConnector
HttpsConnector provides Https connectivity |
Uses of Stoppable in org.mule.providers.jdbc |
Classes in org.mule.providers.jdbc that implement Stoppable | |
class |
JdbcConnector
|
Uses of Stoppable in org.mule.providers.jms |
Classes in org.mule.providers.jms that implement Stoppable | |
class |
JmsConnector
JmsConnector is a JMS 1.0.2b compliant connector that can be used by a Mule
endpoint. |
Uses of Stoppable in org.mule.providers.multicast |
Classes in org.mule.providers.multicast that implement Stoppable | |
class |
MulticastConnector
MulticastConnector can dispatch mule events using ip multicasting |
Uses of Stoppable in org.mule.providers.servlet |
Classes in org.mule.providers.servlet that implement Stoppable | |
class |
ServletConnector
ServletConnector is a channel adapter between Mule and a servlet engine. |
Uses of Stoppable in org.mule.providers.soap.axis |
Classes in org.mule.providers.soap.axis that implement Stoppable | |
class |
AxisConnector
AxisConnector is used to maintain one or more Services for
Axis server instance. |
Uses of Stoppable in org.mule.providers.soap.glue |
Classes in org.mule.providers.soap.glue that implement Stoppable | |
class |
GlueConnector
GlueConnector instanciates a Glue soap server and allows beans to be
dynamically exposed a swebservices simply by registering with the connector |
Uses of Stoppable in org.mule.providers.ssl |
Classes in org.mule.providers.ssl that implement Stoppable | |
class |
SslConnector
TcpConnector can bind or sent to a given tcp port on a given host. |
class |
TlsConnector
TlsConnector Provides TLS connections |
Uses of Stoppable in org.mule.providers.stream |
Classes in org.mule.providers.stream that implement Stoppable | |
class |
StreamConnector
StreamConnector can send and receive mule events over IO streams. |
class |
SystemStreamConnector
SystemStreamConnector TODO |
Uses of Stoppable in org.mule.providers.tcp |
Classes in org.mule.providers.tcp that implement Stoppable | |
class |
TcpConnector
TcpConnector can bind or sent to a given tcp port on a given host. |
Uses of Stoppable in org.mule.providers.udp |
Classes in org.mule.providers.udp that implement Stoppable | |
class |
UdpConnector
UdpConnector can send and receive Mule events as Datagram packets |
Uses of Stoppable in org.mule.providers.vm |
Classes in org.mule.providers.vm that implement Stoppable | |
class |
VMConnector
VMConnector A simple endpoint wrapper to allow a Mule component to
be accessed from an endpoint |
Uses of Stoppable in org.mule.providers.xmpp |
Classes in org.mule.providers.xmpp that implement Stoppable | |
class |
XmppConnector
XmppConnector TODO |
Uses of Stoppable in org.mule.ra |
Classes in org.mule.ra that implement Stoppable | |
class |
DelegateWorkManager
DelegateWorkManager TODO |
class |
JcaComponent
JcaComponent TODO |
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 TODO (document class) |
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 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 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 |
UMOConnector
UMOConnector is the mechanism used to connect to external
systems and protocols in order to send and receive data. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |