Class NotificationCfg

Object
com.tailf.notif.NotificationCfg

public class NotificationCfg extends Object
  • Constructor Details

    • NotificationCfg

      public NotificationCfg()
      Default constructor, all values has to be set using the setter methods.
    • NotificationCfg

      public NotificationCfg(int heartbeatInterval, int healthCheckInterval)
      Creates a NotificationCfg instance with only the heartbeatInterval and healthCheckInterval. This constructor exist for the internal use of the Notif(java.net.Socket, java.util.EnumSet, int, int) constructor
      Parameters:
      heartbeatInterval -
      healthCheckInterval -
    • NotificationCfg

      public NotificationCfg(Maapi.Verbosity verbosity)
      Creates a NotificationCfg instance with only the verbosity.
      Parameters:
      verbosity - default Maapi.Verbosity.NORMAL
    • NotificationCfg

      public NotificationCfg(int heartbeatInterval, int healthCheckInterval, String streamName, ConfValue startTime, ConfValue stopTime, String xpathFilter, int usid, Maapi.Verbosity verbosity)
      Convenience constructor setting all values. Unused values should be set to their defaults.
      Parameters:
      heartbeatInterval - default 0
      healthCheckInterval - default 0
      streamName - default null
      startTime - default ConfNoExists
      stopTime - default ConfNoExists
      xpathFilter - default null
      usid - default 0
      verbosity - default Maapi.Verbosity.NORMAL
  • Method Details