org.openmrs.scheduler
Class SchedulerConstants

java.lang.Object
  extended by org.openmrs.scheduler.SchedulerConstants

public class SchedulerConstants
extends java.lang.Object


Field Summary
static java.lang.String SCHEDULER_ADMIN_EMAIL_ENABLED_PROPERTY
          Scheduler admin email enable property - Tell us whether we can send mail or not
static java.lang.String SCHEDULER_ADMIN_EMAIL_PROPERTY
          Scheduler admin email property - Used to email administrator if a task fails
static long SCHEDULER_DEFAULT_DELAY
           
static java.lang.String SCHEDULER_DEFAULT_FROM
          The default 'from' address for emails send by the schedule
static java.lang.String SCHEDULER_DEFAULT_PASSWORD
           
static java.lang.String SCHEDULER_DEFAULT_SUBJECT
          The default 'subject' for emails send by the schedule
static java.lang.String SCHEDULER_DEFAULT_USERNAME
           
static int SCHEDULER_MILLIS_PER_SECOND
           
static java.lang.String SCHEDULER_PASSWORD_PROPERTY
          Deprecated. This is not needed anymore since tasks are run as the Daemon user. See Daemon.executeScheduledTask(Task)
static java.lang.String SCHEDULER_USERNAME_PROPERTY
          Deprecated. This is not needed anymore since tasks are run as the Daemon user. See Daemon.executeScheduledTask(Task)
 
Constructor Summary
SchedulerConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SCHEDULER_MILLIS_PER_SECOND

public static int SCHEDULER_MILLIS_PER_SECOND

SCHEDULER_DEFAULT_DELAY

public static long SCHEDULER_DEFAULT_DELAY

SCHEDULER_DEFAULT_USERNAME

public static java.lang.String SCHEDULER_DEFAULT_USERNAME

SCHEDULER_DEFAULT_PASSWORD

public static java.lang.String SCHEDULER_DEFAULT_PASSWORD

SCHEDULER_DEFAULT_FROM

public static final java.lang.String SCHEDULER_DEFAULT_FROM
The default 'from' address for emails send by the schedule

See Also:
Constant Field Values

SCHEDULER_DEFAULT_SUBJECT

public static final java.lang.String SCHEDULER_DEFAULT_SUBJECT
The default 'subject' for emails send by the schedule

See Also:
Constant Field Values

SCHEDULER_USERNAME_PROPERTY

@Deprecated
public static java.lang.String SCHEDULER_USERNAME_PROPERTY
Deprecated. This is not needed anymore since tasks are run as the Daemon user. See Daemon.executeScheduledTask(Task)

SCHEDULER_PASSWORD_PROPERTY

@Deprecated
public static java.lang.String SCHEDULER_PASSWORD_PROPERTY
Deprecated. This is not needed anymore since tasks are run as the Daemon user. See Daemon.executeScheduledTask(Task)

SCHEDULER_ADMIN_EMAIL_ENABLED_PROPERTY

public static java.lang.String SCHEDULER_ADMIN_EMAIL_ENABLED_PROPERTY
Scheduler admin email enable property - Tell us whether we can send mail or not


SCHEDULER_ADMIN_EMAIL_PROPERTY

public static java.lang.String SCHEDULER_ADMIN_EMAIL_PROPERTY
Scheduler admin email property - Used to email administrator if a task fails

Constructor Detail

SchedulerConstants

public SchedulerConstants()

OpenMRS-1.7.x

Generated Apr 27 2012 10:06 PM. NOTE - these libraries are in active development and subject to change