[jboss-cvs] JBossAS SVN: r91940 - projects/jboss-threads/trunk/main/src/main/java/org/jboss/threads.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Aug 3 23:42:37 EDT 2009


Author: david.lloyd at jboss.com
Date: 2009-08-03 23:42:37 -0400 (Mon, 03 Aug 2009)
New Revision: 91940

Modified:
   projects/jboss-threads/trunk/main/src/main/java/org/jboss/threads/DirectExecutor.java
Log:
Javadoc

Modified: projects/jboss-threads/trunk/main/src/main/java/org/jboss/threads/DirectExecutor.java
===================================================================
--- projects/jboss-threads/trunk/main/src/main/java/org/jboss/threads/DirectExecutor.java	2009-08-04 02:43:00 UTC (rev 91939)
+++ projects/jboss-threads/trunk/main/src/main/java/org/jboss/threads/DirectExecutor.java	2009-08-04 03:42:37 UTC (rev 91940)
@@ -26,7 +26,8 @@
 
 /**
  * A direct executor.  Such an executor is <b>required</b> to run the given task in the current thread rather than
- * delegate to a thread pool.
+ * delegate to a thread pool; furthermore, the task is guaranteed to be terminated when the call to the
+ * {@link #execute(Runnable)} method returns.
  *
  * @see JBossExecutors#directExecutor()
  * @see JBossExecutors#rejectingExecutor()




More information about the jboss-cvs-commits mailing list