public abstract class SynchronizedVariable extends Object implements java.util.concurrent.Executor
Constructor and Description |
---|
SynchronizedVariable() |
SynchronizedVariable(Object lock) |
protected final Object lock
public SynchronizedVariable()
public SynchronizedVariable(Object lock)
public Object getLock()
public void execute(Runnable command)
execute
in interface java.util.concurrent.Executor
Copyright © 2003-2012 MuleSource, Inc.. All Rights Reserved.