Class Overview
Since filling the list of deactivated users is slow, we pre-fill it as soon as the container is fully
initialised. This avoids the big user-visible delay the first time something that needs to know about
deactivated users is loaded.
Summary
| Public Methods |
|
void
|
doExecute(JobExecutionContext jobExecutionContext)
|
|
[Expand]
Inherited Methods |
From class
com.atlassian.quartz.jobs.AbstractJob
|
From class
org.springframework.scheduling.quartz.QuartzJobBean
|
final
void
|
execute(JobExecutionContext arg0)
|
|
abstract
void
|
executeInternal(JobExecutionContext arg0)
|
|
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
From interface
com.opensymphony.xwork.LocaleProvider
|
From interface
org.quartz.Job
|
abstract
void
|
execute(JobExecutionContext arg0)
|
|
Public Constructors
public
UserCacheFillerJob
()
Public Methods
public
void
doExecute
(JobExecutionContext jobExecutionContext)