Fields Summary |
---|
private int | eventType |
private Object | eventData |
private LifecycleEventContext | ctx |
public static final int | INIT_EVENTServer is initializing subsystems and setting up the runtime environment. |
public static final int | STARTUP_EVENTServer is starting up applications |
public static final int | READY_EVENTServer is ready to service requests |
public static final int | SHUTDOWN_EVENTServer is shutting down applications |
public static final int | TERMINATION_EVENTServer is terminating the subsystems and the runtime environment. |