SunSPOT API V5.0


Uses of Interface
com.sun.spot.peripheral.radio.routing.interfaces.RouteEventClient

Packages that use RouteEventClient
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.request Request 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.request Request table used by the LQRP based mesh routing package 
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. 
 

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

Classes in com.sun.spot.peripheral.radio that implement RouteEventClient
 class LowPan
          Packet processing layer based on the low pan draft.
 class LowPanSpotRadioHelper
          A facade so OTA can access low-level radio features.
 

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

Methods in com.sun.spot.peripheral.radio.mhrp.aodv with parameters of type RouteEventClient
 boolean AODVManager.findRoute(long address, RouteEventClient eventClient, Object uniqueKey)
          This method triggers a new route request.
 boolean Sender.sendNewRREQ(long address, RouteEventClient eventClient, Object uniqueKey)
          Create an entry for the queue and put it in to the designated queue
 

Uses of RouteEventClient in com.sun.spot.peripheral.radio.mhrp.aodv.request
 

Fields in com.sun.spot.peripheral.radio.mhrp.aodv.request declared as RouteEventClient
 RouteEventClient RequestEntry.client
           
 

Methods in com.sun.spot.peripheral.radio.mhrp.aodv.request that return RouteEventClient
 RouteEventClient RequestTable.getCallback(RREP message)
          This method provides access to the client that interested in the route reply message that is passed as an argument
 

Methods in com.sun.spot.peripheral.radio.mhrp.aodv.request with parameters of type RouteEventClient
 boolean RequestTable.addRREQ(RREQ message, RouteEventClient eventClient, Object uniqueKey)
          add a route request to the request table
 

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

Methods in com.sun.spot.peripheral.radio.mhrp.lqrp with parameters of type RouteEventClient
 boolean LQRPManager.findRoute(long address, RouteEventClient eventClient, Object uniqueKey)
          This method triggers a new route request.
 boolean Sender.sendNewRREQ(long address, RouteEventClient eventClient, Object uniqueKey)
          Create an entry for the queue and put it in to the designated queue
 

Uses of RouteEventClient in com.sun.spot.peripheral.radio.mhrp.lqrp.request
 

Fields in com.sun.spot.peripheral.radio.mhrp.lqrp.request declared as RouteEventClient
 RouteEventClient RequestEntry.client
           
 

Methods in com.sun.spot.peripheral.radio.mhrp.lqrp.request that return RouteEventClient
 RouteEventClient RequestTable.getCallback(RREP message)
          This method provides access to the client that interested in the route reply message that is passed as an argument
 

Methods in com.sun.spot.peripheral.radio.mhrp.lqrp.request with parameters of type RouteEventClient
 boolean RequestTable.addRREQ(RREQ message, RouteEventClient eventClient, Object uniqueKey)
          add a route request to the request table
 

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

Methods in com.sun.spot.peripheral.radio.routing.interfaces with parameters of type RouteEventClient
 boolean IRoutingManager.findRoute(long address, RouteEventClient eventClient, Object uniqueKey)
          This method triggers a new route request.
 

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

Methods in com.sun.spot.peripheral.radio.shrp with parameters of type RouteEventClient
 boolean SingleHopManager.findRoute(long address, RouteEventClient eventClient, Object uniqueKey)
          lookup a route to this address.
 


SunSPOT API V5.0


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