Interface StreamMonitorHelperMBean
- All Known Implementing Classes:
StreamMonitorHelper
public interface StreamMonitorHelperMBean
-
Method Summary
Modifier and TypeMethodDescriptionvoidcallStartMonitoringStreamByServicePid(String servicePid) CallsStreamMonitor#startMonitoring()on the monitor with the given servicePidvoidcallStopMonitoringStreamByServicePid(String servicePid) CallsStreamMonitor#stopMonitoring()on the monitor with the given servicePidGet the existing network interfaces.Gets all the existingUdpStreamMonitors and their properties
-
Method Details
-
callStartMonitoringStreamByServicePid
CallsStreamMonitor#startMonitoring()on the monitor with the given servicePid- Parameters:
servicePid- the servicePid of the monitor
-
callStopMonitoringStreamByServicePid
CallsStreamMonitor#stopMonitoring()on the monitor with the given servicePid- Parameters:
servicePid- the servicePid of the monitor
-
udpStreamMonitors
Gets all the existingUdpStreamMonitors and their properties- Returns:
- a list of
UdpStreamMonitors
-
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.
-