Bela Ban created JGRP-1561:
------------------------------
Summary: Fluent configuration for JChannel and other classes; make attrs
accessible via ResourceDMBean
Key: JGRP-1561
URL:
https://issues.jboss.org/browse/JGRP-1561
Project: JGroups
Issue Type: Feature Request
Reporter: Bela Ban
Assignee: Bela Ban
Fix For: 3.5
E.g. JChannel.connect() should return JChannel, so we can say
JChannel a=createChannel().name("A").connect("cluster");
Once we have getters / setters like JChannel name(String n), we need to change
ResourceDMBean as it expects getters and setters to start with getXXX() and setXXX().
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira