congrats Icon
New! Tabnine Pro 14-day free trial
Start a free trial
Tabnine Logo
DriverDelegate.calendarExists
Code IndexAdd Tabnine to your IDE (free)

How to use
calendarExists
method
in
org.quartz.impl.jdbcjobstore.DriverDelegate

Best Java code snippets using org.quartz.impl.jdbcjobstore.DriverDelegate.calendarExists (Showing top 4 results out of 315)

origin: quartz-scheduler/quartz

protected boolean calendarExists(Connection conn, String calName)
  throws JobPersistenceException {
  try {
    return getDelegate().calendarExists(conn, calName);
  } catch (SQLException e) {
    throw new JobPersistenceException(
        "Couldn't determine calendar existence (" + calName + "): "
            + e.getMessage(), e);
  }
}
origin: quartz-scheduler/quartz

protected boolean calendarExists(Connection conn, String calName)
  throws JobPersistenceException {
  try {
    return getDelegate().calendarExists(conn, calName);
  } catch (SQLException e) {
    throw new JobPersistenceException(
        "Couldn't determine calendar existence (" + calName + "): "
            + e.getMessage(), e);
  }
}
origin: com.opensymphony.quartz/com.springsource.org.quartz

protected boolean calendarExists(Connection conn, String calName)
  throws JobPersistenceException {
  try {
    return getDelegate().calendarExists(conn, calName);
  } catch (SQLException e) {
    throw new JobPersistenceException(
        "Couldn't determine calendar existence (" + calName + "): "
            + e.getMessage(), e);
  }
}
origin: quartz/quartz-all

protected boolean calendarExists(Connection conn, String calName)
  throws JobPersistenceException {
  try {
    return getDelegate().calendarExists(conn, calName);
  } catch (SQLException e) {
    throw new JobPersistenceException(
        "Couldn't determine calendar existence (" + calName + "): "
            + e.getMessage(), e);
  }
}
org.quartz.impl.jdbcjobstoreDriverDelegatecalendarExists

Javadoc

Check whether or not a calendar exists.

Popular methods of DriverDelegate

  • calendarIsReferenced
    Check whether or not a calendar is referenced by any triggers.
  • deleteCalendar
    Delete a calendar.
  • deleteFiredTrigger
    Delete a fired trigger.
  • deleteFiredTriggers
    Delete all fired triggers of the given instance.
  • deleteJobDetail
    Delete the job detail record for the given job.
  • deletePausedTriggerGroup
  • deleteSchedulerState
    Delete a scheduler-instance state record.
  • deleteTrigger
    Delete the base trigger data for a trigger.
  • insertCalendar
    Insert a new calendar.
  • insertFiredTrigger
    Insert a fired trigger.
  • insertJobDetail
    Insert the job detail record.
  • insertPausedTriggerGroup
  • insertJobDetail,
  • insertPausedTriggerGroup,
  • insertSchedulerState,
  • insertTrigger,
  • isTriggerGroupPaused,
  • jobExists,
  • selectCalendar,
  • selectCalendars,
  • selectFiredTriggerInstanceNames

Popular in Java

  • Updating database using SQL prepared statement
  • onRequestPermissionsResult (Fragment)
  • findViewById (Activity)
  • setScale (BigDecimal)
  • Menu (java.awt)
  • InputStream (java.io)
    A readable source of bytes.Most clients will use input streams that read data from the file system (
  • SocketException (java.net)
    This SocketException may be thrown during socket creation or setting options, and is the superclass
  • HashSet (java.util)
    HashSet is an implementation of a Set. All optional operations (adding and removing) are supported.
  • TreeMap (java.util)
    Walk the nodes of the tree left-to-right or right-to-left. Note that in descending iterations, next
  • UUID (java.util)
    UUID is an immutable representation of a 128-bit universally unique identifier (UUID). There are mul
  • Top 15 Vim Plugins
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyStudentsTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now