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, terminateprotected 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 IRemoteControllerprotected void init()
AbstractControllerinit in class AbstractControllerprotected void cleanup()
AbstractControllercleanup in class AbstractControllerpublic java.lang.String toString()
toString in class AbstractControllerCopyright 2020 Kieker Project, http://kieker-monitoring.net