public interface SharedCondition
void await()
throws InterruptedException
InterruptedException - if the waiting thread on the master was interrupted.void signal()
void signalAll()
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.