[jboss-jira] [JBoss JIRA] (JBJCA-761) Add Connection methods to ManagedConnection
Jeff Zhang (JIRA)
jira-events at lists.jboss.org
Mon Mar 26 21:29:48 EDT 2012
[ https://issues.jboss.org/browse/JBJCA-761?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jeff Zhang resolved JBJCA-761.
------------------------------
Fix Version/s: 1.1.0.Alpha7
Resolution: Done
> Add Connection methods to ManagedConnection
> -------------------------------------------
>
> Key: JBJCA-761
> URL: https://issues.jboss.org/browse/JBJCA-761
> Project: IronJacamar
> Issue Type: Task
> Components: Code Generator
> Reporter: Jesper Pedersen
> Assignee: Jeff Zhang
> Fix For: 1.1.0.Alpha7
>
>
> The method for the Connection should be added as package private on the ManagedConnection, and the call should be delegated.
> {code}
> AcmeConnectionImpl:
> public String callMe()
> {
> return mc.callMe();
> }
> AcmeManagedConnection:
> String callMe()
> {
> return "HelloWorld !";
> }
> {code}
> The method signatures should be the same, with regards to return type (void, ...), parameters and exceptions.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list