Class TicketCleanupJob
java.lang.Object
org.alfresco.repo.security.authentication.TicketCleanupJob
- All Implemented Interfaces:
org.quartz.Job,org.quartz.StatefulJob
- Author:
- Andy
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(org.quartz.JobExecutionContext context) Calls the cleaner to do its work
-
Constructor Details
-
TicketCleanupJob
public TicketCleanupJob()
-
-
Method Details
-
execute
public void execute(org.quartz.JobExecutionContext context) throws org.quartz.JobExecutionException Calls the cleaner to do its work- Specified by:
executein interfaceorg.quartz.Job- Throws:
org.quartz.JobExecutionException
-