public class

ConnectivityNotification

extends CustomNotification
implements BlockingServerEvent
java.lang.Object
   ↳ java.util.EventObject
     ↳ org.mule.api.context.notification.ServerNotification
       ↳ org.mule.context.notification.CustomNotification
         ↳ org.mule.api.ConnectivityNotification

Class Overview

Custom notification fired when there is a change in connectivity

Summary

Constants
int NO_CONNECTIVITY_EVENT_ACTION
[Expand]
Inherited Constants
From class org.mule.api.context.notification.ServerNotification
[Expand]
Inherited Fields
From class org.mule.api.context.notification.ServerNotification
From class java.util.EventObject
Public Constructors
ConnectivityNotification(MuleEvent source, ConnectionException exception)
Public Methods
ConnectionException getConnectionException()
final MuleEvent getSource()
[Expand]
Inherited Methods
From class org.mule.context.notification.CustomNotification
From class org.mule.api.context.notification.ServerNotification
From class java.util.EventObject
From class java.lang.Object
From interface org.mule.api.context.MuleContextAware

Constants

public static final int NO_CONNECTIVITY_EVENT_ACTION

Constant Value: 250001 (0x0003d091)

Public Constructors

public ConnectivityNotification (MuleEvent source, ConnectionException exception)

Public Methods

public ConnectionException getConnectionException ()

public final MuleEvent getSource ()