Class DataTreeListenerInfo
java.lang.Object
org.opendaylight.controller.cluster.mgmt.api.DataTreeListenerInfo
Information about a registered listener.
- Author:
- Thomas Pantelis
-
Constructor Summary
ConstructorsConstructorDescriptionDataTreeListenerInfo(String listener, String registeredPath, boolean isEnabled, long notificationCount) -
Method Summary
Modifier and TypeMethodDescriptionlongboolean
-
Constructor Details
-
DataTreeListenerInfo
@ConstructorParameters({"listener","registeredPath","isEnabled","notificationCount"}) public DataTreeListenerInfo(String listener, String registeredPath, boolean isEnabled, long notificationCount)
-
-
Method Details
-
getListener
-
getRegisteredPath
-
isEnabled
public boolean isEnabled() -
getNotificationCount
public long getNotificationCount()
-