SunSPOT API V3.0


Uses of Interface
com.sun.spot.service.IService

Packages that use IService
com.sun.spot.networktools Tools that answer network queries for information about the SPOT network stack 
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.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 IService in com.sun.spot.networktools
 

Classes in com.sun.spot.networktools that implement IService
 class NetManagementServer
          A daemon that responds to network management requests
 

Methods in com.sun.spot.networktools that return IService
static IService NetManagementServer.getNetManagementServer()
          create and return the NetManagementServer singleton
 

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

Methods in com.sun.spot.peripheral.radio that return IService
 IService LowPan.getNetManager()
          returns a handle to the netmanagement object
 

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

Classes in com.sun.spot.peripheral.radio.mhrp.aodv that implement IService
 class AODVManager
           
 

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

Subinterfaces of IService in com.sun.spot.peripheral.radio.routing.interfaces
 interface IRoutingManager
          This interface defines a routing manager
 

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

Classes in com.sun.spot.peripheral.radio.shrp that implement IService
 class SingleHopManager
          The single hop routing modules makes all nodes look like they are 1 hop away.
 


SunSPOT API V3.0


Copyright © 2006, 2007 Sun Microsystems, Inc. All Rights Reserved.