Interface MasterChecker
-
- All Known Implementing Classes:
ContextChainHolderImpl
public interface MasterCheckerInternal OFP interface.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisAnyDeviceMastered()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
-
-