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 String
AFTER_RELOAD_EVENT_ID
Deprecated.static String
BEFORE_RELOAD_EVENT_ID
Deprecated.static String
FLUSH_EVENT_ID
Deprecated.static String
FLUSH_SEAM_EVENT_ID
Deprecated.static String
RELOAD_EVENT_ID
Deprecated.static String
RELOAD_SEAM_EVENT_ID
Deprecated.
-
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
-
-