5.6.5 Application Phase - Reference Documentation
Authors: Andres Almiray
Version: 1.2.0
5.6.5 Application Phase
All applications have the same life-cycle phases. You can inspect in which phase the application is currently on by calling thegetPhase()
method on an application instance. Valid values are defined by the ApplicationPhase enum : INITIALIZE
, STARTUP
, READY
, MAIN
and SHUTDOWN
.