Interface StreamMonitorHelperMBean
- All Known Implementing Classes:
StreamMonitorHelper
public interface StreamMonitorHelperMBean
-
Method Summary
Modifier and TypeMethodDescriptionvoidcallStartMonitoringStreamByServicePid(String servicePid) Callson the monitor with the given servicePidinvalid reference
StreamMonitor#startMonitoring()voidcallStopMonitoringStreamByServicePid(String servicePid) Callson the monitor with the given servicePidinvalid reference
StreamMonitor#stopMonitoring()Get the existing network interfaces.Gets all the existingUdpStreamMonitors and their properties
-
Method Details
-
callStartMonitoringStreamByServicePid
Callson the monitor with the given servicePidinvalid reference
StreamMonitor#startMonitoring()- Parameters:
servicePid- the servicePid of the monitor
-
callStopMonitoringStreamByServicePid
Callson the monitor with the given servicePidinvalid reference
StreamMonitor#stopMonitoring()- 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.
-