org.curjent.test.agent
Interface DeadlockTest.DeadlockTestAgent
- All Superinterfaces:
- TestAgent
- Enclosing class:
- DeadlockTest
static interface DeadlockTest.DeadlockTestAgent
- extends TestAgent
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