Class TransactionServiceConfigListener

  • All Implemented Interfaces:
    org.glassfish.hk2.api.PostConstruct, ConfigListener

    @Service
    public class TransactionServiceConfigListener
    extends Object
    implements ConfigListener, org.glassfish.hk2.api.PostConstruct
    ConfigListener class for TransactionService and TransactionService monitoring level changes
    Author:
    Marina Vatkina
    • Constructor Detail

      • TransactionServiceConfigListener

        public TransactionServiceConfigListener()
    • Method Detail

      • postConstruct

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

        public UnprocessedChangeEvents changed​(PropertyChangeEvent[] events)
        Description copied from interface: ConfigListener
        Notification that @Configured objects that were injected have changed
        Specified by:
        changed in interface ConfigListener
        Parameters:
        events - list of changes
        Returns:
        the list of unprocessed events (requiring a restart) or null if all reconfiguration was processed successfully