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_START
Sent before starting the runtime -
RUNTIME_STARTED
Sent after the runtime was started -
RUNTIME_ABOUT_TO_STOP
Sent before stopping the runtime -
RUNTIME_STOPPED
Sent after the runtime stopped
- Author:
- Bogdan Stefanescu
-
Field Summary
Modifier and TypeFieldDescriptionfinal int
The event id.final RuntimeService
static final int
static final int
static final int
static final int
-
Constructor Summary
-
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