public abstract class CronTask extends Object implements Runnable
| Modifier and Type | Field and Description |
|---|---|
protected ExecutionLog |
log |
| Constructor and Description |
|---|
CronTask() |
| Modifier and Type | Method and Description |
|---|---|
protected ExecutionLog |
createExecutionLog() |
String |
getClassName() |
String |
getLocalizedName() |
org.slf4j.Logger |
getLogger() |
protected Atomic.TxMode |
getTxMode() |
void |
output(String filename,
byte[] fileContent) |
void |
output(String filename,
byte[] fileContent,
boolean append) |
void |
run() |
abstract void |
runTask() |
protected void |
taskLog() |
protected void |
taskLog(String format,
Object... args) |
protected transient ExecutionLog log
protected Atomic.TxMode getTxMode()
public String getLocalizedName()
public String getClassName()
public org.slf4j.Logger getLogger()
protected ExecutionLog createExecutionLog()
public void output(String filename, byte[] fileContent, boolean append)
public void output(String filename, byte[] fileContent)
protected final void taskLog()
Copyright © 2018 FenixEdu. All rights reserved.