Class AMXBootService

  • All Implemented Interfaces:
    ConfigListener

    @Service(name="amx-boot-service")
    @RunLevel(10)
    public class AMXBootService
    extends Object
    implements ConfigListener
    Service to boot AMX if it is enabled
    Since:
    4.1.2.172
    Author:
    jonathan coustick
    • Constructor Detail

      • AMXBootService

        public AMXBootService()
    • Method Detail

      • postConstruct

        @PostConstruct
        public void postConstruct()
      • setEnabled

        public void setEnabled​(boolean enabled,
                               boolean dynamic)
      • 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