|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectch.bouquet.jpa.Tester
public class Tester
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.
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 |
---|
public Tester()
Method Detail |
---|
public boolean runSequentialTester(int loops) throws java.lang.Exception
loops
- int number of runs
java.lang.Exception
public boolean runParallelTester() throws java.lang.Exception
java.lang.Exception
public static void main(java.lang.String[] args)
args
- no arguments required
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |