Package | Description |
---|---|
org.mule |
The Mule implementation of the Universal Message Objects(tm) API specification.
|
org.mule.api |
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.api.context.notification | |
org.mule.context.notification |
Internal server notification types fired via the MuleManager.
|
org.mule.module.client.remoting.notification | |
org.mule.transport.jms |
Provides Jms transport connectivity with support for all Jms features.
|
org.mule.transport.jms.activemq |
Provides Jms connectivity with ActiveMQ-specific workarounds and improvements.
|
org.mule.transport.jms.weblogic |
Provides Jms connectivity with Weblogic-specific workarounds and improvements.
|
org.mule.transport.jms.websphere |
Provides Jms connectivity with Websphere-specific workarounds and improvements.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultMuleContext.registerListener(ServerNotificationListener l) |
void |
DefaultMuleContext.registerListener(ServerNotificationListener l,
String resourceIdentifier) |
void |
DefaultMuleContext.unregisterListener(ServerNotificationListener l) |
Modifier and Type | Method and Description |
---|---|
void |
MuleContext.registerListener(ServerNotificationListener l)
Registers an intenal server event listener.
|
void |
MuleContext.registerListener(ServerNotificationListener l,
String resourceIdentifier)
Registers an intenal server event listener.
|
void |
MuleContext.unregisterListener(ServerNotificationListener l)
Unregisters a previously registered listener.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ComponentMessageNotificationListener
ComponentMessageNotificationListener is an observer interface that objects
can use to receive notifications about messages being processed by components |
interface |
ConnectionNotificationListener
ConnectionNotificationListener is an observer interface that
objects can implement and then register themselves with the Mule manager to be
notified when a Connection event occurs. |
interface |
CustomNotificationListener
CustomNotificationListener is an observer interface that can be
used to listen for Custom notifications using
UMOManager.fireCustomEvent(..) . |
interface |
EndpointMessageNotificationListener
EndpointMessageNotificationListener is an observer interface that objects
can use to receive notifications about messages being sent and received from endpoints |
interface |
ExceptionNotificationListener
ExceptionNotificationListener is an observer interface that
objects can implement and then register themselves with the Mule manager to be
notified when a Exception event occurs. |
interface |
ManagementNotificationListener
ManagementNotificationListener is an observer interface that
objects can use to receive notifications about the state of the Mule instance and
its resources |
interface |
MessageNotificationListener
MessageNotificationListener is an observer interface that objects
can use to receive notifications about messages being sent and received from a
Mule Server |
interface |
ModelNotificationListener
ModelNotificationListener is an observer interface that objects can
implement and then register themselves with the Mule manager to be notified when a
Model event occurs. |
interface |
MuleContextNotificationListener
MuleContextNotificationListener is an observer interface that objects
can implement and then register themselves with the Mule manager to be notified
when a Manager event occurs. |
interface |
RegistryNotificationListener
RegistryNotificationListener is an observer interface that objects
can implement and then register themselves with the MuleContext to be notified
when a Registry event occurs. |
interface |
RoutingNotificationListener
RoutingNotificationListener is an observer interface that objects
can use to receive notifications about routing events such as async-reply misses. |
interface |
SecurityNotificationListener
MuleContextNotificationListener is an observer interface that objects
can implement to receive notifications about secure access requests. |
interface |
ServiceNotificationListener
ServiceNotificationListener is an observer interface that objects
can implement and then register themselves with the Mule manager to be notified
when a Service event occurs. |
interface |
TransactionNotificationListener
TransactionNotificationListener is an observer interface that objects
can implement and then register themselves with the Mule manager to be notified
when a Transaction event occurs. |
Modifier and Type | Method and Description |
---|---|
ServerNotificationListener |
ListenerSubscriptionPair.getListener() |
Modifier and Type | Method and Description |
---|---|
void |
ServerNotificationManager.addListener(ServerNotificationListener listener) |
void |
ServerNotificationManager.addListenerSubscription(ServerNotificationListener listener,
String subscription) |
void |
ServerNotificationManager.removeListener(ServerNotificationListener listener)
This removes *all* registrations that reference this listener
|
void |
ListenerSubscriptionPair.setListener(ServerNotificationListener listener) |
Constructor and Description |
---|
ListenerSubscriptionPair(ServerNotificationListener listener) |
ListenerSubscriptionPair(ServerNotificationListener listener,
String subscription) |
Modifier and Type | Interface and Description |
---|---|
interface |
RemoteDispatcherNotificationListener
ManagementNotificationListener is an observer interface that
objects can use to receive notifications about the state of the Mule instance and
its resources |
Modifier and Type | Class and Description |
---|---|
class |
JmsConnector
JmsConnector is a JMS 1.0.2b compliant connector that can be used
by a Mule endpoint. |
Modifier and Type | Class and Description |
---|---|
class |
ActiveMQJmsConnector
ActiveMQ 4.x-specific JMS connector.
|
class |
ActiveMQXAJmsConnector |
Modifier and Type | Class and Description |
---|---|
class |
WeblogicJmsConnector
Weblogic-specific JMS connector.
|
Modifier and Type | Class and Description |
---|---|
class |
WebsphereJmsConnector
Websphere-specific JMS connector.
|
Copyright © 2003–2013 MuleSource, Inc.. All rights reserved.