org.curjent.test.agent
Class AgentCallTest.AgentCallTestTask
java.lang.Object
org.curjent.test.agent.TestTask
org.curjent.test.agent.AgentCallTest.AgentCallTestTask
- Enclosing class:
- AgentCallTest
static class AgentCallTest.AgentCallTestTask
- extends TestTask
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AgentCallTest.AgentCallTestTask
AgentCallTest.AgentCallTestTask()
m1
void m1()
m2
Integer m2(int value)
m3
int m3(CountDownLatch latch)
throws InterruptedException
- Throws:
InterruptedException
m4
int m4(CountDownLatch latch,
int a,
Integer b)
throws InterruptedException
- Throws:
InterruptedException
m5
@Synchronous
AgentCall<?> m5()
m6
AgentCall<Integer> m6()
Copyright 2009-2011 Tom Landon
Apache License 2.0