Author: remy.maucherat(a)jboss.com
Date: 2008-03-07 18:10:15 -0500 (Fri, 07 Mar 2008)
New Revision: 489
Modified:
trunk/java/org/jboss/web/comet/CometEvent.java
trunk/webapps/docs/aio.xml
Log:
- Update docs with update to CometEvent.
Modified: trunk/java/org/jboss/web/comet/CometEvent.java
===================================================================
--- trunk/java/org/jboss/web/comet/CometEvent.java 2008-03-07 18:00:08 UTC (rev 488)
+++ trunk/java/org/jboss/web/comet/CometEvent.java 2008-03-07 23:10:15 UTC (rev 489)
@@ -107,8 +107,7 @@
/**
* Ends the request, which marks the end of the comet session. This will send
* back to the client a notice that the server has no more data to send
- * as part of this request. An END event will be sent to the
- * servlet.
+ * as part of this request. An END event will be sent to the servlet.
*
* @throws IOException if an IO exception occurs
*/
Modified: trunk/webapps/docs/aio.xml
===================================================================
--- trunk/webapps/docs/aio.xml 2008-03-07 18:00:08 UTC (rev 488)
+++ trunk/webapps/docs/aio.xml 2008-03-07 23:10:15 UTC (rev 489)
@@ -107,11 +107,7 @@
<p>
The close() method ends the request, which marks the end of the comet session. This
will send
back to the client a notice that the server has no more data to send
- as part of this request. If this method is called from a conatiner provided thread
- (during the processing of an event), the container will not call an END event.
- If this method is called asynchronously, an END event will be sent to the
- servlet (note that this event will be sent whenever another event would have
- been sent, such as a READ or TIMEOUT event).
+ as part of this request. An END event will be sent to the servlet.
</p>
<p>
Show replies by date