SunSPOT API V5.0


Uses of Class
java.util.Vector

Packages that use Vector
com.sun.spot.peripheral.ota Support for managing remote Sun SPOTs using ant scripts. 
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.util Utility classes. 
com.sun.squawk.flash   
com.sun.squawk.imp   
com.sun.squawk.peripheral   
com.sun.squawk.util   
java.util   
 

Uses of Vector in com.sun.spot.peripheral.ota
 

Methods in com.sun.spot.peripheral.ota that return Vector
static Vector SpotWorldCommand.doRemoteGetPhysicalNeighbors()
           
 Vector URL.getRestOfURL()
           
 

Methods in com.sun.spot.peripheral.ota with parameters of type Vector
static Object[] IsolateManager.vectorToArray(Vector v)
           
 

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

Constructors in com.sun.spot.peripheral.radio.mhrp.aodv with parameters of type Vector
Receiver(long ourAddress, Sender sender, ILowPan lowPan, Vector listeners)
          constructs a new receiver thread.
Sender(long ourAddress, ILowPan lowPan, Vector listeners)
           
 

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

Fields in com.sun.spot.peripheral.radio.mhrp.aodv.routing declared as Vector
 Vector RoutingEntry.routeUsers
          list of those actively using this route entry
 

Methods in com.sun.spot.peripheral.radio.mhrp.aodv.routing that return Vector
 Vector RoutingTable.getAllEntries()
          This method provides access to the entire routing table.
 

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

Constructors in com.sun.spot.peripheral.radio.mhrp.lqrp with parameters of type Vector
Receiver(long ourAddr, Sender sndr, ILowPan lowPan, Vector listeners, Vector LQListeners)
          constructs a new receiver thread.
Sender(long ourAddress, ILowPan lowPan, Vector listeners, Vector LQlisteners)
           
 

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

Fields in com.sun.spot.peripheral.radio.mhrp.lqrp.routing declared as Vector
 Vector RoutingEntry.routeUsers
          list of those actively using this route entry
 

Methods in com.sun.spot.peripheral.radio.mhrp.lqrp.routing that return Vector
 Vector RoutingTable.getAllEntries()
          This method provides access to the entire routing table.
 

Uses of Vector in com.sun.spot.util
 

Methods in com.sun.spot.util that return Vector
static Vector Utils.enumToVector(Enumeration items)
          Convert an Enumeration to a Vector
 

Uses of Vector in com.sun.squawk.flash
 

Methods in com.sun.squawk.flash that return Vector
static Vector NorFlashMemoryHeap.getNorFlashSectors(int purpose)
           
 

Uses of Vector in com.sun.squawk.imp
 

Methods in com.sun.squawk.imp that return Vector
static Vector ImpGlobal.getRecordStoreDbCache()
           
 

Uses of Vector in com.sun.squawk.peripheral
 

Fields in com.sun.squawk.peripheral declared as Vector
protected  Vector SimulatedNorFlashSectorAllocator.sectors
           
 

Uses of Vector in com.sun.squawk.util
 

Methods in com.sun.squawk.util that return Vector
 Vector LineReader.readLines(Vector v)
          Read all the lines from the input stream and add them to a given Vector.
 

Methods in com.sun.squawk.util with parameters of type Vector
 Vector LineReader.readLines(Vector v)
          Read all the lines from the input stream and add them to a given Vector.
 

Uses of Vector in java.util
 

Subclasses of Vector in java.util
 class Stack
          The Stack class represents a last-in-first-out (LIFO) stack of objects.
 


SunSPOT API V5.0


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