Class LifecycleModuleService

  • All Implemented Interfaces:
    EventListener, FutureProvider<Result<Thread>>, org.glassfish.hk2.api.PostConstruct, org.glassfish.hk2.api.PreDestroy

    @Service
    @RunLevel(10)
    public class LifecycleModuleService
    extends Object
    implements org.glassfish.hk2.api.PreDestroy, org.glassfish.hk2.api.PostConstruct, EventListener, FutureProvider<Result<Thread>>
    Support class to assist in firing LifecycleEvent notifications to registered LifecycleListeners.
    • Constructor Detail

      • LifecycleModuleService

        public LifecycleModuleService()
    • Method Detail

      • postConstruct

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

        public void preDestroy()
        Specified by:
        preDestroy in interface org.glassfish.hk2.api.PreDestroy