Interface StreamMonitorHelperMBean

All Known Implementing Classes:
StreamMonitorHelper

public interface StreamMonitorHelperMBean
  • Method Details

    • callStartMonitoringStreamByServicePid

      void callStartMonitoringStreamByServicePid(String servicePid)
      Calls
      invalid reference
      StreamMonitor#startMonitoring()
      on the monitor with the given servicePid
      Parameters:
      servicePid - the servicePid of the monitor
    • callStopMonitoringStreamByServicePid

      void callStopMonitoringStreamByServicePid(String servicePid)
      Calls
      invalid reference
      StreamMonitor#stopMonitoring()
      on the monitor with the given servicePid
      Parameters:
      servicePid - the servicePid of the monitor
    • udpStreamMonitors

      List<Map<String,Object>> udpStreamMonitors()
      Gets all the existing UdpStreamMonitors and their properties
      Returns:
      a list of UdpStreamMonitors
    • networkInterfaces

      Map<String,String> networkInterfaces()
      Get the existing network interfaces. The map key is the interface name (eg. eth0) and the map value is the interface display name (eg. Network 2) and IP address.
      Returns:
      map of interface names to interface display name and IP address.