org.curjent.test.agent
Interface MultiTaskTest.MultiAgent

All Superinterfaces:
TestAgent
All Known Implementing Classes:
MultiTaskTest.MultiTask
Enclosing class:
MultiTaskTest

public static interface MultiTaskTest.MultiAgent
extends TestAgent


Method Summary
 void countDownAndWait(CountDownLatch latch)
           
 void isolated(List<Integer> list, int value)
           
 void leading(List<Integer> list, int value, CountDownLatch latch)
           
 void mark(List<Integer> list, int value)
           
 void record(List<Integer> list, int value)
           
 

Method Detail

countDownAndWait

void countDownAndWait(CountDownLatch latch)
                      throws InterruptedException
Throws:
InterruptedException

record

void record(List<Integer> list,
            int value)

mark

void mark(List<Integer> list,
          int value)

leading

void leading(List<Integer> list,
             int value,
             CountDownLatch latch)
             throws InterruptedException
Throws:
InterruptedException

isolated

void isolated(List<Integer> list,
              int value)


Copyright 2009-2011 Tom Landon
Apache License 2.0