Package org.nuxeo.runtime.reload
Class ReloadEventNames
- java.lang.Object
-
- org.nuxeo.runtime.reload.ReloadEventNames
-
@Deprecated public class ReloadEventNames extends Object
Deprecated.since 9.3 use directly constants fromReloadService.Copy of event names as triggered by the ReloadService, to make them available on the web layer.- Since:
- 5.6
-
-
Field Summary
Fields Modifier and Type Field Description static StringAFTER_RELOAD_EVENT_IDDeprecated.static StringBEFORE_RELOAD_EVENT_IDDeprecated.static StringFLUSH_EVENT_IDDeprecated.static StringFLUSH_SEAM_EVENT_IDDeprecated.static StringRELOAD_EVENT_IDDeprecated.static StringRELOAD_SEAM_EVENT_IDDeprecated.
-
Constructor Summary
Constructors Constructor Description ReloadEventNames()Deprecated.
-
-
-
Field Detail
-
FLUSH_EVENT_ID
public static final String FLUSH_EVENT_ID
Deprecated.- See Also:
- Constant Field Values
-
FLUSH_SEAM_EVENT_ID
public static final String FLUSH_SEAM_EVENT_ID
Deprecated.- See Also:
- Constant Field Values
-
BEFORE_RELOAD_EVENT_ID
public static final String BEFORE_RELOAD_EVENT_ID
Deprecated.- See Also:
- Constant Field Values
-
AFTER_RELOAD_EVENT_ID
public static final String AFTER_RELOAD_EVENT_ID
Deprecated.- See Also:
- Constant Field Values
-
RELOAD_EVENT_ID
public static final String RELOAD_EVENT_ID
Deprecated.- See Also:
- Constant Field Values
-
RELOAD_SEAM_EVENT_ID
public static final String RELOAD_SEAM_EVENT_ID
Deprecated.- See Also:
- Constant Field Values
-
-