com.atlassian.confluence.schedule
Class ManagedScheduledSimpleJob

java.lang.Object
  extended by com.atlassian.confluence.schedule.AbstractManagedScheduledJob
      extended by com.atlassian.confluence.schedule.ManagedScheduledSimpleJob
All Implemented Interfaces:
ManagedScheduledJob

public class ManagedScheduledSimpleJob
extends AbstractManagedScheduledJob

Managed job definition for quartz "simple schedule" based jobs.


Constructor Summary
ManagedScheduledSimpleJob(org.quartz.JobDetail jobDetail, java.lang.Long repeatInterval, java.lang.Integer repeatCount, boolean editable, boolean keepingHistory, boolean canRunAdhoc, boolean canDisable)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 java.lang.Integer getDefaultRepeatCount()
           
 java.lang.Long getDefaultRepeatInterval()
           
 int hashCode()
           
 
Methods inherited from class com.atlassian.confluence.schedule.AbstractManagedScheduledJob
canDisable, canRunAdhoc, getJobDetail, getScheduledJobKey, isEditable, isKeepingHistory, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ManagedScheduledSimpleJob

public ManagedScheduledSimpleJob(org.quartz.JobDetail jobDetail,
                                 java.lang.Long repeatInterval,
                                 java.lang.Integer repeatCount,
                                 boolean editable,
                                 boolean keepingHistory,
                                 boolean canRunAdhoc,
                                 boolean canDisable)
Method Detail

getDefaultRepeatInterval

public java.lang.Long getDefaultRepeatInterval()

getDefaultRepeatCount

public java.lang.Integer getDefaultRepeatCount()

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class AbstractManagedScheduledJob

hashCode

public int hashCode()
Overrides:
hashCode in class AbstractManagedScheduledJob


Copyright © 2003-2014 Atlassian. All Rights Reserved.