| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GroupMatcher | |
|---|---|
| org.quartz | The main package of Quartz, containing the client-side interfaces. | 
| org.quartz.core | Contains the core classes and interfaces for the Quartz job scheduler. | 
| org.quartz.impl | Contains implementations of the SchedulerFactory, JobStore, ThreadPool, and other interfaces required by the org.quartz.core.QuartzScheduler. | 
| org.quartz.impl.jdbcjobstore | |
| org.quartz.impl.matchers | |
| org.quartz.simpl | Contains simple / light-weight implementations (with no dependencies on external libraries) of interfaces required by the org.quartz.core.QuartzScheduler. | 
| org.quartz.spi | Contains Service Provider Interfaces that can be implemented by those wishing to create and use custom versions of Quartz back-end/behind-the-scenes services. | 
| Uses of GroupMatcher in org.quartz | 
|---|
| Methods in org.quartz with parameters of type GroupMatcher | |
|---|---|
|  java.util.Set<JobKey> | Scheduler.getJobKeys(GroupMatcher<JobKey> matcher)Get the keys of all the in the matching groups. | 
|  java.util.Set<TriggerKey> | Scheduler.getTriggerKeys(GroupMatcher<TriggerKey> matcher)Get the names of all the in the given
 group. | 
|  void | Scheduler.pauseJobs(GroupMatcher<JobKey> matcher)Pause all of the in the
 matching groups - by pausing all of theirTriggers. | 
|  void | Scheduler.pauseTriggers(GroupMatcher<TriggerKey> matcher)Pause all of the in the groups matching. | 
|  void | Scheduler.resumeJobs(GroupMatcher<JobKey> matcher)Resume (un-pause) all of the in matching groups. | 
|  void | Scheduler.resumeTriggers(GroupMatcher<TriggerKey> matcher)Resume (un-pause) all of the in matching groups. | 
| Uses of GroupMatcher in org.quartz.core | 
|---|
| Methods in org.quartz.core with parameters of type GroupMatcher | |
|---|---|
|  java.util.Set<JobKey> | RemotableQuartzScheduler.getJobKeys(GroupMatcher<JobKey> matcher) | 
|  java.util.Set<JobKey> | QuartzScheduler.getJobKeys(GroupMatcher<JobKey> matcher)Get the names of all the in the
 matching groups. | 
|  java.util.Set<TriggerKey> | RemotableQuartzScheduler.getTriggerKeys(GroupMatcher<TriggerKey> matcher) | 
|  java.util.Set<TriggerKey> | QuartzScheduler.getTriggerKeys(GroupMatcher<TriggerKey> matcher)Get the names of all the in
 the matching groups. | 
|  void | QuartzSchedulerMBeanImpl.pauseJobs(GroupMatcher matcher) | 
|  void | RemotableQuartzScheduler.pauseJobs(GroupMatcher<JobKey> matcher) | 
|  void | QuartzScheduler.pauseJobs(GroupMatcher<JobKey> groupMatcher)Pause all of the in the
 matching groups - by pausing all of theirTriggers. | 
|  void | RemotableQuartzScheduler.pauseTriggers(GroupMatcher<TriggerKey> matcher) | 
|  void | QuartzScheduler.pauseTriggers(GroupMatcher<TriggerKey> matcher)Pause all of the in the matching groups. | 
|  void | QuartzSchedulerMBeanImpl.resumeJobs(GroupMatcher matcher) | 
|  void | RemotableQuartzScheduler.resumeJobs(GroupMatcher<JobKey> matcher) | 
|  void | QuartzScheduler.resumeJobs(GroupMatcher<JobKey> matcher)Resume (un-pause) all of the in the matching groups. | 
|  void | RemotableQuartzScheduler.resumeTriggers(GroupMatcher<TriggerKey> matcher) | 
|  void | QuartzScheduler.resumeTriggers(GroupMatcher<TriggerKey> matcher)Resume (un-pause) all of the in the
 matching groups. | 
| Uses of GroupMatcher in org.quartz.impl | 
|---|
| Methods in org.quartz.impl with parameters of type GroupMatcher | |
|---|---|
|  java.util.Set<JobKey> | StdScheduler.getJobKeys(GroupMatcher<JobKey> matcher)Calls the equivalent method on the 'proxied' QuartzScheduler. | 
|  java.util.Set<JobKey> | RemoteScheduler.getJobKeys(GroupMatcher<JobKey> matcher)Calls the equivalent method on the 'proxied' QuartzScheduler. | 
|  java.util.Set<JobKey> | RemoteMBeanScheduler.getJobKeys(GroupMatcher<JobKey> matcher)Calls the equivalent method on the 'proxied' QuartzScheduler,
 passing theSchedulingContextassociated with this
 instance. | 
|  java.util.Set<TriggerKey> | StdScheduler.getTriggerKeys(GroupMatcher<TriggerKey> matcher)Calls the equivalent method on the 'proxied' QuartzScheduler. | 
|  java.util.Set<TriggerKey> | RemoteScheduler.getTriggerKeys(GroupMatcher<TriggerKey> matcher)Calls the equivalent method on the 'proxied' QuartzScheduler. | 
|  java.util.Set<TriggerKey> | RemoteMBeanScheduler.getTriggerKeys(GroupMatcher<TriggerKey> matcher)Calls the equivalent method on the 'proxied' QuartzScheduler,
 passing theSchedulingContextassociated with this
 instance. | 
|  void | StdScheduler.pauseJobs(GroupMatcher<JobKey> matcher)Calls the equivalent method on the 'proxied' QuartzScheduler. | 
|  void | RemoteScheduler.pauseJobs(GroupMatcher<JobKey> matcher)Calls the equivalent method on the 'proxied' QuartzScheduler. | 
|  void | RemoteMBeanScheduler.pauseJobs(GroupMatcher<JobKey> matcher)Calls the equivalent method on the 'proxied' QuartzScheduler,
 passing theSchedulingContextassociated with this
 instance. | 
|  void | StdScheduler.pauseTriggers(GroupMatcher<TriggerKey> matcher)Calls the equivalent method on the 'proxied' QuartzScheduler. | 
|  void | RemoteScheduler.pauseTriggers(GroupMatcher<TriggerKey> matcher)Calls the equivalent method on the 'proxied' QuartzScheduler. | 
|  void | RemoteMBeanScheduler.pauseTriggers(GroupMatcher<TriggerKey> matcher)Calls the equivalent method on the 'proxied' QuartzScheduler,
 passing theSchedulingContextassociated with this
 instance. | 
|  void | StdScheduler.resumeJobs(GroupMatcher<JobKey> matcher)Calls the equivalent method on the 'proxied' QuartzScheduler. | 
|  void | RemoteScheduler.resumeJobs(GroupMatcher<JobKey> matcher)Calls the equivalent method on the 'proxied' QuartzScheduler. | 
|  void | RemoteMBeanScheduler.resumeJobs(GroupMatcher<JobKey> matcher)Calls the equivalent method on the 'proxied' QuartzScheduler,
 passing theSchedulingContextassociated with this
 instance. | 
|  void | StdScheduler.resumeTriggers(GroupMatcher<TriggerKey> matcher)Calls the equivalent method on the 'proxied' QuartzScheduler. | 
|  void | RemoteScheduler.resumeTriggers(GroupMatcher<TriggerKey> matcher)Calls the equivalent method on the 'proxied' QuartzScheduler. | 
|  void | RemoteMBeanScheduler.resumeTriggers(GroupMatcher<TriggerKey> matcher)Calls the equivalent method on the 'proxied' QuartzScheduler,
 passing theSchedulingContextassociated with this
 instance. | 
| Uses of GroupMatcher in org.quartz.impl.jdbcjobstore | 
|---|
| Methods in org.quartz.impl.jdbcjobstore with parameters of type GroupMatcher | |
|---|---|
|  int | StdJDBCDelegate.deletePausedTriggerGroup(java.sql.Connection conn,
                         GroupMatcher<TriggerKey> matcher) | 
|  int | DriverDelegate.deletePausedTriggerGroup(java.sql.Connection conn,
                         GroupMatcher<TriggerKey> matcher) | 
|  java.util.Set<JobKey> | JobStoreSupport.getJobKeys(GroupMatcher<JobKey> matcher)Get the names of all of the s that
 matcher the given groupMatcher. | 
| protected  java.util.Set<JobKey> | JobStoreSupport.getJobNames(java.sql.Connection conn,
            GroupMatcher<JobKey> matcher) | 
|  java.util.Set<TriggerKey> | JobStoreSupport.getTriggerKeys(GroupMatcher<TriggerKey> matcher)Get the names of all of the s
 that match the given group Matcher. | 
| protected  java.util.Set<TriggerKey> | JobStoreSupport.getTriggerNames(java.sql.Connection conn,
                GroupMatcher<TriggerKey> matcher) | 
|  java.util.Set<java.lang.String> | JobStoreSupport.pauseJobs(GroupMatcher<JobKey> matcher)Pause all of the matching the given
 groupMatcher - by pausing all of theirTriggers. | 
|  java.util.Set<java.lang.String> | JobStoreSupport.pauseTriggerGroup(java.sql.Connection conn,
                  GroupMatcher<TriggerKey> matcher)Pause all of the matching the
 given groupMatcher. | 
|  java.util.Set<java.lang.String> | JobStoreSupport.pauseTriggers(GroupMatcher<TriggerKey> matcher)Pause all of the matching the
 given groupMatcher. | 
|  java.util.Set<java.lang.String> | JobStoreSupport.resumeJobs(GroupMatcher<JobKey> matcher)Resume (un-pause) all of the in
 the given group. | 
|  java.util.Set<java.lang.String> | JobStoreSupport.resumeTriggerGroup(java.sql.Connection conn,
                   GroupMatcher<TriggerKey> matcher)Resume (un-pause) all of the matching the given groupMatcher. | 
|  java.util.Set<java.lang.String> | JobStoreSupport.resumeTriggers(GroupMatcher<TriggerKey> matcher)Resume (un-pause) all of the matching the given groupMatcher. | 
|  java.util.Set<JobKey> | StdJDBCDelegate.selectJobsInGroup(java.sql.Connection conn,
                  GroupMatcher<JobKey> matcher)Select all of the jobs contained in a given group. | 
|  java.util.Set<JobKey> | DriverDelegate.selectJobsInGroup(java.sql.Connection conn,
                  GroupMatcher<JobKey> matcher)Select all of the jobs contained in a given group. | 
|  java.util.List<java.lang.String> | StdJDBCDelegate.selectTriggerGroups(java.sql.Connection conn,
                    GroupMatcher<TriggerKey> matcher) | 
|  java.util.List<java.lang.String> | DriverDelegate.selectTriggerGroups(java.sql.Connection conn,
                    GroupMatcher<TriggerKey> matcher) | 
|  java.util.Set<TriggerKey> | StdJDBCDelegate.selectTriggersInGroup(java.sql.Connection conn,
                      GroupMatcher<TriggerKey> matcher)Select all of the triggers contained in a given group. | 
|  java.util.Set<TriggerKey> | DriverDelegate.selectTriggersInGroup(java.sql.Connection conn,
                      GroupMatcher<TriggerKey> matcher)Select all of the triggers contained in a given group. | 
| protected  java.lang.String | StdJDBCDelegate.toSqlLikeClause(GroupMatcher matcher) | 
|  int | StdJDBCDelegate.updateTriggerGroupStateFromOtherState(java.sql.Connection conn,
                                      GroupMatcher<TriggerKey> matcher,
                                      java.lang.String newState,
                                      java.lang.String oldState)Update all of the triggers of the given group to the given new state, if they are in the given old state. | 
|  int | DriverDelegate.updateTriggerGroupStateFromOtherState(java.sql.Connection conn,
                                      GroupMatcher<TriggerKey> matcher,
                                      java.lang.String newState,
                                      java.lang.String oldState)Update all of the triggers of the given group to the given new state, if they are in the given old state. | 
|  int | StdJDBCDelegate.updateTriggerGroupStateFromOtherStates(java.sql.Connection conn,
                                       GroupMatcher<TriggerKey> matcher,
                                       java.lang.String newState,
                                       java.lang.String oldState1,
                                       java.lang.String oldState2,
                                       java.lang.String oldState3)Update all triggers in the given group to the given new state, if they are in one of the given old states. | 
|  int | DriverDelegate.updateTriggerGroupStateFromOtherStates(java.sql.Connection conn,
                                       GroupMatcher<TriggerKey> matcher,
                                       java.lang.String newState,
                                       java.lang.String oldState1,
                                       java.lang.String oldState2,
                                       java.lang.String oldState3)Update all triggers in the given group to the given new state, if they are in one of the given old states. | 
| Uses of GroupMatcher in org.quartz.impl.matchers | 
|---|
| Methods in org.quartz.impl.matchers that return GroupMatcher | |
|---|---|
| static GroupMatcher | GroupMatcher.groupContains(java.lang.String compareTo)Create a GroupMatcher that matches groups containing the given string. | 
| static GroupMatcher | GroupMatcher.groupEndsWith(java.lang.String compareTo)Create a GroupMatcher that matches groups ending with the given string. | 
| static GroupMatcher | GroupMatcher.groupEquals(java.lang.String compareTo)Create a GroupMatcher that matches groups equaling the given string. | 
| static GroupMatcher | GroupMatcher.groupStartsWith(java.lang.String compareTo)Create a GroupMatcher that matches groups starting with the given string. | 
| Uses of GroupMatcher in org.quartz.simpl | 
|---|
| Methods in org.quartz.simpl with parameters of type GroupMatcher | |
|---|---|
|  java.util.Set<JobKey> | RAMJobStore.getJobKeys(GroupMatcher<JobKey> matcher)Get the names of all of the s that
 match the given groupMatcher. | 
|  java.util.Set<TriggerKey> | RAMJobStore.getTriggerKeys(GroupMatcher<TriggerKey> matcher)Get the names of all of the s
 that match the given groupMatcher. | 
|  java.util.List<java.lang.String> | RAMJobStore.pauseJobs(GroupMatcher<JobKey> matcher)Pause all of the in the
 given group - by pausing all of theirTriggers. | 
|  java.util.List<java.lang.String> | RAMJobStore.pauseTriggers(GroupMatcher<TriggerKey> matcher)Pause all of the known matching. | 
|  java.util.Collection<java.lang.String> | RAMJobStore.resumeJobs(GroupMatcher<JobKey> matcher)Resume (un-pause) all of the in the given group. | 
|  java.util.List<java.lang.String> | RAMJobStore.resumeTriggers(GroupMatcher<TriggerKey> matcher)Resume (un-pause) all of the in the
 given group. | 
| Uses of GroupMatcher in org.quartz.spi | 
|---|
| Methods in org.quartz.spi with parameters of type GroupMatcher | |
|---|---|
|  java.util.Set<JobKey> | JobStore.getJobKeys(GroupMatcher<JobKey> matcher)Get the keys of all of the s that
 have the given group name. | 
|  java.util.Set<TriggerKey> | JobStore.getTriggerKeys(GroupMatcher<TriggerKey> matcher)Get the names of all of the s
 that have the given group name. | 
|  java.util.Collection<java.lang.String> | JobStore.pauseJobs(GroupMatcher<JobKey> groupMatcher)Pause all of the in the given
 group - by pausing all of theirTriggers. | 
|  java.util.Collection<java.lang.String> | JobStore.pauseTriggers(GroupMatcher<TriggerKey> matcher)Pause all of the in the
 given group. | 
|  java.util.Collection<java.lang.String> | JobStore.resumeJobs(GroupMatcher<JobKey> matcher)Resume (un-pause) all of the in
 the given group. | 
|  java.util.Collection<java.lang.String> | JobStore.resumeTriggers(GroupMatcher<TriggerKey> matcher)Resume (un-pause) all of the in the given group. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||