}
private void cpu1Transaction(int howManyPerTrasaction, long sleepLength) throws SQLException {
CPU1 proc = this.getProcedure(CPU1.class);
assert (proc != null);
proc.run(conn);
}
private void cpu2Transaction(int howManyPerTrasaction, long sleepLength) throws SQLException {
CPU2 proc = this.getProcedure(CPU2.class);
assert (proc != null);