com.atlassian.util.concurrent
Class SettableFutureTest

java.lang.Object
  extended by com.atlassian.util.concurrent.SettableFutureTest

public class SettableFutureTest
extends java.lang.Object


Constructor Summary
SettableFutureTest()
           
 
Method Summary
 void getWaits()
           
 void isDoneOnceSet()
           
 void notCancellable()
           
 void onlySettableOnce()
           
 void onlySettableOnceWithNull()
           
 void settableTwiceWithNullValue()
           
 void settableTwiceWithSameValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SettableFutureTest

public SettableFutureTest()
Method Detail

isDoneOnceSet

public void isDoneOnceSet()
                   throws java.lang.InterruptedException
Throws:
java.lang.InterruptedException

onlySettableOnce

public void onlySettableOnce()
                      throws java.lang.InterruptedException
Throws:
java.lang.InterruptedException

onlySettableOnceWithNull

public void onlySettableOnceWithNull()
                              throws java.lang.InterruptedException
Throws:
java.lang.InterruptedException

settableTwiceWithSameValue

public void settableTwiceWithSameValue()
                                throws java.lang.InterruptedException
Throws:
java.lang.InterruptedException

settableTwiceWithNullValue

public void settableTwiceWithNullValue()
                                throws java.lang.InterruptedException
Throws:
java.lang.InterruptedException

notCancellable

public void notCancellable()

getWaits

public void getWaits()
              throws java.lang.InterruptedException
Throws:
java.lang.InterruptedException


Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.