org.apache.axis2.transport.base.tracker
Interface AxisServiceTrackerListener


public interface AxisServiceTrackerListener

Listener for events generated by an AxisServiceTracker.


Method Summary
 void serviceAdded(org.apache.axis2.description.AxisService service)
          Inform the listener that a service has been added to tracker list.
 void serviceRemoved(org.apache.axis2.description.AxisService service)
          Inform the listener that a service has been removed from the tracker list.
 

Method Detail

serviceAdded

void serviceAdded(org.apache.axis2.description.AxisService service)
Inform the listener that a service has been added to tracker list.

Parameters:
service - the service that has been added to the tracker list

serviceRemoved

void serviceRemoved(org.apache.axis2.description.AxisService service)
Inform the listener that a service has been removed from the tracker list.

Parameters:
service - the service that has been removed from the tracker list


Copyright © 2004-2009 The Apache Software Foundation. All Rights Reserved.