8485868788899091929394
TransactionMap map = local.get(); State state = map.removeState(serverName); if (state == null) { throw new IllegalStateException("No current transaction for [" + serverName + "]"); } state.rollback(); if (map.isEmpty()) { local.remove(); } }