public class TimerTestNode extends NodeBase
Node.NodeState| Modifier and Type | Field and Description |
|---|---|
static java.text.DecimalFormat |
df |
static java.util.concurrent.atomic.AtomicLong |
mTime |
static java.util.concurrent.atomic.AtomicInteger |
recvCt |
static java.util.concurrent.atomic.AtomicInteger |
sendCt |
static int |
size |
static java.util.concurrent.atomic.AtomicLong |
tTime |
| Constructor and Description |
|---|
TimerTestNode(java.lang.String... xargs) |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(java.lang.String[] args) |
void |
onPing(MsgLinkTestping inMsg) |
enterMultiCommands, getComponent, getDetails, getName, getNode, getState, registerComponent, runCommand, runTask, startNode, stopNode, toString, unregisterComponentgetComponentKey, getComponentLink, hashCode, setComponentKey, startComponent, stopComponentpublic static java.util.concurrent.atomic.AtomicInteger sendCt
public static java.util.concurrent.atomic.AtomicInteger recvCt
public static java.util.concurrent.atomic.AtomicLong mTime
public static java.util.concurrent.atomic.AtomicLong tTime
public static java.text.DecimalFormat df
public static volatile int size
public static void main(java.lang.String[] args)
throws ComponentException,
java.lang.InterruptedException
ComponentExceptionjava.lang.InterruptedExceptionpublic void onPing(MsgLinkTestping inMsg) throws LinkException
LinkException