|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
org.mule.api.context.notification.ServerNotification
org.mule.context.notification.CustomNotification
org.mule.example.notifications.HeartbeatNotification
public class HeartbeatNotification
A simple notification that fires repeatedly to notify tha the Mule server is alive and well.
Field Summary | |
---|---|
static int |
HEARTBEAT
|
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
HeartbeatNotification(MuleContext context)
|
Method Summary | |
---|---|
protected static java.lang.String |
getHostInfo()
|
java.lang.String |
toString()
|
Methods inherited from class org.mule.context.notification.CustomNotification |
---|
getActionNames |
Methods inherited from class org.mule.api.context.notification.ServerNotification |
---|
cloneMessage, generateId, getAction, getActionId, getActionName, getActionName, getPayloadToString, getResourceIdentifier, getServerId, getTimestamp, getType, isResourceIdentifierAnUri, registerAction, setMuleContext |
Methods inherited from class java.util.EventObject |
---|
getSource |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int HEARTBEAT
Constructor Detail |
---|
public HeartbeatNotification(MuleContext context)
Method Detail |
---|
protected static java.lang.String getHostInfo()
public java.lang.String toString()
toString
in class ServerNotification
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |