org.curjent.test.agent
Class FutureTest.FutureTestTask
java.lang.Object
org.curjent.test.agent.TestTask
org.curjent.test.agent.FutureTest.FutureTestTask
- Enclosing class:
- FutureTest
class FutureTest.FutureTestTask
- extends TestTask
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
value
Integer value
FutureTest.FutureTestTask
FutureTest.FutureTestTask()
getValue
public Integer getValue()
getBoxedBoolean
boolean getBoxedBoolean()
getBoxedChar
char getBoxedChar()
getBoxedByte
byte getBoxedByte()
getBoxedShort
short getBoxedShort()
getBoxedInt
int getBoxedInt()
getBoxedLong
long getBoxedLong()
getBoxedFloat
float getBoxedFloat()
getBoxedDouble
double getBoxedDouble()
getBooleanFuture
public Future<Boolean> getBooleanFuture()
getFuture
@Synchronous
public Future<Boolean> getFuture(Future<Boolean> future)
getIntegerFuture
public Future<Integer> getIntegerFuture(CountDownLatch latch)
throws InterruptedException
- Throws:
InterruptedException
getIntegerFuture
public Future<Integer> getIntegerFuture(CountDownLatch entered,
CountDownLatch finish)
getLongFuture
public Future<Long> getLongFuture(CountDownLatch entered,
CountDownLatch finish)
throws InterruptedException
- Throws:
InterruptedException
getFutureException
public Future<Object> getFutureException()
voidCall
void voidCall()
Copyright 2009-2011 Tom Landon
Apache License 2.0