org.curjent.test.agent
Interface AgentAwaitTest.AgentAwaitTestAgent

All Superinterfaces:
TestAgent
Enclosing class:
AgentAwaitTest

static interface AgentAwaitTest.AgentAwaitTestAgent
extends TestAgent


Method Summary
 void await()
           
 void await(CountDownLatch latch)
           
 void awaitWithTimeout()
           
 void increment(AtomicInteger value)
           
 

Method Detail

increment

void increment(AtomicInteger value)

await

void await(CountDownLatch latch)

await

void await()

awaitWithTimeout

void awaitWithTimeout()


Copyright 2009-2011 Tom Landon
Apache License 2.0