Class BaseNotificationBroadcaster

java.lang.Object
org.apache.tomcat.util.modeler.BaseNotificationBroadcaster
All Implemented Interfaces:
NotificationBroadcaster

public class BaseNotificationBroadcaster extends Object implements NotificationBroadcaster
Implementation of NotificationBroadcaster for attribute change notifications. This class is used by BaseModelMBean to handle notifications of attribute change events to interested listeners.
Author:
Craig R. McClanahan, Costin Manolache
  • Field Details

    • entries

      protected ArrayList<org.apache.tomcat.util.modeler.BaseNotificationBroadcasterEntry> entries
      The set of registered BaseNotificationBroadcasterEntry entries.
  • Constructor Details

    • BaseNotificationBroadcaster

      public BaseNotificationBroadcaster()
  • Method Details