net.jxta.search.router
Interface Router.Manager

Enclosing class:
Router

public static interface Router.Manager


Method Summary
 void deleteRoutes(java.net.URL[] routes, java.lang.String[] ids, java.lang.String[] reasons)
          Whenever the routes become dead (counted as after some iterations of the exponential back-off algorithm), this is the callback that should communicate to the resolver that this route is no longer valid and shouldn't be included in resolver's responses.
 

Method Detail

deleteRoutes

public void deleteRoutes(java.net.URL[] routes,
                         java.lang.String[] ids,
                         java.lang.String[] reasons)
Whenever the routes become dead (counted as after some iterations of the exponential back-off algorithm), this is the callback that should communicate to the resolver that this route is no longer valid and shouldn't be included in resolver's responses.