org.curjent.test.agent
Interface FutureTest.FutureTestAgent

All Superinterfaces:
TestAgent
Enclosing class:
FutureTest

static interface FutureTest.FutureTestAgent
extends TestAgent


Method Summary
 Future<Boolean> getBooleanFuture()
           
 Future<Boolean> getBoxedBoolean()
           
 Future<Byte> getBoxedByte()
           
 Future<Character> getBoxedChar()
           
 Future<Double> getBoxedDouble()
           
 Future<Float> getBoxedFloat()
           
 Future<Integer> getBoxedInt()
           
 Future<Long> getBoxedLong()
           
 Future<Short> getBoxedShort()
           
 Future<Boolean> getFuture(Future<Boolean> future)
           
 Future<Object> getFutureException()
           
 Future<Integer> getIntegerFuture(CountDownLatch latch)
           
 Future<Integer> getIntegerFuture(CountDownLatch entered, CountDownLatch finish)
           
 Future<Long> getLongFuture(CountDownLatch entered, CountDownLatch finish)
           
 Integer getValue()
           
 Future<?> voidCall()
           
 

Method Detail

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