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.lifecycle | |
org.mule.module.client.remoting.notification | |
org.mule.module.management.agent |
Management agents including agents for Jdmk, MX4J, and Log4J
|
org.mule.tck.functional |
Helper classes and interfaces used by Mule fnctional tests.
|
org.mule.transport.servlet.events | |
org.mule.transport.sftp.notification | |
org.mule.transport.soap.axis |
Provides an Axis soap transport for Mule.
|
org.mule.transport.soap.axis.wsdl |
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 |
AsyncMessageNotificationListener<T extends AsyncMessageNotification> |
interface |
ClusterNodeNotificationListener<T extends ClusterNodeNotification>
Defines a listener for
ClusterNodeNotification |
interface |
ComponentMessageNotificationListener<T extends ComponentMessageNotification>
ComponentMessageNotificationListener is an observer interface that objects
can use to receive notifications about messages being processed by components |
interface |
ConnectionNotificationListener<T extends ConnectionNotification>
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 |
ConnectorMessageNotificationListener<T extends ConnectorMessageNotification>
Observer interface to receive notifications about messages being sent and received from connectors
|
interface |
CustomNotificationListener<T extends ServerNotification>
CustomNotificationListener is an observer interface that can be
used to listen for Custom notifications using
MuleContext.fireCustomEvent(..) . |
interface |
EndpointMessageNotificationListener<T extends EndpointMessageNotification>
EndpointMessageNotificationListener is an observer interface that objects
can use to receive notifications about messages being sent and received from endpoints |
interface |
ExceptionNotificationListener<T extends ExceptionNotification>
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 |
ExceptionStrategyNotificationListener<T extends ExceptionStrategyNotification> |
interface |
ManagementNotificationListener<T extends ManagementNotification>
ManagementNotificationListener is an observer interface that
objects can use to receive notifications about the state of the Mule instance and
its resources |
interface |
MessageProcessorNotificationListener<T extends MessageProcessorNotification> |
interface |
ModelNotificationListener<T extends ModelNotification>
Deprecated.
|
interface |
MuleContextNotificationListener<T extends MuleContextNotification>
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 |
PipelineMessageNotificationListener<T extends PipelineMessageNotification> |
interface |
RegistryNotificationListener<T extends RegistryNotification>
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<T extends RoutingNotification>
RoutingNotificationListener is an observer interface that objects
can use to receive notifications about routing events such as async-reply misses. |
interface |
SecurityNotificationListener<T extends SecurityNotification>
MuleContextNotificationListener is an observer interface that objects
can implement to receive notifications about secure access requests. |
interface |
ServiceNotificationListener<T extends ServiceNotification>
Deprecated.
|
interface |
TransactionNotificationListener<T extends TransactionNotification>
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 |
---|---|
boolean |
ServerNotificationHandler.isListenerRegistered(ServerNotificationListener listener) |
Modifier and Type | Class and Description |
---|---|
class |
FlowNotificationTextDebugger
Listener for PipelineMessageNotification that delegates notifications to NotificationTextDebugger
|
class |
MessageProcessorTextDebugger
Listener for MessageProcessorNotification that delegates notifications to NotificationTextDebugger
|
Modifier and Type | Method and Description |
---|---|
ServerNotificationListener |
ListenerSubscriptionPair.getListener() |
Modifier and Type | Method and Description |
---|---|
Map<Class<? extends ServerNotificationListener>,Set<Class<? extends ServerNotification>>> |
ServerNotificationManager.getInterfaceToTypes() |
Modifier and Type | Method and Description |
---|---|
void |
ServerNotificationManager.addListener(ServerNotificationListener<?> listener) |
void |
ServerNotificationManager.addListenerSubscription(ServerNotificationListener<?> listener,
String subscription) |
boolean |
ServerNotificationManager.isListenerRegistered(ServerNotificationListener listener) |
boolean |
OptimisedNotificationHandler.isListenerRegistered(ServerNotificationListener listener) |
void |
ServerNotificationManager.removeListener(ServerNotificationListener<?> listener)
This removes *all* registrations that reference this listener
|
void |
ListenerSubscriptionPair.setListener(ServerNotificationListener listener) |
Modifier and Type | Method and Description |
---|---|
void |
ServerNotificationManager.addInterfaceToType(Class<? extends ServerNotificationListener> iface,
Class<? extends ServerNotification> event) |
void |
ServerNotificationManager.disableInterface(Class<? extends ServerNotificationListener> iface) |
void |
ServerNotificationManager.removeAllListeners(Collection<ServerNotificationListener> listeners)
Deprecated.
|
void |
ServerNotificationManager.setDisabledInterfaces(Collection<Class<? extends ServerNotificationListener>> interfaces) |
void |
ServerNotificationManager.setDisabledTypes(Collection<Class<? extends ServerNotificationListener>> types)
Deprecated.
|
void |
ServerNotificationManager.setInterfaceToTypes(Map<Class<? extends ServerNotificationListener>,Set<Class<? extends ServerNotification>>> interfaceToEvents) |
Constructor and Description |
---|
ListenerSubscriptionPair(ServerNotificationListener listener) |
ListenerSubscriptionPair(ServerNotificationListener listener,
String subscription) |
Modifier and Type | Class and Description |
---|---|
class |
PrimaryNodeLifecycleNotificationListener
This class will start an Startable mule object that must only be started in the primary node.
|
Modifier and Type | Interface and Description |
---|---|
interface |
RemoteDispatcherNotificationListener<T extends RemoteDispatcherNotification>
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
protected class |
AbstractJmxAgent.MuleContextStartedListener |
protected class |
AbstractJmxAgent.MuleContextStoppedListener |
Modifier and Type | Interface and Description |
---|---|
interface |
FunctionalTestNotificationListener
By implementing this listener interface and registering the object with the
MuleContext.registerListener(ServerNotificationListener)
You can receive FunctionalTestNotification s from the FunctionalTestComponent . |
Modifier and Type | Interface and Description |
---|---|
interface |
ServletContextNotificationListener<T extends ServletContextNotification> |
Modifier and Type | Interface and Description |
---|---|
interface |
SftpTransportNotificationListener
SftpTransportNotificationListener is an observer interface that
objects can use to receive notifications about sftp operations such as put, get,
rename and delete being performed by the sftp transport. |
Modifier and Type | Class and Description |
---|---|
class |
AxisConnector
AxisConnector is used to maintain one or more Services for Axis
server instance. |
Modifier and Type | Class and Description |
---|---|
class |
AxisWsdlConnector
TODO document
|
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.