org.jppf.utils
Class SimpleObjectLock

java.lang.Object
  extended by org.jppf.utils.ThreadSynchronization
      extended by org.jppf.utils.SimpleObjectLock

public class SimpleObjectLock
extends ThreadSynchronization

Instances of this class be used simply as synchronization focus of multiple threads.

Author:
Laurent Cohen

Field Summary
 
Fields inherited from class org.jppf.utils.ThreadSynchronization
stopped
 
Constructor Summary
SimpleObjectLock()
           
 
Method Summary
 
Methods inherited from class org.jppf.utils.ThreadSynchronization
goToSleep, goToSleep, goToSleep, isStopped, setStopped, wakeUp
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleObjectLock

public SimpleObjectLock()


Copyright © 2005-2010 JPPF Team.