Class ReconciliationServiceImpl
- java.lang.Object
 - 
- org.opendaylight.openflowplugin.applications.southboundcli.ReconciliationServiceImpl
 
 
- 
- All Implemented Interfaces:
 AutoCloseable,ReconciliationService,org.opendaylight.yangtools.yang.binding.RpcService
public class ReconciliationServiceImpl extends Object implements ReconciliationService, AutoCloseable
 
- 
- 
Constructor Summary
Constructors Constructor Description ReconciliationServiceImpl(org.opendaylight.mdsal.binding.api.DataBroker broker, FrmReconciliationService frmReconciliationService, AlarmAgent alarmAgent, NodeListener nodeListener, FlowGroupCacheManager flowGroupCacheManager) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<ReconcileOutput>>reconcile(ReconcileInput input)Request the reconciliation for given device or set of devices to the controller. 
 - 
 
- 
- 
Constructor Detail
- 
ReconciliationServiceImpl
public ReconciliationServiceImpl(org.opendaylight.mdsal.binding.api.DataBroker broker, FrmReconciliationService frmReconciliationService, AlarmAgent alarmAgent, NodeListener nodeListener, FlowGroupCacheManager flowGroupCacheManager) 
 - 
 
- 
Method Detail
- 
close
public void close()
- Specified by:
 closein interfaceAutoCloseable
 
- 
reconcile
public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<ReconcileOutput>> reconcile(ReconcileInput input)
Description copied from interface:ReconciliationServiceRequest the reconciliation for given device or set of devices to the controller.- Specified by:
 reconcilein interfaceReconciliationService
 
 - 
 
 -