6364656667686970717273
ConnectionManager cm = null; switch (tsl) { case NoTransaction: cm = new NoTxConnectionManager(); break; case LocalTransaction: if (tm == null) throw new IllegalStateException("TransactionManager is null");