| org.ow2.easybeans.component.quartz.EasyBeansJobDetail
EasyBeansJobDetail | public class EasyBeansJobDetail extends JobDetail (Code) | | 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.
author: Florent Benoit |
Field Summary | |
final public static String | DATA_KEY Key for the data that are stored in the Job Data Map. |
Constructor Summary | |
public | EasyBeansJobDetail(String name, String group, EasyBeansJobDetailData jobDetailData) Create an EasyBeans Job Detail by specifying a given name, group and data.
The EasyBeansJob class will be used as Job.
Parameters: name - the name of this job detail Parameters: group - the group of this job detail Parameters: jobDetailData - The data that are stored in the job detail. |
DATA_KEY | final public static String DATA_KEY(Code) | | Key for the data that are stored in the Job Data Map.
|
EasyBeansJobDetail | public EasyBeansJobDetail(String name, String group, EasyBeansJobDetailData jobDetailData)(Code) | | Create an EasyBeans Job Detail by specifying a given name, group and data.
The EasyBeansJob class will be used as Job.
Parameters: name - the name of this job detail Parameters: group - the group of this job detail Parameters: jobDetailData - The data that are stored in the job detail. It allows to get theserializable info object that can be given by the user and to retrievethe right bean. |
|
|