Hi.

I have to schedule some task for let's say 1st of May 2006. How can I set
this in my JobEntry when there is only one constructor :

public JobEntry(int sec, int min, int hour, int wd, int day_mo, String
task);

I don't need repeated execution of my task, just to schedule single
execution at certain point in time. Single execution is no problem - I just
remove the job during first execution it, but this setting of trigger time
is mistery to me. It would be easy for me if there was some constuctor as :
public JobEntry(Date triggerTime, String task)

Can I achieve this thing somehow with constructor given above ?

Thanx,
Vjeran



-- 
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.300 / Virus Database: 265.8.5 - Release Date: 3.2.2005


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to