1 /* JFox, the OpenSource J2EE Application Server2 *3 * Distributable under GNU LGPL license by gun.org4 * more details please visit http://www.huihoo.org/jfox5 */6 7 package org.jfox.ejb;8 9 10 11 /**12 * MDB µÄʵÀý³Ø13 *14 * @author <a HREF="mailto:young_yy@hotmail.com">Young Yang</a>15 */16 17 public class MDBObjectPool extends StatelessObjectPool{18 19 public MDBObjectPool() {20 super();21 }22 23 public static void main(String [] args) {24 25 }26 }27