org.mule.impl.internal.events
Class AdminEvent
java.lang.Object
java.util.EventObject
org.mule.umo.manager.UMOServerEvent
org.mule.impl.internal.events.AdminEvent
- All Implemented Interfaces:
- java.io.Serializable
- public class AdminEvent
- extends UMOServerEvent
AdminEvent
is used to invoke actions on a remote mule server
- Version:
- $Revision: 1.3 $
- Author:
- Ross Mason
- See Also:
- Serialized Form
Fields inherited from class java.util.EventObject |
source |
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 |
ACTION_RECEIVE
public static final int ACTION_RECEIVE
- See Also:
- Constant Field Values
ACTION_DISPATCH
public static final int ACTION_DISPATCH
- See Also:
- Constant Field Values
ACTION_SEND
public static final int ACTION_SEND
- See Also:
- Constant Field Values
ACTION_INVOKE
public static final int ACTION_INVOKE
- See Also:
- Constant Field Values
AdminEvent
public AdminEvent(int action,
UMOMessage message,
java.lang.String endpoint)
getMessage
public UMOMessage getMessage()
getEndpoint
public java.lang.String getEndpoint()
setProperty
public void setProperty(java.lang.Object key,
java.lang.Object value)
getProperty
public java.lang.Object getProperty(java.lang.Object key)
getProperties
public java.util.Map getProperties()
getActionName
protected java.lang.String getActionName(int action)
- Specified by:
getActionName
in class UMOServerEvent
Copyright © 2003-2005 SymphonySoft Limited. All Rights Reserved.