qpid::sys::AcceptEvent | Asynchronous socket accept event |
qpid::sys::APRBase | Use of APR libraries necessitates explicit init and terminate calls |
qpid::sys::APRPool | Singleton APR memory pool |
qpid::sys::AtomicCount | Atomic counter |
qpid::client::Channel | Represents an AMQP channel, i.e |
qpid::CommonOptions | Common options for client and broker |
qpid::client::Connection | Represents a connection to an AMQP broker |
qpid::framing::Decimal | Represents a decimal value |
qpid::program_options::EnvMapper | Environment-to-option name mapping |
qpid::sys::Event | Base class for all Events |
qpid::sys::EventChannel | Channel to post and wait for events |
qpid::sys::EventChannelConnection | Implements SessionContext and delegates to a SessionHandler for a connection via the EventChannel |
qpid::sys::EventChannelThreads | Dynamic thread pool serving an EventChannel |
qpid::Exception | Exception base class for all Qpid exceptions |
qpid::ExceptionHolder | Holder for a heap-allocated exc eption that can be stack allocated and thrown safely |
qpid::client::Exchange | A 'handle' used to represent an AMQP exchange in the Channel methods |
qpid::framing::FieldTable | A set of name-value pairs |
qpid::sys::LFProcessor | This class processes a poll set using the leaders-followers pattern for thread synchronization: the leader will poll and on the poll returning, it will remove a session, promote a follower to leadership, then process the session |
qpid::client::Message | A representation of messages for sent or recived through the client api |
qpid::client::MessageListener | An interface through which asynchronously delivered messages can be received by an application |
qpid::client::MethodBodyInstances | A list of method body instances that can be used to compare against incoming bodies |
qpid::sys::Monitor | A monitor is a condition variable and a mutex |
qpid::sys::Mutex | Mutex lock |
qpid::sys::PODMutex | PODMutex is a POD, can be static-initialized with PODMutex m = QPID_PODMUTEX_INITIALIZER |
qpid::sys::PosixError | Exception with message from errno |
qpid::client::Queue | A 'handle' used to represent an AMQP queue in the Channel methods |
qpid::sys::ReadEvent | Asynchronous read event |
qpid::client::ReturnedMessageHandler | An interface through which returned messages can be received by an application |
qpid::sys::Runnable | Interface for objects that can be run, e.g |
qpid::sys::ScopedLock< L > | Scoped lock template: calls lock() in ctor, unlock() in dtor |
qpid::sys::SessionContext | Provides the output handler associated with a connection |
qpid::sys::SessionHandlerFactory | Callback interface used by the Acceptor to create a SessionHandler for each new connection |
qpid::SharedObject< T > | Template to enforce shared object conventions |
qpid::framing::Value | Polymorpic base class for values |
qpid::framing::ValueOps< T > | Template for common operations on Value sub-classes |
qpid::sys::WriteEvent | Asynchronous write event |