solar.service.routing
Interface RoutingService

All Superinterfaces:
EventHandler, RequestHandler, Service
All Known Implementing Classes:
ManualRoutingService

public interface RoutingService
extends Service

Routing service maintains the routing/forwarding table.

Version:
$Id: RoutingService.java,v 1.6 2003/10/05 18:51:01 glchen Exp $
Author:
Guanling Chen

Method Summary
 Address getNextHop(Address dest)
          Return the next hop for the messages with specified destination.
 
Methods inherited from interface solar.service.Service
getName, getServiceManager, handleDispatchUnit, hasInited, init, initDependents, setName, setServiceManager, start, stop
 
Methods inherited from interface solar.api.EventHandler
handleEvent
 
Methods inherited from interface solar.api.RequestHandler
handleRequest
 

Method Detail

getNextHop

public Address getNextHop(Address dest)
                   throws RoutingException
Return the next hop for the messages with specified destination.

RoutingException