org.mule.util.concurrent
Class SynchronizedVariable
java.lang.Object
org.mule.util.concurrent.SynchronizedVariable
- Direct Known Subclasses:
- WaitableBoolean
- public abstract class SynchronizedVariable
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_lock
protected final Object _lock
SynchronizedVariable
public SynchronizedVariable()
SynchronizedVariable
public SynchronizedVariable(Object lock)
getLock
public Object getLock()
execute
public void execute(Runnable command)
Copyright © 2003-2006 MuleSource Inc.. All Rights Reserved.