Class TopologyDataChangeCounterDeployer
java.lang.Object
org.opendaylight.protocol.data.change.counter.TopologyDataChangeCounterDeployer
- All Implemented Interfaces:
 AutoCloseable,org.opendaylight.mdsal.binding.api.DataTreeChangeListener<DataChangeCounterConfig>
@Singleton
public final class TopologyDataChangeCounterDeployer
extends Object
implements org.opendaylight.mdsal.binding.api.DataTreeChangeListener<DataChangeCounterConfig>, AutoCloseable
- 
Constructor Summary
ConstructorsConstructorDescriptionTopologyDataChangeCounterDeployer(org.opendaylight.mdsal.binding.api.DataBroker dataBroker)  - 
Method Summary
Modifier and TypeMethodDescriptionvoidclose()voidonDataTreeChanged(List<org.opendaylight.mdsal.binding.api.DataTreeModification<DataChangeCounterConfig>> changes) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.opendaylight.mdsal.binding.api.DataTreeChangeListener
onInitialData 
- 
Constructor Details
- 
TopologyDataChangeCounterDeployer
@Inject public TopologyDataChangeCounterDeployer(org.opendaylight.mdsal.binding.api.DataBroker dataBroker)  
 - 
 - 
Method Details
- 
close
@PreDestroy public void close()- Specified by:
 closein interfaceAutoCloseable
 - 
onDataTreeChanged
public void onDataTreeChanged(List<org.opendaylight.mdsal.binding.api.DataTreeModification<DataChangeCounterConfig>> changes) - Specified by:
 onDataTreeChangedin interfaceorg.opendaylight.mdsal.binding.api.DataTreeChangeListener<DataChangeCounterConfig>
 
 -