public interface StatListeningCommiter<T extends org.opendaylight.yangtools.yang.binding.DataObject,N extends org.opendaylight.yangtools.yang.binding.NotificationListener> extends org.opendaylight.controller.md.sal.binding.api.DataChangeListener, StatNotifyCommiter<N>
DataChangeListener implementer class rule.
Interface represent a contract between Config/DataStore changes and
Operational/DataStore commits. All Operational/DataStore commit have
to by represent as RPC Device response Notification processing. So
Operational/DS could contains only real mirror of OF Device| Modifier and Type | Method and Description |
|---|---|
void |
cleanForDisconnect(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.nodes.Node> nodeIdent)
All StatListeningCommiter implementer has to clean its actual state
for all cached data related to disconnected node.
|
onDataChangedclosevoid cleanForDisconnect(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.nodes.Node> nodeIdent)
nodeIdent - Copyright © 2016. All rights reserved.