com.atlassian.util.concurrent
Class SettableFutureTest
java.lang.Object
com.atlassian.util.concurrent.SettableFutureTest
public class SettableFutureTest
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SettableFutureTest
public SettableFutureTest()
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.