• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

BEA Timer Control

 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,

In my application, i m using the BEA Timer controller in web services.
There are few services to be run at end of day...so i m setting the frequency like HOURLY, DAILY and MONTHLY.

From JPF,i am calling the timer's start method like:

timerServiceControl.startTimer();

in the WEB services the startTimer() method has

serviceInvokeTimer.setTimeout(1);
serviceInvokeTimer.setRepeatsEvery(24*60*60);
serviceInvokeTimer.restart();

What is happening ...for example i m setting a EOD service for Daily and another for Hourly.
So the Hourly service is running for 23Hrs and then its stops.DAILY service is not running at all.

Can any one help me in finding out the issue.

Thanks,
Mohan
 
Sheriff
Posts: 13411
Firefox Browser VI Editor Redhat
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
"mohan",
Please check your private messages.
-Ben
 
When it is used for evil, then watch out! When it is used for good, then things are much nicer. Like this tiny ad:
New web page for Paul's Rocket Mass Heaters movies
https://coderanch.com/t/785239/web-page-Paul-Rocket-Mass
reply
    Bookmark Topic Watch Topic
  • New Topic