|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
org.mule.umo.manager.UMOServerNotification
org.mule.impl.internal.notifications.ConnectionNotification
Is fired by a connector when a connection is made, or disconnected of the connection fails.
Field Summary | |
static int |
CONNECTION_CONNECTED
|
static int |
CONNECTION_DISCONNECTED
|
static int |
CONNECTION_FAILED
|
Fields inherited from class java.util.EventObject |
source |
Constructor Summary | |
ConnectionNotification(UMOConnectable resource,
String identifier,
int action)
|
Method Summary | |
protected String |
getActionName(int action)
|
protected String |
getPayloadToString()
|
String |
getType()
|
Methods inherited from class org.mule.umo.manager.UMOServerNotification |
getAction, getActionName, getResourceIdentifier, getServerId, getTimestamp, isResourceIdentifierAnUri, toString |
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 CONNECTION_CONNECTED
public static final int CONNECTION_FAILED
public static final int CONNECTION_DISCONNECTED
Constructor Detail |
public ConnectionNotification(UMOConnectable resource, String identifier, int action)
Method Detail |
protected String getPayloadToString()
getPayloadToString
in class UMOServerNotification
protected String getActionName(int action)
getActionName
in class UMOServerNotification
public String getType()
getType
in class UMOServerNotification
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |