[jboss-cvs] JBossAS SVN: r109221 - projects/specs/trunk/jboss-ejb-api_3.1_spec/src/main/java/javax/ejb.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Nov 10 02:34:43 EST 2010


Author: jaikiran
Date: 2010-11-10 02:34:43 -0500 (Wed, 10 Nov 2010)
New Revision: 109221

Modified:
   projects/specs/trunk/jboss-ejb-api_3.1_spec/src/main/java/javax/ejb/TimerService.java
Log:
JBEE-66 Updated the javax.ejb.TimerService javadoc

Modified: projects/specs/trunk/jboss-ejb-api_3.1_spec/src/main/java/javax/ejb/TimerService.java
===================================================================
--- projects/specs/trunk/jboss-ejb-api_3.1_spec/src/main/java/javax/ejb/TimerService.java	2010-11-10 05:27:32 UTC (rev 109220)
+++ projects/specs/trunk/jboss-ejb-api_3.1_spec/src/main/java/javax/ejb/TimerService.java	2010-11-10 07:34:43 UTC (rev 109221)
@@ -23,9 +23,12 @@
 
 /**
  * The TimerService interface provides enterprise bean components with access to the
- * container-provided Timer Service. The EJB Timer Service allows entity beans, stateless
- * session beans, and message-driven beans to be registered for timer callback events at
- * a specified time, after a specified elapsed time, or after a specified interval.
+ * container-provided Timer Service. The EJB Timer Service allows stateless session beans, 
+ * singleton session beans, message-driven beans, and EJB 2.x entity beans to be registered 
+ * for timer callback events at a specified time, after a specified elapsed time, 
+ * after a specified interval, or according to a calendar-based schedule.
+ * 
+ *  @since EJB 2.1
  **/
 public interface TimerService {
    



More information about the jboss-cvs-commits mailing list