public abstract class SchedulerService extends Object
| Constructor and Description |
|---|
SchedulerService() |
| Modifier and Type | Method and Description |
|---|---|
long |
getInterval() |
org.apache.logging.log4j.Logger |
getLog() |
SchedulerType |
getSchedularType() |
TimeUnit |
getTimeUnit() |
boolean |
isRecurring() |
void |
performScheduledTask(Long pId) |
void |
setInterval(long pInterval) |
void |
setLog(org.apache.logging.log4j.Logger pLog) |
void |
setRecurring(boolean pRecurring) |
void |
setSchedularType(SchedulerType pSchedularType) |
void |
setTimeUnit(TimeUnit pTimeUnit) |
void |
start() |
public void start()
public void performScheduledTask(Long pId)
public SchedulerType getSchedularType()
public void setSchedularType(SchedulerType pSchedularType)
public TimeUnit getTimeUnit()
public void setTimeUnit(TimeUnit pTimeUnit)
public long getInterval()
public void setInterval(long pInterval)
public boolean isRecurring()
public void setRecurring(boolean pRecurring)
public org.apache.logging.log4j.Logger getLog()
public void setLog(org.apache.logging.log4j.Logger pLog)
Copyright © 2018. All rights reserved.