org.apache.axis2.engine
Class AxisEvent

java.lang.Object
  extended byorg.apache.axis2.engine.AxisEvent

public class AxisEvent
extends java.lang.Object


Field Summary
static int SERVICE_DEPLOY
          Axis event will throw when ever some considerable thing happen to AxisConfiguration and registred Listeners will get informed.
static int SERVICE_REMOVE
           
 
Constructor Summary
AxisEvent(ServiceDescription service, int EVENT_TYPE)
           
 
Method Summary
 int getEventType()
           
 ServiceDescription getService()
           
 
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
Axis event will throw when ever some considerable thing happen to AxisConfiguration and registred Listeners will get informed.

See Also:
Constant Field Values

SERVICE_REMOVE

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

AxisEvent

public AxisEvent(ServiceDescription service,
                 int EVENT_TYPE)
Method Detail

getService

public ServiceDescription getService()

getEventType

public int getEventType()