Class TcpActivationParameterControlEvent

All Implemented Interfaces:
IParameterEvent

public class TcpActivationParameterControlEvent extends TcpActivationControlEvent implements IParameterEvent
Represents an event for the activation of a probe via TCP. Additionally transfers parameters.
Since:
1.15
Author:
Marc Adolf
  • Constructor Details

    • TcpActivationParameterControlEvent

      public TcpActivationParameterControlEvent(String ip, int port, String hostname, String operationSignature, long triggerTimestamp, Map<String,List<String>> parameters)
      Creates a complete parameter activation 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.
      operationSignature - The operation signature of the method that should be monitored.
      parameters - a map of parameters and a list of each entry per parameter
      triggerTimestamp - original trigger timestamp
    • TcpActivationParameterControlEvent

      public TcpActivationParameterControlEvent(String operationSignature, long triggerTimestamp, Map<String,List<String>> parameters)
      Creates a parameter activation control event without content except the pattern and parameters.
      Parameters:
      operationSignature - The operation signature of the method that should be monitored.
      triggerTimestamp - original trigger timestamp
      parameters - a map of parameters and a list of each entry per parameter
  • Method Details