|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteu.scape_project.watch.scheduling.AdaptorJob
public abstract class AdaptorJob
Constructor Summary | |
---|---|
AdaptorJob()
|
Method Summary | |
---|---|
boolean |
equals(Object object)
|
void |
execute(org.quartz.JobExecutionContext jec)
|
String |
getAdaptorClassName()
Getting the adaptor class name |
String |
getAdaptorVersion()
Getting the Adaptor version of installed adaptor plugin |
protected Properties |
getProperties()
|
protected abstract void |
initialize()
|
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 class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface eu.scape_project.watch.interfaces.AdaptorJobInterface |
---|
getJobDetail, getTrigger |
Constructor Detail |
---|
public AdaptorJob()
Method Detail |
---|
public void execute(org.quartz.JobExecutionContext jec) throws org.quartz.JobExecutionException
execute
in interface org.quartz.Job
org.quartz.JobExecutionException
public void setAdaptorClassName(String className)
AdaptorJobInterface
setAdaptorClassName
in interface AdaptorJobInterface
className
- - class name of the adaptorpublic String getAdaptorClassName()
AdaptorJobInterface
getAdaptorClassName
in interface AdaptorJobInterface
public void setAdaptorVersion(String version)
AdaptorJobInterface
setAdaptorVersion
in interface AdaptorJobInterface
version
- - version of the adaptorpublic String getAdaptorVersion()
AdaptorJobInterface
getAdaptorVersion
in interface AdaptorJobInterface
public void setAdaptorProperties(String properties)
AdaptorJobInterface
setAdaptorProperties
in interface AdaptorJobInterface
public void initialize(Properties properties)
AdaptorJobInterface
initialize
in interface AdaptorJobInterface
protected Properties getProperties()
protected abstract void initialize()
public boolean equals(Object object)
equals
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |