Class TcpControlConnection
java.lang.Object
kieker.analysis.architecture.adaptation.TcpControlConnection
Stores all information concerning a TCP connection to control monitoring probes.
- Since:
- 1.15
- Author:
- Marc Adolf
-
Constructor Summary
ConstructorsConstructorDescriptionTcpControlConnection(String ip, int port, String serviceComponent, SingleSocketTcpWriter tcpWriter) Only initiates complete data sets. -
Method Summary
-
Constructor Details
-
TcpControlConnection
public TcpControlConnection(String ip, int port, String serviceComponent, SingleSocketTcpWriter tcpWriter) Only initiates complete data sets.- Parameters:
ip- The IP the tcpWriter is connected to.serviceComponent- The name of the component.port- The port the tcpWriter is connected to.tcpWriter- the TCP writer which has the connection established.
-
-
Method Details
-
getIp
-
getServiceComponent
-
getPort
public int getPort() -
getTcpWriter
-