Hear us Roar
Article:
 |
|
Job Scheduling in Java
|
| Subject: |
|
How can i return an object from the Quartz implementaion class |
| Date: |
|
2007-09-24 04:20:15 |
| From: |
|
ss_raj
|
|
|
|
Hi,
I have implemented a scheduler successfully, using Quartz.Now the prob i face is, i need to return an object such as Hashtable from the Job implementation class back to the scheduler class which calls it.
I'm not able to return anything bcoz the execute() method which does the job is of void return type.
Any suggestions would be appreciated.
|
|
| |