[jboss-dev-forums] [JCA Development] - Re: Implementation of the ConnectionManager Service

gurkanerdogdu do-not-reply at jboss.com
Sun Aug 30 07:39:33 EDT 2009


Hi Jesper;

I have ported ConnectionManager 's Connection Pool part. I did the followings

  | 1* Created a new package structure under the connectionmanager/ package. This reflects better class encapsulation.
  | 2* Removed inner classes as a top level if it is really necessary
  | 3* Changed "multiple synchronized" keywords with using concurrent list and sets.
  | 4* Divided long methods into fine-grained several methods.
  | 5* Removed MBean and Statistics related methods.
  | 6* Changed all collection classes with Java 5 generics siblings
  | 7* Added more comments
  | 8* Removes unnecessary codes
  | 9* Apply our code formatter
  | 
  | 
  | Patches are found in the 
  | 
  | https://jira.jboss.org/jira/browse/JBJCA-153
  | 
  | Thanks ;
  | 
  | --Gurkan

View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4252479#4252479

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4252479



More information about the jboss-dev-forums mailing list