public final class RegisterDataTreeChangeListener extends Object implements Externalizable, ListenerRegistrationMessage
DOMDataTreeChangeListener registration be made on the
shard leader.| Constructor and Description |
|---|
RegisterDataTreeChangeListener() |
RegisterDataTreeChangeListener(org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier path,
akka.actor.ActorRef dataTreeChangeListenerPath,
boolean registerOnAllInstances) |
| Modifier and Type | Method and Description |
|---|---|
akka.actor.ActorPath |
getListenerActorPath() |
org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier |
getPath() |
boolean |
isRegisterOnAllInstances() |
void |
readExternal(ObjectInput in) |
String |
toString() |
void |
writeExternal(ObjectOutput out) |
public RegisterDataTreeChangeListener()
public RegisterDataTreeChangeListener(org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier path,
akka.actor.ActorRef dataTreeChangeListenerPath,
boolean registerOnAllInstances)
public org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier getPath()
getPath in interface ListenerRegistrationMessagepublic akka.actor.ActorPath getListenerActorPath()
getListenerActorPath in interface ListenerRegistrationMessagepublic boolean isRegisterOnAllInstances()
isRegisterOnAllInstances in interface ListenerRegistrationMessagepublic void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionCopyright © 2018 OpenDaylight. All rights reserved.