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, getTerminationStrategyabort, 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, workCompletedpublic DualSocketTcpReaderStage()
port1=10133, bufferCapacity=65535, and
port2=10134.public DualSocketTcpReaderStage(int port1,
int bufferCapacity,
int port2)
port1 - used to accept IMonitoringRecordsport2 - used to accept StringRecordsbufferCapacity - capacity of the receiving bufferpublic void onStarting()
onStarting in class teetime.framework.AbstractStageprotected void execute()
execute in class teetime.framework.AbstractStagepublic void onTerminating()
onTerminating in class teetime.framework.AbstractStagepublic int getPort1()
public int getPort2()
Copyright 2021 Kieker Project, http://kieker-monitoring.net