public abstract class SynchronizedVariable extends Object implements Executor
protected Object
lock
SynchronizedVariable()
SynchronizedVariable(Object lock)
void
execute(Runnable command)
Object
getLock()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected final Object lock
public SynchronizedVariable()
public SynchronizedVariable(Object lock)
public Object getLock()
public void execute(Runnable command)
execute
Executor
Copyright © 2003–2013 MuleSource, Inc.. All rights reserved.