Uses of Class
kieker.analysis.architecture.adaptation.events.BasicTcpControlEvent
Package | Description |
---|---|
kieker.analysis.architecture.adaptation |
Copyright 2022 Kieker Project (http://kieker-monitoring.net)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
kieker.analysis.architecture.adaptation.events |
Copyright 2022 Kieker Project (http://kieker-monitoring.net)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
-
Uses of BasicTcpControlEvent in kieker.analysis.architecture.adaptation
Methods in kieker.analysis.architecture.adaptation with parameters of type BasicTcpControlEvent Modifier and Type Method Description void
DummyProbeController. controlProbe(BasicTcpControlEvent event)
Convenience method forcontrol events
.void
IProbeController. controlProbe(BasicTcpControlEvent event)
Control probe with given event.void
TcpProbeController. controlProbe(BasicTcpControlEvent event)
Convenience method forBasicTcpControlEvent
control events.protected void
ProbeControlStage. execute(BasicTcpControlEvent event)
-
Uses of BasicTcpControlEvent in kieker.analysis.architecture.adaptation.events
Subclasses of BasicTcpControlEvent in kieker.analysis.architecture.adaptation.events Modifier and Type Class Description class
TcpActivationControlEvent
Represents an event for the activation of a probe via TCP.class
TcpActivationParameterControlEvent
Represents an event for the activation of a probe via TCP.class
TcpDeactivationControlEvent
Represents an event for the deactivation of a probe via TCP.class
TcpUpdateParameterEvent
Represents an event for the update of parameters of a probe via TCP.