src/main/decaf/util/concurrent/locks/Condition.h File Reference

#include <decaf/util/Config.h>
#include <decaf/util/Date.h>
#include <decaf/util/concurrent/TimeUnit.h>
#include <decaf/lang/exceptions/RuntimeException.h>
#include <decaf/lang/exceptions/InterruptedException.h>
#include <decaf/lang/exceptions/IllegalMonitorStateException.h>

Go to the source code of this file.

Data Structures

class  decaf::util::concurrent::locks::Condition
 Condition factors out the Mutex monitor methods (wait, notify and notifyAll) into distinct objects to give the effect of having multiple wait-sets per object, by combining them with the use of arbitrary Lock implementations. More...

Namespaces

namespace  decaf
 

Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.


namespace  decaf::util
namespace  decaf::util::concurrent
namespace  decaf::util::concurrent::locks

Generated on 1 Dec 2014 for activemq-cpp-3.8.2 by  doxygen 1.6.1