| org.objectweb.jonas.stests.util.JTestCase org.objectweb.jonas.stests.manac.A_manac
All known Subclasses: org.objectweb.jonas.stests.manac.A_multi, org.objectweb.jonas.stests.manac.A_mono, org.objectweb.jonas.stests.manac.A_simple, org.objectweb.jonas.stests.manac.A_stress,
Method Summary | |
abstract public Manager | getManager() | abstract public String | getManagerHomeName() | public void | manac(int accounts, int delay, int loops, int amount, int threads, int cl, int tt) Run a multithreaded client test
Each "transaction" uses 4 accounts. |
initialValue | final static int initialValue(Code) | | |
threadfail | public static boolean threadfail(Code) | | |
getManagerHomeName | abstract public String getManagerHomeName()(Code) | | |
manac | public void manac(int accounts, int delay, int loops, int amount, int threads, int cl, int tt) throws Exception(Code) | | Run a multithreaded client test
Each "transaction" uses 4 accounts.
Parameters: accounts - nb of accounts used to choose the 4 accounts Parameters: delay - nb of seconds added inside the "transaction". Parameters: loops - nb of loops done (each loop is a transaction) Parameters: amount - amount withdrawn in the transaction Parameters: threads - nb of threads executing a transaction concurrently. Parameters: cl - checking level Parameters: tt - transaction timeout |
|
|