Uses of Class
org.apache.axis2.engine.AxisEvent
-
Packages that use AxisEvent Package Description org.apache.axis2.clustering.tribes org.apache.axis2.engine -
-
Uses of AxisEvent in org.apache.axis2.clustering.tribes
Methods in org.apache.axis2.clustering.tribes with parameters of type AxisEvent Modifier and Type Method Description void
TribesAxisObserver. moduleUpdate(AxisEvent axisEvent, AxisModule axisModule)
void
TribesAxisObserver. serviceGroupUpdate(AxisEvent axisEvent, AxisServiceGroup axisServiceGroup)
void
TribesAxisObserver. serviceUpdate(AxisEvent axisEvent, AxisService axisService)
-
Uses of AxisEvent in org.apache.axis2.engine
Methods in org.apache.axis2.engine with parameters of type AxisEvent Modifier and Type Method Description void
AxisObserver. moduleUpdate(AxisEvent event, AxisModule module)
void
AxisConfiguration. notifyObservers(AxisEvent event, AxisModule moule)
void
AxisConfiguration. notifyObservers(AxisEvent event, AxisService service)
void
AxisConfiguration. notifyObservers(AxisEvent event, AxisServiceGroup serviceGroup)
void
AxisObserver. serviceGroupUpdate(AxisEvent event, AxisServiceGroup serviceGroup)
void
AxisObserver. serviceUpdate(AxisEvent event, AxisService service)
-