SunSPOT API V6.0


com.sun.spot.ipv6.util
Class Condition

java.lang.Object
  extended by com.sun.spot.ipv6.util.Condition

public class Condition
extends Object

Lock management used by the TCP state engine.

Author:
Pete St. Pierre

Constructor Summary
Condition()
           
 
Method Summary
 void signal()
           
 void signalAll()
           
 void wait(Mutex m)
           
 void wait(Mutex m, long timeout)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Condition

public Condition()
Method Detail

wait

public void wait(Mutex m)
          throws InterruptedException
Throws:
InterruptedException

wait

public void wait(Mutex m,
                 long timeout)
          throws InterruptedException
Throws:
InterruptedException

signal

public void signal()

signalAll

public void signalAll()

SunSPOT API V6.0


Copyright © 2006-2010 Oracle. All Rights Reserved.