Uploaded image for project: 'IronJacamar'
  1. IronJacamar
  2. JBJCA-761

Add Connection methods to ManagedConnection

    XMLWordPrintable

Details

    Description

      The method for the Connection should be added as package private on the ManagedConnection, and the call should be delegated.

      AcmeConnectionImpl:
      
      public String callMe()
      {
         return mc.callMe();
      }
      
      AcmeManagedConnection:
      
      String callMe()
      {
         return "HelloWorld !";
      }
      

      The method signatures should be the same, with regards to return type (void, ...), parameters and exceptions.

      Attachments

        Activity

          People

            jeff.zhang_jira Jeff Zhang (Inactive)
            jpederse@redhat.com Jesper Pedersen
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: