org.mule.impl.internal.notifications
Class ModelNotification
java.lang.Object
java.util.EventObject
org.mule.umo.manager.UMOServerNotification
org.mule.impl.internal.notifications.ModelNotification
- All Implemented Interfaces:
- BlockingServerEvent, Serializable
- public class ModelNotification
- extends UMOServerNotification
- implements BlockingServerEvent
ModelNotification
is fired when an event such as the model starting
occurs. The payload of this event will always be a reference to the model.
- See Also:
UMOModel
,
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, EXCEPTION_EVENT_ACTION_START_RANGE, 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, TRANSACTION_EVENT_ACTION_START_RANGE, TYPE_ERROR, TYPE_FATAL, TYPE_INFO, TYPE_WARNING |
MODEL_INITIALISING
public static final int MODEL_INITIALISING
- See Also:
- Constant Field Values
MODEL_INITIALISED
public static final int MODEL_INITIALISED
- See Also:
- Constant Field Values
MODEL_INITIALISING_LISTENERS
public static final int MODEL_INITIALISING_LISTENERS
- See Also:
- Constant Field Values
MODEL_INITIALISED_LISTENERS
public static final int MODEL_INITIALISED_LISTENERS
- See Also:
- Constant Field Values
MODEL_STARTING
public static final int MODEL_STARTING
- See Also:
- Constant Field Values
MODEL_STARTED
public static final int MODEL_STARTED
- See Also:
- Constant Field Values
MODEL_STOPPING
public static final int MODEL_STOPPING
- See Also:
- Constant Field Values
MODEL_STOPPED
public static final int MODEL_STOPPED
- See Also:
- Constant Field Values
MODEL_DISPOSING
public static final int MODEL_DISPOSING
- See Also:
- Constant Field Values
MODEL_DISPOSED
public static final int MODEL_DISPOSED
- See Also:
- Constant Field Values
ModelNotification
public ModelNotification(UMOModel model,
int action)
getPayloadToString
protected String getPayloadToString()
- Overrides:
getPayloadToString
in class UMOServerNotification
getActionName
protected String getActionName(int action)
- Specified by:
getActionName
in class UMOServerNotification
Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.