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 enum 
    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 Summary

    Modifier and Type
    Method
    Description
    Deprecated.
    Returns the life expectency of the service
  • Method Details

    • getLifecycle

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