org.apache.axis2.engine
Class AxisEvent
java.lang.Object
org.apache.axis2.engine.AxisEvent
public class AxisEvent
- extends Object
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
MODULE_ENGAGED
public static final int MODULE_ENGAGED
- See Also:
- Constant Field Values
MODULE_DISENGAGED
public static final int MODULE_DISENGAGED
- See Also:
- Constant Field Values
AxisEvent
public AxisEvent(int EVENT_TYPE,
AxisDescription axisDescription)
getEventType
public int getEventType()
getAxisDescription
public AxisDescription getAxisDescription()
Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.