org.apache.axis2.engine
Class AxisEvent
java.lang.Object
org.apache.axis2.engine.AxisEvent
public class AxisEvent
- extends java.lang.Object
Constructor Summary |
AxisEvent(int EVENT_TYPE)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
AxisEvent
public AxisEvent(int EVENT_TYPE)
getEventType
public int getEventType()
Copyright © 2007 Apache Web Services Project. All Rights Reserved.