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

Bela Ban (JIRA) jira-events at lists.jboss.org
Wed Oct 20 11:07:55 EDT 2010


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

Bela Ban resolved JGRP-1245.
----------------------------

    Resolution: Done


Blog is at http://belaban.blogspot.com/2010/10/programmatic-creation-of-channel.html

> 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