org.curjent.test.agent
Class AgentCallTest.AgentCallTestTask

java.lang.Object
  extended by org.curjent.test.agent.TestTask
      extended by org.curjent.test.agent.AgentCallTest.AgentCallTestTask
Enclosing class:
AgentCallTest

static class AgentCallTest.AgentCallTestTask
extends TestTask


Constructor Summary
AgentCallTest.AgentCallTestTask()
           
 
Method Summary
(package private)  void m1()
           
(package private)  Integer m2(int value)
           
(package private)  int m3(CountDownLatch latch)
           
(package private)  int m4(CountDownLatch latch, int a, Integer b)
           
(package private)  AgentCall<?> m5()
           
(package private)  AgentCall<Integer> m6()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AgentCallTest.AgentCallTestTask

AgentCallTest.AgentCallTestTask()
Method Detail

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