Interface IProbeController
- All Known Implementing Classes:
DummyProbeController
,TcpProbeController
public interface IProbeController
- Author:
- Reiner Jung
-
Method Summary
Modifier and Type Method Description void
controlProbe(BasicTcpControlEvent event)
Control probe with given event.
-
Method Details
-
controlProbe
Control probe with given event.- Parameters:
event
- control information- Throws:
RemoteControlFailedException
- on errors to control the probe
-