public abstract class ScheduledJob extends Assembler
Modifier and Type | Field and Description |
---|---|
static int |
CACHE_SIZE_DEFAULT
The default size of the scheduler job cache if module caching is on.
|
static String |
CACHE_SIZE_KEY
The key for the scheduler job cache size if module caching is on.
|
static String |
NAME
Represents Scheduled Job Objects
|
static String |
PREFIX
Prefix for scheduler job related classes
|
Constructor and Description |
---|
ScheduledJob() |
Modifier and Type | Method and Description |
---|---|
String |
getPrefix()
Abstract method to provide the prefix for module related classes and templates
|
abstract void |
run(JobEntry job)
Run the Jobentry from the scheduler queue.
|
getRunData
public static final String PREFIX
public static final String CACHE_SIZE_KEY
public static final int CACHE_SIZE_DEFAULT
public static final String NAME
public ScheduledJob()
Copyright © 2000-2015 The Apache Software Foundation. All Rights Reserved.