users@glassfish.java.net

Re: Threadpool in Glassfish

From: <forums_at_java.net>
Date: Mon, 20 Jun 2011 18:34:09 -0500 (CDT)

EJB TimerService (look for Schedule or ScheduleExpression) is a cron-like
service. It will execute a specific method on a specific schedule. After you
created the schedule, and the timer (or the container will create a timer for
you based on the annotation details), you do not worry about the next
expiration time.

 

HTH,

-marina


--
[Message sent by forum member 'mvatkina']
View Post: http://forums.java.net/node/812605