Class UnprocessedConfigListener

java.lang.Object
org.glassfish.internal.config.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 Details

    • UnprocessedConfigListener

      public UnprocessedConfigListener()
  • Method Details

    • 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()