[jboss-jira] [JBoss JIRA] Updated: (JGRP-1245) Programmatic API to create channel and protocol stack

Bela Ban (JIRA) jira-events at lists.jboss.org
Thu Sep 30 15:53:39 EDT 2010


     [ https://jira.jboss.org/browse/JGRP-1245?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bela Ban updated JGRP-1245:
---------------------------

    Fix Version/s: 2.11
                       (was: 3.0)


Let's see if we can do that in 2.11. If not, we'll push it into 3.0. The advantage of providing it in 2.11 would be that we have more time to get feedback on the API and apply changes by 3.0, so that the API is stable in 3.0

> Programmatic API to create channel and protocol stack
> -----------------------------------------------------
>
>                 Key: JGRP-1245
>                 URL: https://jira.jboss.org/browse/JGRP-1245
>             Project: JGroups
>          Issue Type: Feature Request
>            Reporter: Bela Ban
>            Assignee: Bela Ban
>             Fix For: 2.11
>
>
> E.g.
> JChannel ch=new JChannel();
> ProtocolStack stack=new ProtocolStack();
> ch.setStack(stack);
> stack.add(new NAKACK(...));
> stack.add(new UNICAST(...));
> ...

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list