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

Bela Ban (JIRA) jira-events at lists.jboss.org
Thu Sep 30 10:50:40 EDT 2010


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: 3.0


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