Interface ReconciliationFrameworkRegistrar
-
- All Known Subinterfaces:
MastershipChangeServiceManager
,OwnershipChangeListener
- All Known Implementing Classes:
MastershipChangeServiceManagerImpl
public interface ReconciliationFrameworkRegistrar
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isReconciliationFrameworkRegistered()
Check if reconciliation framework is registered.
-
-
-
Method Detail
-
isReconciliationFrameworkRegistered
boolean isReconciliationFrameworkRegistered()
Check if reconciliation framework is registered. If not the eventOwnershipChangeListener.becomeMasterBeforeSubmittedDS(DeviceInfo)
will not be triggered.- Returns:
- true if there exists any reconciliation framework registration
-
-