Class UnprocessedConfigListener

  • All Implemented Interfaces:
    org.glassfish.hk2.api.PostConstruct, org.jvnet.hk2.config.TransactionListener

    @Service
    @RunLevel(value=20,
              mode=0)
    public final class UnprocessedConfigListener
    extends Object
    implements org.glassfish.hk2.api.PostConstruct, org.jvnet.hk2.config.TransactionListener
    Listens for unprocessed config changes
    • Constructor Detail

      • UnprocessedConfigListener

        public UnprocessedConfigListener()
    • Method Detail

      • postConstruct

        public void postConstruct()
        Specified by:
        postConstruct in interface org.glassfish.hk2.api.PostConstruct
      • transactionCommited

        public void transactionCommited​(List<PropertyChangeEvent> changes)
        Specified by:
        transactionCommited in interface org.jvnet.hk2.config.TransactionListener
      • unprocessedTransactedEvents

        public void unprocessedTransactedEvents​(List<org.jvnet.hk2.config.UnprocessedChangeEvents> changes)
        Specified by:
        unprocessedTransactedEvents in interface org.jvnet.hk2.config.TransactionListener
      • serverRequiresRestart

        public boolean serverRequiresRestart()
      • getUnprocessedChangeEvents

        public List<org.jvnet.hk2.config.UnprocessedChangeEvents> getUnprocessedChangeEvents()