Uses of Class
de.xima.fc.timing.NameMatcher
Packages that use NameMatcher
-
Uses of NameMatcher in de.xima.fc.timing
Methods in de.xima.fc.timing that return NameMatcherModifier and TypeMethodDescriptionstatic <T extends org.quartz.utils.Key<T>>
NameMatcher<T>NameMatcher.anyGroup()
static NameMatcher<org.quartz.JobKey>
NameMatcher.anyJobGroup()
static NameMatcher<org.quartz.TriggerKey>
NameMatcher.anyTriggerGroup()
static <T extends org.quartz.utils.Key<T>>
NameMatcher<T>NameMatcher.groupContains
(String compareTo) static <T extends org.quartz.utils.Key<T>>
NameMatcher<T>NameMatcher.groupEndsWith
(String compareTo) static <T extends org.quartz.utils.Key<T>>
NameMatcher<T>NameMatcher.groupEquals
(String compareTo) static <T extends org.quartz.utils.Key<T>>
NameMatcher<T>NameMatcher.groupStartsWith
(String compareTo) static NameMatcher<org.quartz.JobKey>
NameMatcher.jobGroupContains
(String compareTo) static NameMatcher<org.quartz.JobKey>
NameMatcher.jobGroupEndsWith
(String compareTo) static NameMatcher<org.quartz.JobKey>
NameMatcher.jobGroupEquals
(String compareTo) static NameMatcher<org.quartz.JobKey>
NameMatcher.jobGroupStartsWith
(String compareTo) static NameMatcher<org.quartz.TriggerKey>
NameMatcher.triggerGroupContains
(String compareTo) static NameMatcher<org.quartz.TriggerKey>
NameMatcher.triggerGroupEndsWith
(String compareTo) static NameMatcher<org.quartz.TriggerKey>
NameMatcher.triggerGroupEquals
(String compareTo) static NameMatcher<org.quartz.TriggerKey>
NameMatcher.triggerGroupStartsWith
(String compareTo) Methods in de.xima.fc.timing with parameters of type NameMatcherModifier and TypeMethodDescriptionstatic Set<org.quartz.JobKey>
ScheduleManager.getJobs
(NameMatcher<org.quartz.JobKey> nameMatcher) Finds all quartz jobs with a certain name.static Set<org.quartz.JobKey>
ScheduleManager.getJobs
(org.quartz.impl.matchers.GroupMatcher<org.quartz.JobKey> groupMatcher, NameMatcher<org.quartz.JobKey> nameMatcher) Finds all jobs with a certain name in the given groups.static Set<org.quartz.TriggerKey>
ScheduleManager.getTriggers
(NameMatcher<org.quartz.TriggerKey> nameMatcher) Finds all quartz triggers with a certain name.static Set<org.quartz.TriggerKey>
ScheduleManager.getTriggers
(org.quartz.impl.matchers.GroupMatcher<org.quartz.TriggerKey> groupMatcher, NameMatcher<org.quartz.TriggerKey> nameMatcher) Finds all triggers with a certain name in the given groups.static void
ScheduleManager.removeJobs
(org.quartz.impl.matchers.GroupMatcher<org.quartz.JobKey> groupMatcher, NameMatcher<org.quartz.JobKey> nameMatcher) Removes all job that match the given group and name.