Interface Startup


  • @Deprecated
    @Contract
    public interface Startup
    Deprecated.
    Use the RunLevel annotation on the Service instead of implementing this interface.
    Do NOT use this interface anymore, it no longer does anything
    Author:
    Jerome Dochez
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Interface Description
      static class  Startup.Lifecycle
      Deprecated.
      A startup service may be useful during the lifetime of the application server, while others need to process a task and stop running at the end of the server startup.
    • Method Detail

      • getLifecycle

        Startup.Lifecycle getLifecycle()
        Deprecated.
        Returns the life expectency of the service
        Returns:
        the life expectency.