public class ClearCacheStep extends AbstractStep implements TestingStep
Modifier and Type | Field and Description |
---|---|
protected CacheService |
cacheService |
batchInputFileType, dateTimeService, interrupted, name, parameterService
Constructor and Description |
---|
ClearCacheStep() |
Modifier and Type | Method and Description |
---|---|
boolean |
execute(String jobName,
Date jobRunDate)
Perform this step of a batch job.
|
void |
setCacheService(CacheService cacheService)
Sets the cacheService attribute value.
|
afterPropertiesSet, getBatchInputFileType, getDateTimeService, getName, getParameterService, getRequiredDirectoryNames, interrupt, isInterrupted, setBatchInputFileType, setBeanName, setDateTimeService, setInterrupted, setParameterService
prepareDirectories
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
prepareDirectories
protected CacheService cacheService
public ClearCacheStep()
public boolean execute(String jobName, Date jobRunDate) throws InterruptedException
Step
execute
in interface Step
jobName
- the name of the job running the stepjobRunDate
- the time/date the job is executedInterruptedException
Step.execute(String, Date)
public void setCacheService(CacheService cacheService)
cacheService
- The cacheService to set.Copyright © 2004–2014 The Kuali Foundation. All rights reserved.