[jboss-jira] [JBoss JIRA] Commented: (JBREM-757) Implement quick Client.removeListener() for polled callbacks.
Ron Sigal (JIRA)
jira-events at lists.jboss.org
Tue Jun 19 02:09:21 EDT 2007
[ http://jira.jboss.com/jira/browse/JBREM-757?page=comments#action_12365987 ]
Ron Sigal commented on JBREM-757:
---------------------------------
The test for disconnectTimeout >= 0, found in removeListener() for push callbacks, has been added for pull callbacks.
Unit test: two new methods have been added to org.jboss.test.remoting.timeout.QuickDisconnectClientParent. They run in org.jboss.test.remoting.transport.http.timeout.HttpQuickDisconnectClient and org.jboss.test.remoting.transport.socket.timeout.SocketQuickDisconnectClient.
Note: the same tests should be implemented for the RMI transport when per invocation timeouts are implemented for RMI.
> Implement quick Client.removeListener() for polled callbacks.
> -------------------------------------------------------------
>
> Key: JBREM-757
> URL: http://jira.jboss.com/jira/browse/JBREM-757
> Project: JBoss Remoting
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Affects Versions: 2.4.0.Beta1 (Pinto)
> Reporter: Ron Sigal
> Assigned To: Ron Sigal
> Fix For: 2.4.0.Beta1 (Pinto)
>
>
> For JBREM-657, quick org.jboss.remoting.Client.disconnect() and quick Client.removeListener() facilities were implemented which impose a per invocation timeout on any network i/o that occurs during these methods. The per invocation timeout is set by calling Client.setDisconnectTimeout(). When the disconnect timeout is set to 0, network i/o is avoided entirely.
> However, the quick version of Client.removeListener() was implemented only for push callbacks. It should also be implemented for pull callbacks.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list