public enum SchedulerJobInstanceEvent extends Enum<SchedulerJobInstanceEvent>
SchedulerJob
.Enum Constant and Description |
---|
ON_CONDITIONS_MET |
ON_CONDITIONS_NOT_MET |
ON_FAILURE |
ON_KILL |
ON_PREPARE |
ON_RERUN |
ON_RUN |
ON_SUCCESS |
ON_TIME_OUT |
Modifier and Type | Method and Description |
---|---|
static SchedulerJobInstanceEvent |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SchedulerJobInstanceEvent[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SchedulerJobInstanceEvent ON_PREPARE
public static final SchedulerJobInstanceEvent ON_TIME_OUT
public static final SchedulerJobInstanceEvent ON_CONDITIONS_MET
public static final SchedulerJobInstanceEvent ON_CONDITIONS_NOT_MET
public static final SchedulerJobInstanceEvent ON_RUN
public static final SchedulerJobInstanceEvent ON_SUCCESS
public static final SchedulerJobInstanceEvent ON_FAILURE
public static final SchedulerJobInstanceEvent ON_RERUN
public static final SchedulerJobInstanceEvent ON_KILL
public static SchedulerJobInstanceEvent[] values()
for (SchedulerJobInstanceEvent c : SchedulerJobInstanceEvent.values()) System.out.println(c);
public static SchedulerJobInstanceEvent valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2014–2018 Apache Software Foundation. All rights reserved.