org.curjent.test.agent
Interface DeadlockTest.DeadlockTestAgent

All Superinterfaces:
TestAgent
Enclosing class:
DeadlockTest

static interface DeadlockTest.DeadlockTestAgent
extends TestAgent


Method Summary
 void compute(DeadlockTest.DeadlockTestAgent a, DeadlockTest.DeadlockTestAgent b)
           
 void m1(CountDownLatch latch)
           
 void m2(DeadlockTest.DeadlockTestAgent a1, DeadlockTest.DeadlockTestAgent a2, CountDownLatch latch)
           
 void m3a()
           
 void m3b()
           
 void m4(DeadlockTest.DeadlockTestAgent a1)
           
 void m5()
           
 void ma(DeadlockTest.DeadlockTestAgent y, CountDownLatch latch)
           
 void mb(DeadlockTest.DeadlockTestAgent x)
           
 void mc(DeadlockTest.DeadlockTestAgent z, DeadlockTest.DeadlockTestAgent x)
           
 void md(DeadlockTest.DeadlockTestAgent x)
           
 void mi()
           
 void mj()
           
 void mk()
           
 int value()
           
 

Method Detail

value

int value()

compute

void compute(DeadlockTest.DeadlockTestAgent a,
             DeadlockTest.DeadlockTestAgent b)

m1

void m1(CountDownLatch latch)

m2

void m2(DeadlockTest.DeadlockTestAgent a1,
        DeadlockTest.DeadlockTestAgent a2,
        CountDownLatch latch)

m3a

void m3a()

m3b

void m3b()

m4

void m4(DeadlockTest.DeadlockTestAgent a1)

m5

void m5()

ma

void ma(DeadlockTest.DeadlockTestAgent y,
        CountDownLatch latch)

mb

void mb(DeadlockTest.DeadlockTestAgent x)

mc

void mc(DeadlockTest.DeadlockTestAgent z,
        DeadlockTest.DeadlockTestAgent x)

md

void md(DeadlockTest.DeadlockTestAgent x)

mi

void mi()

mj

void mj()

mk

void mk()


Copyright 2009-2011 Tom Landon
Apache License 2.0