Package org.jgroups.tests
Class RoundTripRpc.Invoker
- java.lang.Object
-
- java.lang.Thread
-
- org.jgroups.tests.RoundTripRpc.Invoker
-
- All Implemented Interfaces:
java.lang.Runnable
- Enclosing class:
- RoundTripRpc
protected class RoundTripRpc.Invoker extends java.lang.Thread
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrun()-
Methods inherited from class java.lang.Thread
activeCount, checkAccess, clone, countStackFrames, currentThread, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, onSpinWait, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, suspend, toString, yield
-
-
-
-
Field Detail
-
id
protected final short id
-
latch
protected final java.util.concurrent.CountDownLatch latch
-
sent_msgs
protected final java.util.concurrent.atomic.AtomicInteger sent_msgs
-
print
protected final int print
-
target
protected final Address target
-
avg
protected final AverageMinMax avg
-
-
Constructor Detail
-
Invoker
public Invoker(short id, java.util.concurrent.CountDownLatch latch, java.util.concurrent.atomic.AtomicInteger sent_msgs, Address target)
-
-