| Interface | Description |
|---|---|
| LifecycleService |
Responsible for starting/stopping the application
|
| Class | Description |
|---|---|
| LifecycleServiceImpl |
Implementation of the lifecycle service
|
| LifecycleSupport |
Guice support for lifecycle
|
| Enum | Description |
|---|---|
| State |
States that are possible for a service.
|
| Exception | Description |
|---|---|
| FailedDisposeException |
Exception thrown when an error occurs when disposing of a bean
|
| FailedStartException |
Exception thrown when an error occurs while starting a bean
|
| LifecycleException |
Exception thrown when an error occurs in the lifecycle
|
| Annotation Type | Description |
|---|---|
| Dispose |
Annotation indicating this method should be called on application shut down.
|
| Start |
Annotation indicating this method should be called when the application starts up.
|
Copyright © 2019 ninjaframework. All rights reserved.