[jboss-jira] [JBoss JIRA] (JGRP-1561) Fluent configuration for JChannel and other classes; make attrs accessible via ResourceDMBean
Bela Ban (JIRA)
jira-events at lists.jboss.org
Mon Jan 14 06:45:22 EST 2013
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
More information about the jboss-jira
mailing list