SingleSocketTcpReaderStage
instead. This DualSocketTcpReaderStage
will be
kept for research purposes.@Deprecated public final class DualSocketTcpReaderStage extends teetime.framework.AbstractProducerStage<IMonitoringRecord>
Constructor and Description |
---|
DualSocketTcpReaderStage()
Deprecated.
Default constructor with
port1=10133 , bufferCapacity=65535 , and
port2=10134 . |
DualSocketTcpReaderStage(int port1,
int bufferCapacity,
int port2)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected void |
execute()
Deprecated.
|
int |
getPort1()
Deprecated.
|
int |
getPort2()
Deprecated.
|
void |
onStarting()
Deprecated.
|
void |
onTerminating()
Deprecated.
|
getOutputPort, getTerminationStrategy
abort, addInputPortRemovedListener, addOutputPortRemovedListener, compareAndSetBeingExecuted, createInputPort, createInputPort, createInputPort, createInputPort, createOutputPort, createOutputPort, createOutputPort, createOutputPort, declareActive, declarePassive, executeByFramework, getCurrentState, getId, getInputPorts, getOutputPorts, getOwningThread, isActive, isBeingExecuted, isPaused, isProducer, isStateless, onSignal, onValidating, removeDynamicPort, removeDynamicPort, setPaused, setStateless, shouldBeTerminated, signalAlreadyReceived, terminateStage, toString, workCompleted
public DualSocketTcpReaderStage()
port1=10133
, bufferCapacity=65535
, and
port2=10134
.public DualSocketTcpReaderStage(int port1, int bufferCapacity, int port2)
port1
- used to accept IMonitoringRecord
sport2
- used to accept StringRecord
sbufferCapacity
- capacity of the receiving bufferpublic void onStarting()
onStarting
in class teetime.framework.AbstractStage
protected void execute()
execute
in class teetime.framework.AbstractStage
public void onTerminating()
onTerminating
in class teetime.framework.AbstractStage
public int getPort1()
public int getPort2()
Copyright 2020 Kieker Project, http://kieker-monitoring.net