Uses of Class
com.jalios.jcms.quota.FileAnalyzerThread
-
Packages that use FileAnalyzerThread Package Description com.jalios.jcms.quota com.jalios.jcms.workspace Contains classes about workspace features. -
-
Uses of FileAnalyzerThread in com.jalios.jcms.quota
Fields in com.jalios.jcms.quota declared as FileAnalyzerThread Modifier and Type Field Description protected FileAnalyzerThread
QuotaManager. currentChannelAnalyzerThread
Methods in com.jalios.jcms.quota that return FileAnalyzerThread Modifier and Type Method Description FileAnalyzerThread
QuotaManager. executeFileAnalyzerThread(Workspace workspace)
FileAnalyzerThread
QuotaManager. getCurrentChannelAnalyzerThread()
Return the current analyzer thread if analyze is in progress -
Uses of FileAnalyzerThread in com.jalios.jcms.workspace
Fields in com.jalios.jcms.workspace declared as FileAnalyzerThread Modifier and Type Field Description protected FileAnalyzerThread
Workspace. currentAnalyzerThread
Methods in com.jalios.jcms.workspace that return FileAnalyzerThread Modifier and Type Method Description FileAnalyzerThread
Workspace. getCurrentAnalyzerThread()
Return the current analyzer thread if analyze is in progress
-