Interface MasterChecker
- All Known Implementing Classes:
ContextChainHolderImpl
public interface MasterChecker
Internal OFP interface.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Check if any device is mastered by controller.Mastered devices.
-
Method Details
-
listOfMasteredDevices
List<DeviceInfo> listOfMasteredDevices()Mastered devices.- Returns:
- list of mastered devices
-
isAnyDeviceMastered
boolean isAnyDeviceMastered()Check if any device is mastered by controller.- Returns:
- true if there is at least one device mastered by controller
-