uwcse.location.objects.mote
Class MoteDriver.SynchronizedQueue

java.lang.Object
  |
  +--uwcse.location.objects.mote.MoteDriver.SynchronizedQueue
Enclosing class:
MoteDriver

public static class MoteDriver.SynchronizedQueue
extends Object

A thread-safe queue implemented on top of a linked list.


Constructor Summary
MoteDriver.SynchronizedQueue()
           
 
Method Summary
 Object get()
           
 void put(Object o)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MoteDriver.SynchronizedQueue

public MoteDriver.SynchronizedQueue()
Method Detail

get

public Object get()

put

public void put(Object o)


This documentation is for the Location Stack v0.8. The latest distribution, the documentation, and the list of contributors to the Location Stack can always be found at http://portolano.cs.washington.edu/projects/location/

© Copyright 2004 University of Washington CSE