Class DataTreeListenerInfo
- java.lang.Object
-
- org.opendaylight.controller.cluster.mgmt.api.DataTreeListenerInfo
-
@NonNullByDefault public final class DataTreeListenerInfo extends Object
Information about a registered listener.- Author:
- Thomas Pantelis
-
-
Constructor Summary
Constructors Constructor Description DataTreeListenerInfo(String listener, String registeredPath, boolean isEnabled, long notificationCount)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetListener()longgetNotificationCount()StringgetRegisteredPath()booleanisEnabled()
-
-
-
Constructor Detail
-
DataTreeListenerInfo
@ConstructorParameters({"listener","registeredPath","isEnabled","notificationCount"}) public DataTreeListenerInfo(String listener, String registeredPath, boolean isEnabled, long notificationCount)
-
-