Interface ReconciliationFrameworkRegistrar
- 
- All Known Subinterfaces:
- MastershipChangeServiceManager,- OwnershipChangeListener
 - All Known Implementing Classes:
- MastershipChangeServiceManagerImpl
 
 public interface ReconciliationFrameworkRegistrar
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisReconciliationFrameworkRegistered()Check if reconciliation framework is registered.
 
- 
- 
- 
Method Detail- 
isReconciliationFrameworkRegisteredboolean 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
 
 
- 
 
-