org.mule.impl.internal.notifications
Class ManagerNotification
java.lang.Object
java.util.EventObject
org.mule.umo.manager.UMOServerNotification
org.mule.impl.internal.notifications.ManagerNotification
- All Implemented Interfaces:
- BlockingServerEvent, Serializable
- public class ManagerNotification
- extends UMOServerNotification
- implements BlockingServerEvent
ManagerNotification is fired when an event such as the manager
starting occurs. The payload of this event will always be a reference to the
manager.
- Version:
- $Revision: 3798 $
- Author:
- Ross Mason
- See Also:
MuleManager,
UMOManager,
Serialized Form
| Fields inherited from class org.mule.umo.manager.UMOServerNotification |
action, ADMIN_EVENT_ACTION_START_RANGE, COMPONENT_EVENT_ACTION_START_RANGE, CONNECTION_EVENT_ACTION_START_RANGE, CUSTOM_EVENT_ACTION_START_RANGE, EVENT_NAME, MANAGEMENT_EVENT_ACTION_START_RANGE, MANAGER_EVENT_ACTION_START_RANGE, MESSAGE_EVENT_ACTION_START_RANGE, MODEL_EVENT_ACTION_START_RANGE, NULL_ACTION, NULL_MESSAGE, REGISTRY_EVENT_ACTION_START_RANGE, resourceIdentifier, SECURITY_EVENT_ACTION_START_RANGE, serverId, SPACE_EVENT_ACTION_START_RANGE, timestamp, TYPE_ERROR, TYPE_FATAL, TYPE_INFO, TYPE_WARNING |
MANAGER_INITIALISNG
public static final int MANAGER_INITIALISNG
- See Also:
- Constant Field Values
MANAGER_INITIALISED
public static final int MANAGER_INITIALISED
- See Also:
- Constant Field Values
MANAGER_STARTING
public static final int MANAGER_STARTING
- See Also:
- Constant Field Values
MANAGER_STARTED
public static final int MANAGER_STARTED
- See Also:
- Constant Field Values
MANAGER_STOPPING
public static final int MANAGER_STOPPING
- See Also:
- Constant Field Values
MANAGER_STOPPED
public static final int MANAGER_STOPPED
- See Also:
- Constant Field Values
MANAGER_DISPOSING
public static final int MANAGER_DISPOSING
- See Also:
- Constant Field Values
MANAGER_DISPOSED
public static final int MANAGER_DISPOSED
- See Also:
- Constant Field Values
MANAGER_DISPOSING_CONNECTORS
public static final int MANAGER_DISPOSING_CONNECTORS
- See Also:
- Constant Field Values
MANAGER_DISPOSED_CONNECTORS
public static final int MANAGER_DISPOSED_CONNECTORS
- See Also:
- Constant Field Values
ManagerNotification
public ManagerNotification(UMOManager message,
int action)
getPayloadToString
protected String getPayloadToString()
- Overrides:
getPayloadToString in class UMOServerNotification
getActionName
protected String getActionName(int action)
- Specified by:
getActionName in class UMOServerNotification
toString
public String toString()
- Overrides:
toString in class UMOServerNotification
Copyright © 2003-2006 MuleSource Inc.. All Rights Reserved.