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 voidDummyProbeController. controlProbe(BasicTcpControlEvent event)Convenience method forcontrol events.voidIProbeController. controlProbe(BasicTcpControlEvent event)Control probe with given event.voidTcpProbeController. controlProbe(BasicTcpControlEvent event)Convenience method forBasicTcpControlEventcontrol events.protected voidProbeControlStage. 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 classTcpActivationControlEventRepresents an event for the activation of a probe via TCP.classTcpActivationParameterControlEventRepresents an event for the activation of a probe via TCP.classTcpDeactivationControlEventRepresents an event for the deactivation of a probe via TCP.classTcpUpdateParameterEventRepresents an event for the update of parameters of a probe via TCP.