[
https://jira.jboss.org/browse/JGRP-1245?page=com.atlassian.jira.plugin.sy...
]
Bela Ban commented on JGRP-1245:
--------------------------------
Example is ProgrammaticChat, unit test is ProgrammaticTest
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