Uses of Class
de.xima.fc.timing.TriggerKeyFactory.ETriggerGroups
-
Packages that use TriggerKeyFactory.ETriggerGroups Package Description de.xima.fc.timing Logic for the scheduling of tasks -
-
Uses of TriggerKeyFactory.ETriggerGroups in de.xima.fc.timing
Methods in de.xima.fc.timing that return TriggerKeyFactory.ETriggerGroups Modifier and Type Method Description static TriggerKeyFactory.ETriggerGroups
TriggerKeyFactory.ETriggerGroups. valueOf(String name)
Returns the enum constant of this type with the specified name.static TriggerKeyFactory.ETriggerGroups[]
TriggerKeyFactory.ETriggerGroups. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.xima.fc.timing with parameters of type TriggerKeyFactory.ETriggerGroups Modifier and Type Method Description static org.quartz.TriggerKey
TriggerKeyFactory. getProtocolCleanupTrigger(TriggerKeyFactory.ETriggerGroups triggerGroup)
static org.quartz.TriggerKey
TriggerKeyFactory. getSystemCleanupTrigger(TriggerKeyFactory.ETriggerGroups triggerGroup)
-