ch.bouquet.jpa
Class Tester

java.lang.Object
  extended by ch.bouquet.jpa.Tester
All Implemented Interfaces:
java.io.Serializable

public class Tester
extends java.lang.Object
implements java.io.Serializable

CAS Enterprise Application Development mit Java EE (EADJ) - 2007
Modul: Data-Tier (JPA)
User admininstration (examination question)
Description:
This class start process the use cases for the examination example.

Copyright (c) 2007 bouquet dot ch, 3032 Hinterkappelen. All rights reseved.

Version:
1.0 - 25.05.2007
Author:
Marc Bouquet ( marc at bouquet dot ch, Swiss )
See Also:
Serialized Form

Constructor Summary
Tester()
          Default constructor
 
Method Summary
static void main(java.lang.String[] args)
          Start the test application for java persistence API
 boolean runParallelTester()
          This method started the tester parallel with threads
 boolean runSequentialTester(int loops)
          This method started the tester sequential
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Tester

public Tester()
Default constructor

Method Detail

runSequentialTester

public boolean runSequentialTester(int loops)
                            throws java.lang.Exception
This method started the tester sequential

Parameters:
loops - int number of runs
Returns:
boolean
Throws:
java.lang.Exception

runParallelTester

public boolean runParallelTester()
                          throws java.lang.Exception
This method started the tester parallel with threads

Returns:
boolean
Throws:
java.lang.Exception

main

public static void main(java.lang.String[] args)
Start the test application for java persistence API

Parameters:
args - no arguments required


Copyright © 2007 - bouquet dot ch, 3032 Hinterkappelen. All Rights Reserved.