|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AdaptorJobInterface
AdaptorJob interface is implemented by different Adaptors.
Method Summary | |
---|---|
String |
getAdaptorClassName()
Getting the adaptor class name |
String |
getAdaptorVersion()
Getting the Adaptor version of installed adaptor plugin |
org.quartz.JobDetail |
getJobDetail()
Returns the JobDetail of the AdaptorJob |
org.quartz.Trigger |
getTrigger()
Returns the Trigger of the AdaptorJob |
void |
initialize(Properties properties)
Initialize AdaptorJob with Properties |
void |
setAdaptorClassName(String className)
Setting the adaptor that a specific job should use. |
void |
setAdaptorProperties(String properties)
Setting adaptor properties |
void |
setAdaptorVersion(String version)
Setting the version of the adaptor. |
Methods inherited from interface org.quartz.Job |
---|
execute |
Method Detail |
---|
void setAdaptorClassName(String className)
className
- - class name of the adaptorString getAdaptorClassName()
void setAdaptorVersion(String version)
version
- - version of the adaptorString getAdaptorVersion()
void setAdaptorProperties(String properties)
properties
- org.quartz.JobDetail getJobDetail()
org.quartz.Trigger getTrigger()
void initialize(Properties properties)
properties
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |