Codota Logo
RemoteScheduler.triggerJob
Code IndexAdd Codota to your IDE (free)

How to use
triggerJob
method
in
org.quartz.impl.RemoteScheduler

Best Java code snippets using org.quartz.impl.RemoteScheduler.triggerJob (Showing top 4 results out of 315)

  • Add the Codota plugin to your IDE and get smart completions
private void myMethod () {
DateTime d =
  • Codota Iconnew DateTime()
  • Codota IconDateTimeFormatter formatter;String text;formatter.parseDateTime(text)
  • Codota IconObject instant;new DateTime(instant)
  • Smart code suggestions by Codota
}
origin: quartz-scheduler/quartz

/**
 * <p>
 * Calls the equivalent method on the 'proxied' <code>QuartzScheduler</code>.
 * </p>
 */
public void triggerJob(JobKey jobKey)
  throws SchedulerException {
  triggerJob(jobKey, null);
}

origin: quartz-scheduler/quartz

/**
 * <p>
 * Calls the equivalent method on the 'proxied' <code>QuartzScheduler</code>.
 * </p>
 */
public void triggerJob(JobKey jobKey)
  throws SchedulerException {
  triggerJob(jobKey, null);
}

origin: com.opensymphony.quartz/com.springsource.org.quartz

/**
 * <p>
 * Calls the equivalent method on the 'proxied' <code>QuartzScheduler</code>,
 * passing the <code>SchedulingContext</code> associated with this
 * instance.
 * </p>
 */
public void triggerJob(String jobName, String groupName)
  throws SchedulerException {
  triggerJob(jobName, groupName, null);
}
 
origin: quartz/quartz-all

/**
 * <p>
 * Calls the equivalent method on the 'proxied' <code>QuartzScheduler</code>,
 * passing the <code>SchedulingContext</code> associated with this
 * instance.
 * </p>
 */
public void triggerJob(String jobName, String groupName)
  throws SchedulerException {
  triggerJob(jobName, groupName, null);
}

org.quartz.implRemoteSchedulertriggerJob

Javadoc

Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.

Popular methods of RemoteScheduler

  • <init>
    Construct a RemoteScheduler instance to proxy the given RemoteableQuartzScheduler instance, and wit
  • getRemoteScheduler
  • getSchedulerInstanceId
    Returns the instance Id of the Scheduler.
  • getSchedulerName
    Returns the name of the Scheduler.
  • invalidateHandleCreateException
  • isInStandbyMode
    Calls the equivalent method on the 'proxied' QuartzScheduler.
  • isShutdown
    Calls the equivalent method on the 'proxied' QuartzScheduler.
  • isStarted
    Whether the scheduler has been started. Note: This only reflects whether #start() has ever been call
  • standby
    Calls the equivalent method on the 'proxied' QuartzScheduler.
  • triggerJobWithVolatileTrigger
    Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associ

Popular in Java

  • Creating JSON documents from java classes using gson
  • findViewById (Activity)
  • getContentResolver (Context)
  • scheduleAtFixedRate (Timer)
    Schedules the specified task for repeated fixed-rate execution, beginning after the specified delay.
  • FileNotFoundException (java.io)
    Thrown when a file specified by a program cannot be found.
  • HttpURLConnection (java.net)
    An URLConnection for HTTP (RFC 2616 [http://tools.ietf.org/html/rfc2616]) used to send and receive d
  • Charset (java.nio.charset)
    A charset is a named mapping between Unicode characters and byte sequences. Every Charset can decode
  • ArrayList (java.util)
    Resizable-array implementation of the List interface. Implements all optional list operations, and p
  • Deque (java.util)
    A linear collection that supports element insertion and removal at both ends. The name deque is shor
  • JLabel (javax.swing)
Codota Logo
  • Products

    Search for Java codeSearch for JavaScript codeEnterprise
  • IDE Plugins

    IntelliJ IDEAWebStormAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogCodota Academy Plugin user guide Terms of usePrivacy policyJava Code IndexJavascript Code Index
Get Codota for your IDE now