public class QuartzSessionValidationJob extends Object implements org.quartz.Job
ValidatingSessionManager.validateSessions()
method on a configured session manager. The session manager will automatically be injected by the
superclass if it is in the job data map or the scheduler map.| Constructor and Description |
|---|
QuartzSessionValidationJob() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(org.quartz.JobExecutionContext context)
Called when the job is executed by quartz.
|
public void execute(org.quartz.JobExecutionContext context)
throws org.quartz.JobExecutionException
execute in interface org.quartz.Jobcontext - the Quartz job execution context for this execution.org.quartz.JobExecutionExceptionCopyright © 2004–2020 The Apache Software Foundation. All rights reserved.