You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by "Trustin Lee (JIRA)" <ji...@apache.org> on 2007/10/26 11:44:51 UTC

[jira] Resolved: (DIRMINA-432) IoService method for writing Object to all the managed IoSession

     [ https://issues.apache.org/jira/browse/DIRMINA-432?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Trustin Lee resolved DIRMINA-432.
---------------------------------

    Resolution: Fixed

I added the following:

* Set<WriteFuture> IoService.broadcast(Object message)
* CompositeIoFuture
* MessageBroadcaster.broadcast(...)
* MessageBroadcaster.await(...)
* MessageBroadcaster.awaitUninterruptly(...)

Please review and close this issue if you are satisfied. :)

> IoService method for writing Object to all the managed IoSession
> ----------------------------------------------------------------
>
>                 Key: DIRMINA-432
>                 URL: https://issues.apache.org/jira/browse/DIRMINA-432
>             Project: MINA
>          Issue Type: New Feature
>          Components: Core
>            Reporter: Julien Vermillard
>            Assignee: Trustin Lee
>            Priority: Trivial
>             Fix For: 2.0.0-M1
>
>
> Would be convenient to ad a method to IoService for writing a message to all the managed sessions.
> in IoService : 
> public WriteFuture writeAllSession(Object message);
> the implementation could be done in AbstractIoService.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.