org.apache.axis2.engine
Class AxisEvent

java.lang.Object
  extended by org.apache.axis2.engine.AxisEvent

public class AxisEvent
extends java.lang.Object


Field Summary
static int MODULE_DEPLOY
           
static int MODULE_REMOVE
           
static int SERVICE_DEPLOY
          An Axis event is sent to registered listeners whenever anything significant happens to AxisConfiguration.
static int SERVICE_REMOVE
           
static int SERVICE_START
           
static int SERVICE_STOP
           
 
Constructor Summary
AxisEvent(int EVENT_TYPE)
           
 
Method Summary
 int getEventType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SERVICE_DEPLOY

public static final int SERVICE_DEPLOY
An Axis event is sent to registered listeners whenever anything significant happens to AxisConfiguration.

See Also:
Constant Field Values

SERVICE_REMOVE

public static final int SERVICE_REMOVE
See Also:
Constant Field Values

SERVICE_STOP

public static final int SERVICE_STOP
See Also:
Constant Field Values

SERVICE_START

public static final int SERVICE_START
See Also:
Constant Field Values

MODULE_DEPLOY

public static final int MODULE_DEPLOY
See Also:
Constant Field Values

MODULE_REMOVE

public static final int MODULE_REMOVE
See Also:
Constant Field Values
Constructor Detail

AxisEvent

public AxisEvent(int EVENT_TYPE)
Method Detail

getEventType

public int getEventType()


Copyright © 2007 Apache Web Services Project. All Rights Reserved.