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 Details

    • DataTreeListenerInfo

      @ConstructorParameters({"listener","registeredPath","isEnabled","notificationCount"}) public DataTreeListenerInfo(String listener, String registeredPath, boolean isEnabled, long notificationCount)
  • Method Details

    • getListener

      public String getListener()
    • getRegisteredPath

      public String getRegisteredPath()
    • isEnabled

      public boolean isEnabled()
    • getNotificationCount

      public long getNotificationCount()