Package org.jboss.test.bench.interfaces

Examples of org.jboss.test.bench.interfaces.SimpleEntity


      }

      public void run() {
        for (int i=0; i<numBeans; i++) {
          try {
            SimpleEntity bean = home.create(startId + i);
          } catch (Exception e) {
          }
        }
      }
    }
View Full Code Here


      }

      public void run() {
        for (int i=0; i<numBeans; i++) {
          try {
            SimpleEntity bean = home.create(startId + i);
          } catch (Exception e) {
          }
        }
      }
View Full Code Here

TOP

Related Classes of org.jboss.test.bench.interfaces.SimpleEntity

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.