public class DataChangeListenerRegistrationProxy extends Object implements org.opendaylight.yangtools.concepts.ListenerRegistration
Registering a DataChangeListener on the Data Store creates a new instance of the ListenerRegistrationProxy The ListenerRegistrationProxy talks to a remote ListenerRegistration actor.
| Constructor and Description |
|---|
DataChangeListenerRegistrationProxy(String shardName,
ActorContext actorContext,
L listener) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
Object |
getInstance() |
void |
init(org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier path,
org.opendaylight.controller.md.sal.common.api.data.AsyncDataBroker.DataChangeScope scope) |
public DataChangeListenerRegistrationProxy(String shardName, ActorContext actorContext, L listener)
public Object getInstance()
getInstance in interface org.opendaylight.yangtools.concepts.ObjectRegistrationpublic void init(org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier path,
org.opendaylight.controller.md.sal.common.api.data.AsyncDataBroker.DataChangeScope scope)
public void close()
close in interface AutoCloseableclose in interface org.opendaylight.yangtools.concepts.ListenerRegistrationclose in interface org.opendaylight.yangtools.concepts.ObjectRegistrationclose in interface org.opendaylight.yangtools.concepts.RegistrationCopyright © 2018 OpenDaylight. All rights reserved.