SunSPOT API V5.0


Uses of Interface
com.sun.spot.resourcesharing.IResourceRegistry

Packages that use IResourceRegistry
com.sun.spot.peripheral Access to the hardware peripherals built in to the Sun SPOT main board. 
com.sun.spot.peripheral.radio Support for using the Sun SPOT's radio. 
com.sun.spot.resourcesharing The resource sharing framework exists to support people writing device drivers. 
com.sun.squawk.io.j2me.edemoserial The serial protocol supports read/write access to the usart module on the Atmega88 for spot applications. 
com.sun.squawk.io.j2me.serial The serial protocol supports read/write access to the USB channel to host applications. 
 

Uses of IResourceRegistry in com.sun.spot.peripheral
 

Methods in com.sun.spot.peripheral that return IResourceRegistry
 IResourceRegistry Spot.getResourceRegistry()
           
 IResourceRegistry ISpot.getResourceRegistry()
          Get the singleton resource registry
 

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

Methods in com.sun.spot.peripheral.radio that return IResourceRegistry
static IResourceRegistry RadioFactory.getResourceRegistry()
          Get the singleton resource registry
 

Uses of IResourceRegistry in com.sun.spot.resourcesharing
 

Classes in com.sun.spot.resourcesharing that implement IResourceRegistry
 class ResourceRegistryChild
           
 

Uses of IResourceRegistry in com.sun.squawk.io.j2me.edemoserial
 

Methods in com.sun.squawk.io.j2me.edemoserial with parameters of type IResourceRegistry
static void Protocol.setResourceRegistry(IResourceRegistry resourceRegistry)
          This method is provided for test purposes only.
 

Uses of IResourceRegistry in com.sun.squawk.io.j2me.serial
 

Methods in com.sun.squawk.io.j2me.serial with parameters of type IResourceRegistry
static void Protocol.setResourceRegistry(IResourceRegistry resourceRegistry)
          This method is provided for test purposes only.
 


SunSPOT API V5.0


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