Uses of Class
org.apache.turbine.services.schedule.AbstractJobEntry.ScheduleType
-
Packages that use AbstractJobEntry.ScheduleType Package Description org.apache.turbine.services.schedule The scheduler service can run tasks in the background. -
-
Uses of AbstractJobEntry.ScheduleType in org.apache.turbine.services.schedule
Methods in org.apache.turbine.services.schedule that return AbstractJobEntry.ScheduleType Modifier and Type Method Description static AbstractJobEntry.ScheduleTypeAbstractJobEntry.ScheduleType. valueOf(String name)Returns the enum constant of this type with the specified name.static AbstractJobEntry.ScheduleType[]AbstractJobEntry.ScheduleType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-