SunSPOT API V5.0


Uses of Class
com.sun.spot.peripheral.radio.routing.RouteInfo

Packages that use RouteInfo
com.sun.spot.peripheral.radio Support for using the Sun SPOT's radio. 
com.sun.spot.peripheral.radio.mhrp.aodv An mesh routing package based on the AODV protocol. 
com.sun.spot.peripheral.radio.mhrp.aodv.routing Routing table used by the AODV based mesh routing package 
com.sun.spot.peripheral.radio.mhrp.lqrp An mesh routing package based on the AODV protocol. 
com.sun.spot.peripheral.radio.mhrp.lqrp.routing Routing table used by the AODV based mesh routing package 
com.sun.spot.peripheral.radio.routing Interfaces implemented by all routing protocols. 
com.sun.spot.peripheral.radio.routing.interfaces Interfaces that should be implemented by a routing protocol manager. 
com.sun.spot.peripheral.radio.shrp Support for a Single Hop based routing protocol. 
com.sun.spot.service IService provides a general interface to allow running services to be controlled. 
 

Uses of RouteInfo in com.sun.spot.peripheral.radio
 

Methods in com.sun.spot.peripheral.radio that return RouteInfo
 RouteInfo[] LowPanSpotRadioHelper.getRouteInfo()
          Return an array of the current route info to all known addresses.
 RouteInfo[] LowPanSpotRadioHelper.getRouteInfo(long address)
          Return information on the current route(s) to the specified destination address.
 

Methods in com.sun.spot.peripheral.radio with parameters of type RouteInfo
 void LowPanSpotRadioHelper.routeFound(RouteInfo info, Object uniqueKey)
          Callback for findRouteInfo().
 void LowPan.routeFound(RouteInfo info, Object uniqueKey)
          This method is called by the routing manager as soon as a route is available or if no route has been found within the defined period.
 

Uses of RouteInfo in com.sun.spot.peripheral.radio.mhrp.aodv
 

Methods in com.sun.spot.peripheral.radio.mhrp.aodv that return RouteInfo
 RouteInfo AODVManager.getRouteInfo(long address)
          This method is called to obtain a route info, and to refreshen a route whenever it is used
 

Uses of RouteInfo in com.sun.spot.peripheral.radio.mhrp.aodv.routing
 

Methods in com.sun.spot.peripheral.radio.mhrp.aodv.routing that return RouteInfo
 RouteInfo RoutingTable.getNextHopInfo(long address)
          returns an object that describes the route for a given destination
 

Uses of RouteInfo in com.sun.spot.peripheral.radio.mhrp.lqrp
 

Methods in com.sun.spot.peripheral.radio.mhrp.lqrp that return RouteInfo
 RouteInfo LQRPManager.getRouteInfo(long address)
          This method is called to obtain a route info, and to refreshen a route whenever it is used
 

Uses of RouteInfo in com.sun.spot.peripheral.radio.mhrp.lqrp.routing
 

Methods in com.sun.spot.peripheral.radio.mhrp.lqrp.routing that return RouteInfo
 RouteInfo RoutingTable.getNextHopInfo(long address)
          returns an object that describes the route for a given destination
 

Uses of RouteInfo in com.sun.spot.peripheral.radio.routing
 

Methods in com.sun.spot.peripheral.radio.routing that return RouteInfo
static RouteInfo RouteInfo.fromString(String s)
           
 RouteInfo RouteTable.getEntry(long address)
           
 

Methods in com.sun.spot.peripheral.radio.routing with parameters of type RouteInfo
 void RouteTable.addEntry(RouteInfo ri)
           
 

Uses of RouteInfo in com.sun.spot.peripheral.radio.routing.interfaces
 

Methods in com.sun.spot.peripheral.radio.routing.interfaces that return RouteInfo
 RouteInfo IRoutingManager.getRouteInfo(long address)
          this method can be called to obtain a route info for an address
 

Methods in com.sun.spot.peripheral.radio.routing.interfaces with parameters of type RouteInfo
 void RouteEventClient.routeFound(RouteInfo info, Object uniqueKey)
          callback method that can be used be the routing manager to tell the client that a route has been found
 

Uses of RouteInfo in com.sun.spot.peripheral.radio.shrp
 

Methods in com.sun.spot.peripheral.radio.shrp that return RouteInfo
 RouteInfo SingleHopManager.getRouteInfo(long address)
          retrieve routing information for a destination address.
 

Uses of RouteInfo in com.sun.spot.service
 

Methods in com.sun.spot.service that return RouteInfo
 RouteInfo[] ISpotRadioHelper.getRouteInfo()
          Return an array of the current route info to all known addresses.
 RouteInfo[] ISpotRadioHelper.getRouteInfo(long address)
          Return information on the current route(s) to the specified destination address.
 


SunSPOT API V5.0


Copyright � 2006-2008 Sun Microsystems, Inc. All Rights Reserved.