Class J2eeSchedulerJobData
java.lang.Object
io.smint.clapi.consumer.integration.j2ee.J2eeSchedulerJobData
A POJO definition to store job data for an J2EE based scheduler.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
timer
The timer that was created to schedule the job. -
jobKey
The key for the job to lookup this information. -
job
The job to execute for every timer event.
-
-
Constructor Details
-
J2eeSchedulerJobData
public J2eeSchedulerJobData()
-