Package ninja.lifecycle
-
Interface Summary Interface Description LifecycleService Responsible for starting/stopping the application -
Class Summary Class Description LifecycleServiceImpl Implementation of the lifecycle serviceLifecycleSupport Guice support for lifecycle -
Enum Summary Enum Description State States that are possible for a service. -
Exception Summary Exception Description FailedDisposeException Exception thrown when an error occurs when disposing of a beanFailedStartException Exception thrown when an error occurs while starting a beanLifecycleException Exception thrown when an error occurs in the lifecycle -
Annotation Types Summary 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.