|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.axis2.engine.AxisEvent
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 |
public static final int SERVICE_DEPLOY
AxisConfiguration
and registred Listeners will get
informed.
public static final int SERVICE_REMOVE
Constructor Detail |
public AxisEvent(ServiceDescription service, int EVENT_TYPE)
Method Detail |
public ServiceDescription getService()
public int getEventType()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |