Class SecureAdminConfigMonitor

  • All Implemented Interfaces:
    org.jvnet.hk2.config.ConfigListener

    @Service
    @RunLevel(20)
    public class SecureAdminConfigMonitor
    extends Object
    implements org.jvnet.hk2.config.ConfigListener
    Tracks changes to secure admin configuration, basically so it can report restart-required.
    Author:
    Tim Quinn
    • Constructor Detail

      • SecureAdminConfigMonitor

        public SecureAdminConfigMonitor()
    • Method Detail

      • changed

        public org.jvnet.hk2.config.UnprocessedChangeEvents changed​(PropertyChangeEvent[] events)
        Specified by:
        changed in interface org.jvnet.hk2.config.ConfigListener