My goal is to have a method that is synchronized on an Object like so...
Object lock = new Object(); private void save() { synchronized (lock) {