@WebServlet(value="/fachref/documentAnalyzer")
public class DocumentAnalyzerServlet
extends org.mycore.frontend.servlets.MCRServlet
implements org.quartz.Job
| Constructor and Description |
|---|
DocumentAnalyzerServlet() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(org.quartz.JobExecutionContext context)
execute method to be called by the quartz framework.
|
void |
updateAnalysis()
updates the analyses for the whole stock
|
doGet, doPost, encodeURL, getLayoutService, getProperty, getServletBaseURL, getSession, initpublic void execute(org.quartz.JobExecutionContext context)
execute in interface org.quartz.Jobcontext - job execution context from the quartz frameworkpublic void updateAnalysis()
throws java.lang.Exception
java.lang.Exception - thrown if one of the things that can go wrong goes wrong ...