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
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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Invoke the HTTP URI specified in the job context parameter.Methods inherited from class com.avoka.fc.core.job.AbstractJob
createAndBindDataContext, execute, getContext, getContextParam, getDataContext, getErrorLogService, getLogger, getServletContext, interrupt, isInterrupted, logException
-
Constructor Details
-
HttpInvokerJob
public HttpInvokerJob()
-
-
Method Details
-
executeJob
public void executeJob()Invoke the HTTP URI specified in the job context parameter.- Specified by:
executeJob
in classAbstractJob
-