Package org.glassfish.api
Interface Startup
-
@Deprecated @Contract public interface Startup
Deprecated.Use theRunLevelannotation 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 classStartup.LifecycleDeprecated.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
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description Startup.LifecyclegetLifecycle()Deprecated.Returns the life expectency of the service
-
-
-
Method Detail
-
getLifecycle
Startup.Lifecycle getLifecycle()
Deprecated.Returns the life expectency of the service- Returns:
- the life expectency.
-
-