|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.quartz.JobDetail
org.objectweb.easybeans.component.quartz.EasyBeansJobDetail
public class EasyBeansJobDetail
This class is used to give more parameters to the Invoker Job. It extends the basic class and then add some info in the JobDataMap.
Field Summary | |
---|---|
static java.lang.String |
DATA_KEY
Key for the data that are stored in the Job Data Map. |
private static long |
serialVersionUID
Serial version UID for serializable classes. |
Constructor Summary | |
---|---|
EasyBeansJobDetail(java.lang.String name,
java.lang.String group,
EasyBeansJobDetailData jobDetailData)
Create an EasyBeans Job Detail by specifying a given name, group and data. |
Method Summary | |
---|---|
EasyBeansJobDetailData |
getJobDetailData()
Gets the data for this Job Detail. |
Methods inherited from class org.quartz.JobDetail |
---|
addJobListener, clone, getDescription, getFullName, getGroup, getJobClass, getJobDataMap, getJobListenerNames, getKey, getName, isDurable, isStateful, isVolatile, removeJobListener, requestsRecovery, setDescription, setDurability, setGroup, setJobClass, setJobDataMap, setName, setRequestsRecovery, setVolatility, toString, validate |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private static final long serialVersionUID
public static final java.lang.String DATA_KEY
Constructor Detail |
---|
public EasyBeansJobDetail(java.lang.String name, java.lang.String group, EasyBeansJobDetailData jobDetailData)
name
- the name of this job detailgroup
- the group of this job detailjobDetailData
- The data that are stored in the job detail. It allows to get the
serializable info object that can be given by the user and to retrieve
the right bean.Method Detail |
---|
public EasyBeansJobDetailData getJobDetailData()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |