org.apache.axis2.engine
Class AxisEvent
java.lang.Object
org.apache.axis2.engine.AxisEvent
- public class AxisEvent
- extends Object
Field Summary |
static int |
SERVICE_DEPLOY
An Axis event is sent to registered listeners whenever anything significant
happens to AxisConfiguration . |
static int |
SERVICE_REMOVE
|
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
AxisEvent
public AxisEvent(AxisService service,
int EVENT_TYPE)
getEventType
public int getEventType()
getService
public AxisService getService()