users@glassfish.java.net

RE: Keeping a timer alive

From: Manfred Riem <mriem_at_manorrock.org>
Date: Thu, 24 Jul 2008 08:25:35 -0600

The following URLs come to mind:

 

 <http://java-x.blogspot.com/2007/01/ejb-3-timer-service.html> http://java-x.blogspot.com/2007/01/ejb-3-timer-service.html

 <http://docs.sun.com/app/docs/doc/820-4496/beahw?a=view> http://docs.sun.com/app/docs/doc/820-4496/beahw?a=view

 <http://www.diotalevi.com/weblog/2006/10/30/java-ee-in-the-trenches-how-to-use-the-timerservice-and-write-a-timer-session-bean/> http://www.diotalevi.com/weblog/2006/10/30/java-ee-in-the-trenches-how-to-use-the-timerservice-and-write-a-timer-session-bean/

 <http://java.sun.com/javaee/5/docs/tutorial/doc/bnboy.html> http://java.sun.com/javaee/5/docs/tutorial/doc/bnboy.html

 

Hope this helps,

Manfred

 

From: Dru Devore [mailto:ddevore_at_duckhouse.us]
Sent: Thursday, July 24, 2008 8:18 AM
To: users_at_glassfish.dev.java.net
Subject: RE: Keeping a timer alive

 

When it was written I am sure there was but I can't think of any presently.

I am looking for examples/tutorials do you have any good ones?





-------- Original Message --------
Subject: RE: Keeping a timer alive
From: "Manfred Riem" <mriem_at_manorrock.org>
Date: Thu, July 24, 2008 9:55 am
To: <users_at_glassfish.dev.java.net>

Any reason why you are not EJB timer service?

 

From: Dru Devore [ <mailto:ddevore_at_duckhouse.us> mailto:ddevore_at_duckhouse.us]
Sent: Thursday, July 24, 2008 7:52 AM
To: glassfish_user
Subject: Keeping a timer alive

 

I have a timer that is running in a servlet in Glassfish and I encountered a problem with it last night, the timer thread stopped. I need a way to ensure the timer is running and if it does stop, to restart it. Is there a way to have the server monitor this or am I hoping for too much?

--------------------------------------------------------------------- To unsubscribe, e-mail: <mailto:users-unsubscribe_at_glassfish.dev.java.net> users-unsubscribe_at_glassfish.dev.java.net For additional commands, e-mail: <mailto:users-help_at_glassfish.dev.java.net> users-help_at_glassfish.dev.java.net

--------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe_at_glassfish.dev.java.net For additional commands, e-mail: users-help_at_glassfish.dev.java.net