Class BasicTcpControlEvent

java.lang.Object
kieker.analysis.architecture.adaptation.events.BasicTcpControlEvent
Direct Known Subclasses:
TcpActivationControlEvent, TcpDeactivationControlEvent, TcpUpdateParameterEvent

public class BasicTcpControlEvent extends Object
Contains the information needed to control a certain probe via TCP.
Since:
1.15
Author:
Marc Adolf
  • Constructor Details

    • BasicTcpControlEvent

      public BasicTcpControlEvent(String ip, int port, String serviceComponent, String pattern, long triggerTimestamp)
      Creates a complete control event.
      Parameters:
      ip - Address of the monitored application.
      port - Port of the TCP controller.
      serviceComponent - 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
    • BasicTcpControlEvent

      public BasicTcpControlEvent(String operationSignature, long triggerTimestamp)
      Creates a new control event without content except the pattern.
      Parameters:
      operationSignature - The pattern of the method that should be monitored.
      triggerTimestamp - original trigger timestamp
  • Method Details

    • getIp

      public String getIp()
    • getPort

      public int getPort()
    • getServiceComponent

      public String getServiceComponent()
    • getOperationSignature

      public String getOperationSignature()
    • setIp

      public void setIp(String ip)
    • setPort

      public void setPort(int port)
    • setHostname

      public void setHostname(String hostname)
    • getTriggerTimestamp

      public long getTriggerTimestamp()