Package ninja.lifecycle

Interface Summary
LifecycleService Responsible for starting/stopping the application
 

Class Summary
LifecycleServiceImpl Implementation of the lifecycle service
LifecycleSupport Guice support for lifecycle
 

Enum Summary
State States that are possible for a service.
 

Exception Summary
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 Types Summary
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 © 2012. All Rights Reserved.