protected class CmsSearchManager.CmsSearchOfflineIndexWorkThread
extends java.lang.Thread
This was decoupled from the main CmsSearchManager.CmsSearchOfflineIndexThread
in order to avoid
problems if a single operation "hangs" the Tread.
限定符 | 构造器和说明 |
---|---|
protected |
CmsSearchManager.CmsSearchOfflineIndexWorkThread(I_CmsReport report,
java.util.List<CmsPublishedResource> resourcesToIndex)
Updates the offline search indexes for the given list of resources.
|
限定符和类型 | 方法和说明 |
---|---|
void |
run() |
activeCount, checkAccess, clone, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield
protected CmsSearchManager.CmsSearchOfflineIndexWorkThread(I_CmsReport report, java.util.List<CmsPublishedResource> resourcesToIndex)
report
- the report to write the index information toresourcesToIndex
- the list of CmsPublishedResource
objects to index