org.curjent.test.agent
Interface FutureTest.FutureTestAgent
- All Superinterfaces:
- TestAgent
- Enclosing class:
- FutureTest
static interface FutureTest.FutureTestAgent
- extends TestAgent
getBoxedBoolean
Future<Boolean> getBoxedBoolean()
getBoxedChar
Future<Character> getBoxedChar()
getBoxedByte
Future<Byte> getBoxedByte()
getBoxedShort
Future<Short> getBoxedShort()
getBoxedInt
Future<Integer> getBoxedInt()
getBoxedLong
Future<Long> getBoxedLong()
getBoxedFloat
Future<Float> getBoxedFloat()
getBoxedDouble
Future<Double> getBoxedDouble()
getBooleanFuture
Future<Boolean> getBooleanFuture()
getFuture
Future<Boolean> getFuture(Future<Boolean> future)
getIntegerFuture
Future<Integer> getIntegerFuture(CountDownLatch latch)
throws InterruptedException
- Throws:
InterruptedException
getIntegerFuture
Future<Integer> getIntegerFuture(CountDownLatch entered,
CountDownLatch finish)
getLongFuture
Future<Long> getLongFuture(CountDownLatch entered,
CountDownLatch finish)
throws InterruptedException
- Throws:
InterruptedException
getFutureException
Future<Object> getFutureException()
voidCall
Future<?> voidCall()
getValue
Integer getValue()
Copyright 2009-2011 Tom Landon
Apache License 2.0