| 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
|
[Expand]
Inherited Constants |
From class
org.mule.api.context.notification.ServerNotification
| int |
ADMIN_EVENT_ACTION_START_RANGE |
|
| int |
COMPONENT_EVENT_ACTION_START_RANGE |
|
| int |
CONNECTION_EVENT_ACTION_START_RANGE |
|
| int |
CONTEXT_EVENT_ACTION_START_RANGE |
|
| int |
CUSTOM_EVENT_ACTION_START_RANGE |
|
| int |
EXCEPTION_EVENT_ACTION_START_RANGE |
|
| int |
FLOW_CONSTRUCT_EVENT_ACTION_START_RANGE |
|
| int |
MANAGEMENT_EVENT_ACTION_START_RANGE |
|
| int |
MESSAGE_EVENT_ACTION_START_RANGE |
|
| int |
MESSAGE_PROCESSOR_EVENT_ACTION_START_RANGE |
|
| int |
MODEL_EVENT_ACTION_START_RANGE |
|
| int |
NO_ACTION_ID |
|
| String |
NO_ACTION_NAME |
|
| int |
NULL_ACTION |
|
| Object |
NULL_MESSAGE |
|
| int |
REGISTRY_EVENT_ACTION_START_RANGE |
|
| int |
ROUTING_EVENT_ACTION_START_RANGE |
|
| int |
SECURITY_EVENT_ACTION_START_RANGE |
|
| int |
SERVICE_EVENT_ACTION_START_RANGE |
|
| int |
SPACE_EVENT_ACTION_START_RANGE |
|
| int |
TRANSACTION_EVENT_ACTION_START_RANGE |
|
| String |
TYPE_ERROR |
|
| String |
TYPE_FATAL |
|
| String |
TYPE_INFO |
|
| String |
TYPE_TRACE |
|
| String |
TYPE_WARNING |
|
|
|
[Expand]
Inherited Fields |
From class
org.mule.api.context.notification.ServerNotification
|
public
final
String |
EVENT_NAME |
|
|
protected
int |
action |
|
|
protected
MuleContext |
muleContext |
|
|
protected
String |
resourceIdentifier |
|
|
protected
String |
serverId |
|
|
protected
long |
timestamp |
|
|
From class
java.util.EventObject
|
|
[Expand]
Inherited Methods |
From class
org.mule.context.notification.CustomNotification
|
From class
org.mule.api.context.notification.ServerNotification
|
static
MuleMessage
|
cloneMessage(MuleMessage arg0)
|
|
static
String
|
generateId(MuleContext arg0)
|
|
int
|
getAction()
|
|
static
int
|
getActionId(String arg0)
|
|
String
|
getActionName()
|
|
static
String
|
getActionName(int arg0)
|
|
String
|
getPayloadToString()
|
|
String
|
getResourceIdentifier()
|
|
String
|
getServerId()
|
|
long
|
getTimestamp()
|
|
String
|
getType()
|
|
boolean
|
isResourceIdentifierAnUri()
|
|
synchronized
static
void
|
registerAction(String arg0, int arg1)
|
|
void
|
setMuleContext(MuleContext arg0)
|
|
String
|
toString()
|
|
From class
java.util.EventObject
|
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait()
|
|
final
void
|
wait(long arg0)
|
|
final
void
|
wait(long arg0, int arg1)
|
|
From interface
org.mule.api.context.MuleContextAware
|
abstract
void
|
setMuleContext(MuleContext arg0)
|
|
Constants
public
static
final
int
NO_CONNECTIVITY_EVENT_ACTION
Constant Value:
250001
(0x0003d091)
Public Constructors
Public Methods
public
final
MuleEvent
getSource
()