Class TcpDeactivationControlEvent
java.lang.Object
kieker.analysis.architecture.adaptation.events.BasicTcpControlEvent
kieker.analysis.architecture.adaptation.events.TcpDeactivationControlEvent
public class TcpDeactivationControlEvent extends BasicTcpControlEvent
Represents an event for the deactivation of a probe via TCP.
- Since:
- 1.15
- Author:
- Marc Adolf
-
Constructor Summary
Constructors Constructor Description TcpDeactivationControlEvent(java.lang.String ip, int port, java.lang.String hostname, java.lang.String pattern, long triggerTimestamp)
Creates a complete deactivation control event.TcpDeactivationControlEvent(java.lang.String pattern, long triggerTimestamp)
Creates a new deactivation control event without content except the pattern. -
Method Summary
Methods inherited from class kieker.analysis.architecture.adaptation.events.BasicTcpControlEvent
getIp, getOperationSignature, getPort, getServiceComponent, getTriggerTimestamp, setHostname, setIp, setPort
-
Constructor Details
-
TcpDeactivationControlEvent
public TcpDeactivationControlEvent(java.lang.String ip, int port, java.lang.String hostname, java.lang.String pattern, long triggerTimestamp)Creates a complete deactivation control event.- Parameters:
ip
- Address of the monitored application.port
- Port of the TCP controller.hostname
- The name of the component which is using this IP and port.pattern
- The pattern of the method that should be monitored.triggerTimestamp
- original trigger timestamp
-
TcpDeactivationControlEvent
public TcpDeactivationControlEvent(java.lang.String pattern, long triggerTimestamp)Creates a new deactivation control event without content except the pattern.- Parameters:
pattern
- The pattern of the method that should be monitored.triggerTimestamp
- original trigger timestamp
-