Codota Logo
CalendarIntervalTriggerImpl.setEndTime
Code IndexAdd Codota to your IDE (free)

How to use
setEndTime
method
in
org.quartz.impl.triggers.CalendarIntervalTriggerImpl

Best Java code snippets using org.quartz.impl.triggers.CalendarIntervalTriggerImpl.setEndTime (Showing top 4 results out of 315)

  • Common ways to obtain CalendarIntervalTriggerImpl
private void myMethod () {
CalendarIntervalTriggerImpl c =
  • Codota Iconnew CalendarIntervalTriggerImpl()
  • Smart code suggestions by Codota
}
origin: quartz-scheduler/quartz

/**
 * <p>
 * Create a <code>DateIntervalTrigger</code> that will occur at the given time,
 * and repeat at the the given interval until the given end time.
 * </p>
 * 
 * @param startTime
 *          A <code>Date</code> set to the time for the <code>Trigger</code>
 *          to fire.
 * @param endTime
 *          A <code>Date</code> set to the time for the <code>Trigger</code>
 *          to quit repeat firing.
 * @param intervalUnit
 *          The repeat interval unit (minutes, days, months, etc).
 * @param repeatInterval
 *          The number of milliseconds to pause between the repeat firing.
 */
public CalendarIntervalTriggerImpl(String name, String group, Date startTime,
    Date endTime, IntervalUnit intervalUnit,  int repeatInterval) {
  super(name, group);
  setStartTime(startTime);
  setEndTime(endTime);
  setRepeatIntervalUnit(intervalUnit);
  setRepeatInterval(repeatInterval);
}
origin: quartz-scheduler/quartz

/**
 * <p>
 * Create a <code>DateIntervalTrigger</code> that will occur at the given time,
 * fire the identified <code>Job</code> and repeat at the the given
 * interval until the given end time.
 * </p>
 * 
 * @param startTime
 *          A <code>Date</code> set to the time for the <code>Trigger</code>
 *          to fire.
 * @param endTime
 *          A <code>Date</code> set to the time for the <code>Trigger</code>
 *          to quit repeat firing.
 * @param intervalUnit
 *          The repeat interval unit (minutes, days, months, etc).
 * @param repeatInterval
 *          The number of milliseconds to pause between the repeat firing.
 */
public CalendarIntervalTriggerImpl(String name, String group, String jobName,
    String jobGroup, Date startTime, Date endTime,  
    IntervalUnit intervalUnit,  int repeatInterval) {
  super(name, group, jobName, jobGroup);
  setStartTime(startTime);
  setEndTime(endTime);
  setRepeatIntervalUnit(intervalUnit);
  setRepeatInterval(repeatInterval);
}
origin: quartz-scheduler/quartz

/**
 * <p>
 * Create a <code>DateIntervalTrigger</code> that will occur at the given time,
 * and repeat at the the given interval until the given end time.
 * </p>
 * 
 * @param startTime
 *          A <code>Date</code> set to the time for the <code>Trigger</code>
 *          to fire.
 * @param endTime
 *          A <code>Date</code> set to the time for the <code>Trigger</code>
 *          to quit repeat firing.
 * @param intervalUnit
 *          The repeat interval unit (minutes, days, months, etc).
 * @param repeatInterval
 *          The number of milliseconds to pause between the repeat firing.
 */
public CalendarIntervalTriggerImpl(String name, String group, Date startTime,
    Date endTime, IntervalUnit intervalUnit,  int repeatInterval) {
  super(name, group);
  setStartTime(startTime);
  setEndTime(endTime);
  setRepeatIntervalUnit(intervalUnit);
  setRepeatInterval(repeatInterval);
}
origin: quartz-scheduler/quartz

/**
 * <p>
 * Create a <code>DateIntervalTrigger</code> that will occur at the given time,
 * fire the identified <code>Job</code> and repeat at the the given
 * interval until the given end time.
 * </p>
 * 
 * @param startTime
 *          A <code>Date</code> set to the time for the <code>Trigger</code>
 *          to fire.
 * @param endTime
 *          A <code>Date</code> set to the time for the <code>Trigger</code>
 *          to quit repeat firing.
 * @param intervalUnit
 *          The repeat interval unit (minutes, days, months, etc).
 * @param repeatInterval
 *          The number of milliseconds to pause between the repeat firing.
 */
public CalendarIntervalTriggerImpl(String name, String group, String jobName,
    String jobGroup, Date startTime, Date endTime,  
    IntervalUnit intervalUnit,  int repeatInterval) {
  super(name, group, jobName, jobGroup);
  setStartTime(startTime);
  setEndTime(endTime);
  setRepeatIntervalUnit(intervalUnit);
  setRepeatInterval(repeatInterval);
}
org.quartz.impl.triggersCalendarIntervalTriggerImplsetEndTime

Javadoc

Set the time at which the DateIntervalTrigger should quit repeating (and be automatically deleted).

Popular methods of CalendarIntervalTriggerImpl

  • <init>
    Create a DateIntervalTrigger that will occur immediately, and repeat at the the given interval.
  • getRepeatInterval
  • getRepeatIntervalUnit
  • getTimeZone
  • getTimesTriggered
  • setRepeatInterval
  • setRepeatIntervalUnit
  • setTimeZone
  • daylightSavingHourShiftOccurredAndAdvanceNeeded
  • getEndTime
    Get the time at which the DateIntervalTrigger should quit repeating.
  • getFireTimeAfter
  • getMisfireInstruction
  • getFireTimeAfter,
  • getMisfireInstruction,
  • getNextFireTime,
  • getStartTime,
  • hasAdditionalProperties,
  • isPreserveHourOfDayAcrossDaylightSavings,
  • isSkipDayIfHourDoesNotExist,
  • setMisfireInstruction,
  • setNextFireTime

Popular in Java

  • Updating database using SQL prepared statement
  • getSupportFragmentManager (FragmentActivity)
  • findViewById (Activity)
  • notifyDataSetChanged (ArrayAdapter)
  • URL (java.net)
    A Uniform Resource Locator that identifies the location of an Internet resource as specified by RFC
  • Vector (java.util)
    The Vector class implements a growable array of objects. Like an array, it contains components that
  • Collectors (java.util.stream)
  • Annotation (javassist.bytecode.annotation)
    The annotation structure.An instance of this class is returned bygetAnnotations() in AnnotationsAttr
  • HttpServlet (javax.servlet.http)
    Provides an abstract class to be subclassed to create an HTTP servlet suitable for a Web site. A sub
  • IsNull (org.hamcrest.core)
    Is the value null?
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