Package org.nuxeo.runtime
Class RuntimeServiceEvent
java.lang.Object
org.nuxeo.runtime.RuntimeServiceEvent
An event in the Nuxeo Runtime life cycle.
The following event types are defined:
-
RUNTIME_ABOUT_TO_STARTSent before starting the runtime -
RUNTIME_STARTEDSent after the runtime was started -
RUNTIME_ABOUT_TO_STOPSent before stopping the runtime -
RUNTIME_STOPPEDSent after the runtime stopped
- Author:
- Bogdan Stefanescu
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal intThe event id.final RuntimeServicestatic final intstatic final intstatic final intstatic final int -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
RUNTIME_ABOUT_TO_START
public static final int RUNTIME_ABOUT_TO_START- See Also:
-
RUNTIME_STARTED
public static final int RUNTIME_STARTED- See Also:
-
RUNTIME_ABOUT_TO_STOP
public static final int RUNTIME_ABOUT_TO_STOP- See Also:
-
RUNTIME_STOPPED
public static final int RUNTIME_STOPPED- See Also:
-
id
public final int idThe event id. -
runtime
-
-
Constructor Details
-
RuntimeServiceEvent
-
-
Method Details