Java

Moderators: zibadian
Number of threads: 7818
Number of posts: 18218

This Forum Only
Post New Thread
Single Post View       Linear View       Threaded View      f

Report
How to do job scheduling in java Posted by manojkodagali on 18 Apr 2005 at 10:56 PM
i am developing a software for a enterprise which needs job scheduling to be done.I have written some programs but those are not working.So give me some sample programs to do job scheduling.
Report
Re: How to do job scheduling in java Posted by MoonFog on 20 Apr 2005 at 10:51 AM
: i am developing a software for a enterprise which needs job scheduling to be done.I have written some programs but those are not working.So give me some sample programs to do job scheduling.
:

I'm not sure of what exactly it is that you want, but if you use a timer you can schedule it to send actionevents at certain times. That way you can run the jobs when the action event is received.
Report
Re: How to do job scheduling in java Posted by manojkodagali on 20 Apr 2005 at 11:14 PM
: : i am developing a software for a enterprise which needs job scheduling to be done.I have written some programs but those are not working.So give me some sample programs to do job scheduling.
: :
:
: I'm not sure of what exactly it is that you want, but if you use a timer you can schedule it to send actionevents at certain times. That way you can run the jobs when the action event is received.
:
Thank u for the suggestion.I know about about the timer class.Can you give me a sample code in which i can sechedule two or more tasks.
Report
Re: How to do job scheduling in java Posted by MoonFog on 21 Apr 2005 at 1:16 AM
: : : i am developing a software for a enterprise which needs job scheduling to be done.I have written some programs but those are not working.So give me some sample programs to do job scheduling.
: : :
: :
: : I'm not sure of what exactly it is that you want, but if you use a timer you can schedule it to send actionevents at certain times. That way you can run the jobs when the action event is received.
: :
: Thank u for the suggestion.I know about about the timer class.Can you give me a sample code in which i can sechedule two or more tasks.
:

What tasks do you want to do? I was talking very generally, because when you catch that event, just call the code you need to call for the job to finish.

Report
Re: How to do job scheduling in java Posted by manojkodagali on 21 Apr 2005 at 1:54 AM
: : : : i am developing a software for a enterprise which needs job scheduling to be done.I have written some programs but those are not working.So give me some sample programs to do job scheduling.
: : : :
: : :
: : : I'm not sure of what exactly it is that you want, but if you use a timer you can schedule it to send actionevents at certain times. That way you can run the jobs when the action event is received.
: : :
: : Thank u for the suggestion.I know about about the timer class.Can you give me a sample code in which i can sechedule two or more tasks.
: :
:
: What tasks do you want to do? I was talking very generally, because when you catch that event, just call the code you need to call for the job to finish.
:
:
Tasks i want to do is to send mails,Receive mails and do Escalation of mails to higher authorities.Escalation means the mail will be sent to higher authorities when the people under them will not reply to the customer's mail.
Report
Re: How to do job scheduling in java Posted by manojkodagali on 21 Apr 2005 at 10:59 PM
: : : : : i am developing a software for a enterprise which needs job scheduling to be done.I have written some programs but those are not working.So give me some sample programs to do job scheduling.
: : : : :
: : : :
: : : : I'm not sure of what exactly it is that you want, but if you use a timer you can schedule it to send actionevents at certain times. That way you can run the jobs when the action event is received.
: : : :
: : : Thank u for the suggestion.I know about about the timer class.Can you give me a sample code in which i can sechedule two or more tasks.
: : :
: :
: : What tasks do you want to do? I was talking very generally, because when you catch that event, just call the code you need to call for the job to finish.
: :
: :
: Tasks i want to do is to send mails,Receive mails and do Escalation of mails to higher authorities.Escalation means the mail will be sent to higher authorities when the people under them will not reply to the customer's mail.
:
I just wanted a sample code of job scheduling, Eg:-Jobs scheduled whenever a samll task is performed, job to be done after 2 hours.I dont need java mail code.Only the core java code.



 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.