See the following link: Using Synchronized Methods
I presume you need to synchronize the method because of multithreading (you don't mention threads at all)? If so, be careful making calls to a...