Interface MasterChecker
-
- All Known Implementing Classes:
ContextChainHolderImpl
public interface MasterChecker
Internal OFP interface.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isAnyDeviceMastered()
Check if any device is mastered by controller.List<DeviceInfo>
listOfMasteredDevices()
Mastered devices.
-
-
-
Method Detail
-
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
-
-