Package com.avoka.fc.core.job
Class TransactionLicensingJob
java.lang.Object
com.avoka.fc.core.job.AbstractJob
com.avoka.fc.core.job.BaseJob
com.avoka.fc.core.job.TransactionLicensingJob
- All Implemented Interfaces:
org.quartz.InterruptableJob,org.quartz.Job
Publishes transaction audit data.
- Since:
- 4.3.4
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe schedule - translates to "every night at 12:30am"static final StringThe Job nameFields inherited from class com.avoka.fc.core.job.AbstractJob
JOB_CONTEXT_PARAM, JOB_GROUP_BACKGROUND, JOB_GROUP_MEMORY, logExecution, MANAGER_LISTENERS, SERVLET_CONTEXT, SPRING_CONTEXT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidSubclasses should override this method to provide their functionality.Methods inherited from class com.avoka.fc.core.job.AbstractJob
createAndBindDataContext, execute, getContext, getContextParam, getDataContext, getErrorLogService, getLogger, getServletContext, interrupt, isInterrupted, logException
-
Field Details
-
JOB_NAME
The Job name- See Also:
-
CRON_EXPRESSION
The schedule - translates to "every night at 12:30am"- See Also:
-
-
Constructor Details
-
TransactionLicensingJob
public TransactionLicensingJob()
-
-
Method Details
-
executeJob
public void executeJob()Description copied from class:AbstractJobSubclasses should override this method to provide their functionality. A DataContext object will be bound to the thread executing this task. Any uncommitted changes to the DataContext will be automatically rolled back when this method completes.- Specified by:
executeJobin classAbstractJob
-