T - Type of data object in the MD-SAL datastore to listen.C - Type of event context.public abstract class InventoryMaintainer<T extends org.opendaylight.yangtools.yang.binding.DataObject,C> extends DataStoreListener<T,C>
| Modifier | Constructor and Description |
|---|---|
protected |
InventoryMaintainer(TxQueue queue,
org.opendaylight.controller.md.sal.binding.api.DataBroker broker,
Class<T> clz)
Construct a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
submit(TxTask<?> task)
Execute the given transaction task on the transaction queue.
|
protected void |
submitInitial(TxTask<?> task)
Execute the given transaction task for initialization on the
transaction queue.
|
handleTree, isUpdated, onCreated, onRemoved, onUpdatedcheckPath, enterEvent, exitEvent, getTargetType, getWildcardPath, isRequiredEvent, nullValue, onDataTreeChanged, registerListeneraddCloseable, close, getLoggerCopyright © 2018 OpenDaylight. All rights reserved.