]
Bela Ban resolved JGRP-1561.
----------------------------
Resolution: Done
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: 4.0
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().