RunLevel
annotation on the Service instead of
implementing this interface.@Deprecated @Contract public interface Startup
Modifier and Type | Interface and 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.
|
Modifier and Type | Method and Description |
---|---|
Startup.Lifecycle |
getLifecycle()
Deprecated.
Returns the life expectency of the service
|
Startup.Lifecycle getLifecycle()
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.