[jboss-jira] [JBoss JIRA] Created: (JBAS-7009) AS JChannelFactory shouldn't subclass the JGroups version
Brian Stansberry (JIRA)
jira-events at lists.jboss.org
Wed Jun 10 16:38:57 EDT 2009
AS JChannelFactory shouldn't subclass the JGroups version
---------------------------------------------------------
Key: JBAS-7009
URL: https://jira.jboss.org/jira/browse/JBAS-7009
Project: JBoss Application Server
Issue Type: Task
Security Level: Public (Everyone can see)
Components: Clustering
Reporter: Brian Stansberry
Assignee: Brian Stansberry
Fix For: JBossAS-6.0.0.Alpha1
The AS JChannelFactory class started off as a subclass of the JGroups version with a few small differences. Over time it has added a lot of specialized behavior, and exposing a full-featured ManagedObject interface requires adding significantly more. At this point the benefits of subclassing don't justify the hassle of keeping them coupled.
Both implement the ChannelFactory interface, which is the client view.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list