Package com.avoka.fc.core.job
Class HttpInvokerJob
- java.lang.Object
-
- com.avoka.fc.core.job.AbstractJob
-
- com.avoka.fc.core.job.BaseJob
-
- com.avoka.fc.core.job.HttpInvokerJob
-
- All Implemented Interfaces:
org.quartz.InterruptableJob
,org.quartz.Job
public class HttpInvokerJob extends BaseJob
Provides a HTTP URI invocation job to send HTTP events to applications without Quartz scheduling.
-
-
Field Summary
-
Fields 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 Constructor Description HttpInvokerJob()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
executeJob()
Invoke the HTTP URI specified in the job context parameter.-
Methods inherited from class com.avoka.fc.core.job.AbstractJob
execute, getContext, getContextParam, getDataContext, getErrorLogService, getLogger, getServletContext, interrupt, isInterrupted, logException
-
-
-
-
Method Detail
-
executeJob
public void executeJob()
Invoke the HTTP URI specified in the job context parameter.- Specified by:
executeJob
in classAbstractJob
-
-