Package 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.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-
Interface Summary Interface Description IProbeController -
Class Summary Class Description DummyProbeController Controller to send remote control events for probes to given addresses.ProbeControlStage Receivescontrol events
, processes them and in case of error sends the error message to an error sink.TcpControlConnection Stores all information concerning a TCP connection to control monitoring probes.TcpProbeController Controller to send remote control events for probes to given addresses. -
Exception Summary Exception Description RemoteControlFailedException Thrown if the remote command could not be send.