[ http://issues.apache.org/jira/browse/DERBY-1192?page=comments#action_12373684 ]
Anurag Shekhar commented on DERBY-1192: --------------------------------------- NetXAConnection extends from NetConnection. So We have another mutiple inheritence problem. If I extends NetXAConnection40 from NetXAConnection I will have to replicate all the methods of NetConnection. If NetXAConnection40 extends from NetConnection40 all the method from NetXAConnection needs to copied to NetXAConnection40 and a new interface will be required to make NetXAConnection and NetXAConnection40 compatible for the classes refrencing NetXAConnection. To solve this issue I am planning to change the relation between NetConnection and NetXAConnection to make NetXAConnections contain NetConnection. This way the multiple inheritance problem will be eliminated. > Implement jdb4.0 version of NetXAConnection > ------------------------------------------- > > Key: DERBY-1192 > URL: http://issues.apache.org/jira/browse/DERBY-1192 > Project: Derby > Type: Improvement > Reporter: Anurag Shekhar > Assignee: Anurag Shekhar > Fix For: 10.2.0.0 > -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
