SunSPOT API V5.0


Uses of Class
java.util.Hashtable

Packages that use Hashtable
com.sun.spot.dmamemory Support for allocating memory for DMA buffers. 
com.sun.spot.dmamemory.proxy Support for allocating memory for DMA buffers - from child isolates. 
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.peripheral.radio.mhrp.lqrp.linkParams   
com.sun.spot.util Utility classes. 
com.sun.squawk   
 

Uses of Hashtable in com.sun.spot.dmamemory
 

Methods in com.sun.spot.dmamemory that return Hashtable
 Hashtable IDMAMemoryManager.getAllocationDetails()
          Get information about current memory allocations.
 Hashtable DMAMemoryManager.getAllocationDetails()
           
 

Uses of Hashtable in com.sun.spot.dmamemory.proxy
 

Methods in com.sun.spot.dmamemory.proxy that return Hashtable
 Hashtable ProxyDMAMemoryManager.getAllocationDetails()
           
 

Uses of Hashtable in com.sun.spot.peripheral
 

Methods in com.sun.spot.peripheral that return Hashtable
 Hashtable Spot.getExternalBoardMap()
           
 Hashtable ISpot.getExternalBoardMap()
          Get the map of external boards.
 

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

Constructors in com.sun.spot.peripheral.radio with parameters of type Hashtable
ReassemblyExpiration(String key, Hashtable reassemblyBuffers, LowPanStats lpStats)
          construct a new instance of ReassemblyExpiration
 

Uses of Hashtable in com.sun.spot.peripheral.radio.mhrp.lqrp.linkParams
 

Methods in com.sun.spot.peripheral.radio.mhrp.lqrp.linkParams that return Hashtable
 Hashtable NodeLifeAndLinkMonitor.getNeighborLinks()
           
 

Uses of Hashtable in com.sun.spot.util
 

Subclasses of Hashtable in com.sun.spot.util
 class Properties
          The Properties class represents a persistent set of properties.
 

Uses of Hashtable in com.sun.squawk
 

Methods in com.sun.squawk that return Hashtable
static Hashtable VM.getManifestPropertiesOfSuite(String uri)
          A helper method to provide access to the manifest of midlet suites from outside the bootstrap.
 

Constructors in com.sun.squawk with parameters of type Hashtable
Isolate(Hashtable properties, int midletNum, String classPath, String parentSuiteSourceURI)
          Creates an new isolate.
Isolate(Hashtable properties, String mainClassName, String[] args, String classPath, String parentSuiteSourceURI)
          Creates an new isolate.
 


SunSPOT API V5.0


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