org.mule.impl.internal.events
Class AdminEvent

java.lang.Object
  extended byjava.util.EventObject
      extended byorg.mule.umo.UMOServerEvent
          extended byorg.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.1.1.1 $
Author:
Ross Mason
See Also:
Serialized Form

Field Summary
static int ACTION_DISPATCH
           
static int ACTION_INVOKE
           
static int ACTION_RECEIVE
           
static int ACTION_SEND
           
 
Fields inherited from class org.mule.umo.UMOServerEvent
action, ADMIN_EVENT_ACTION_START_RANGE, COMPONENT_EVENT_ACTION_START_RANGE, CUSTOM_EVENT_ACTION_START_RANGE, MANAGEMENT_EVENT_ACTION_START_RANGE, MANAGER_EVENT_ACTION_START_RANGE, MODEL_EVENT_ACTION_START_RANGE, NULL_ACTION, NULL_MESSAGE, SECURITY_EVENT_ACTION_START_RANGE
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
AdminEvent(int action, UMOMessage message, java.lang.String endpoint)
           
 
Method Summary
protected  java.lang.String getActionName(int action)
           
 java.lang.String getEndpoint()
           
 UMOMessage getMessage()
           
 java.util.Map getProperties()
           
 java.lang.Object getProperty(java.lang.Object key)
           
 void setProperty(java.lang.Object key, java.lang.Object value)
           
 
Methods inherited from class org.mule.umo.UMOServerEvent
getAction, getPayloadToString, 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

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
Constructor Detail

AdminEvent

public AdminEvent(int action,
                  UMOMessage message,
                  java.lang.String endpoint)
Method Detail

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.