com.cybelia.sandra
Enum SchedulerJobFactory.SchedulerJobClass
java.lang.Object
java.lang.Enum<SchedulerJobFactory.SchedulerJobClass>
com.cybelia.sandra.SchedulerJobFactory.SchedulerJobClass
- All Implemented Interfaces:
- Serializable, Comparable<SchedulerJobFactory.SchedulerJobClass>
- Enclosing class:
- SchedulerJobFactory
public static enum SchedulerJobFactory.SchedulerJobClass
- extends Enum<SchedulerJobFactory.SchedulerJobClass>
FIND_UNCONNECTED_CAMION
public static final SchedulerJobFactory.SchedulerJobClass FIND_UNCONNECTED_CAMION
NO_COORD_GPS_VERIFIER
public static final SchedulerJobFactory.SchedulerJobClass NO_COORD_GPS_VERIFIER
NO_LOCKED_GPS_VERIFIER
public static final SchedulerJobFactory.SchedulerJobClass NO_LOCKED_GPS_VERIFIER
CLEAN_UP_NOTIFICATION
public static final SchedulerJobFactory.SchedulerJobClass CLEAN_UP_NOTIFICATION
RAZ_NUMBER_OF_CONNECTION
public static final SchedulerJobFactory.SchedulerJobClass RAZ_NUMBER_OF_CONNECTION
SEND_STATS_NOTIFICATION
public static final SchedulerJobFactory.SchedulerJobClass SEND_STATS_NOTIFICATION
FIND_DANGEROUS_BREEDER
public static final SchedulerJobFactory.SchedulerJobClass FIND_DANGEROUS_BREEDER
IBU_VERIFIER
public static final SchedulerJobFactory.SchedulerJobClass IBU_VERIFIER
schedulerClass
protected Class<? extends SchedulerJobFactory.SchedulerJob> schedulerClass
pattern
protected String pattern
values
public static SchedulerJobFactory.SchedulerJobClass[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (SchedulerJobFactory.SchedulerJobClass c : SchedulerJobFactory.SchedulerJobClass.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static SchedulerJobFactory.SchedulerJobClass valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name - the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
getSchedulerClass
public Class<? extends SchedulerJobFactory.SchedulerJob> getSchedulerClass()
getPattern
public String getPattern()
Copyright © 2008-2012 Cybelia. All Rights Reserved.