|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Base interface for scheduled job processes. All JobProcesses are configurable. They have a single void "action" method - executeJob that starts the process.
All initialization, etc. occurs through the ConfigurationManager framework.
XML Configuration Schema:
<JobProcess processClass="[ class of IJobProcess implementation ]" >
<!-- configuration parameters of the IJobProcess class -->
</JobProcess>
| Method Summary | |
void |
executeJob(RaritanPageContext rpc)
|
void |
executeJob(java.lang.String[] args)
|
java.lang.String |
getConfigurationXML()
|
void |
initialize(org.w3c.dom.Element elem)
Initializes the object from an XML tag or element. |
| Method Detail |
public void initialize(org.w3c.dom.Element elem)
IConfigurable
initialize in interface IConfigurablepublic void executeJob(RaritanPageContext rpc)
public void executeJob(java.lang.String[] args)
public java.lang.String getConfigurationXML()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||