Save This Page
Home » quartz-1.6.0 » org » quartz » impl » jdbcjobstore » [javadoc | source]
org.quartz.impl.jdbcjobstore
public final class: Util [javadoc | source]
java.lang.Object
   org.quartz.impl.jdbcjobstore.Util

This class contains utility functions for use in all delegate classes.

Method from org.quartz.impl.jdbcjobstore.Util Summary:
getJobNameKey,   getTriggerNameKey,   rtp
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.quartz.impl.jdbcjobstore.Util Detail:
 static String getJobNameKey(String jobName,
    String groupName) 

    Obtain a unique key for a given job.

 static String getTriggerNameKey(String triggerName,
    String groupName) 

    Obtain a unique key for a given trigger.

 public static String rtp(String query,
    String tablePrefix) 

    Replace the table prefix in a query by replacing any occurrences of "{0}" with the table prefix.