public class TCPController extends AbstractController implements IRemoteController
monitoringController
Modifier | Constructor and Description |
---|---|
protected |
TCPController(Configuration configuration,
MonitoringController monitoringController)
Creates a new TCPController needs the
MonitoringController to start
and connect the TCP receiver. |
Modifier and Type | Method and Description |
---|---|
protected void |
cleanup()
This method should clean up.
|
java.lang.String |
getControllerDomain() |
protected void |
init()
This method should to the initialization work.
|
java.lang.String |
toString() |
createAndInitialize, isTerminated, setMonitoringController, terminate
protected TCPController(Configuration configuration, MonitoringController monitoringController)
MonitoringController
to start
and connect the TCP receiver.configuration
- containing all related variables for the TCP settings.monitoringController
- the controller which is connected to the TCP receiver and where
the commands are send to.public java.lang.String getControllerDomain()
getControllerDomain
in interface IRemoteController
protected void init()
AbstractController
init
in class AbstractController
protected void cleanup()
AbstractController
cleanup
in class AbstractController
public java.lang.String toString()
toString
in class AbstractController
Copyright 2020 Kieker Project, http://kieker-monitoring.net