qpid::client::Channel Member List
This is the complete list of members for
qpid::client::Channel, including all inherited members.
bind(const Exchange &exchange, const Queue &queue, const std::string &key, const framing::FieldTable &args=framing::FieldTable(), bool synch=true) | qpid::client::Channel | |
cancel(const std::string &tag, bool synch=true) | qpid::client::Channel | |
Channel(bool transactional=false, u_int16_t prefetch=0) | qpid::client::Channel | |
close() | qpid::client::Channel | |
commit() | qpid::client::Channel | |
consume(Queue &queue, const std::string &tag, MessageListener *listener, AckMode ackMode=NO_ACK, bool noLocal=false, bool synch=true, framing::FieldTable *fields=0) | qpid::client::Channel | |
declareExchange(Exchange &exchange, bool synch=true) | qpid::client::Channel | |
declareQueue(Queue &queue, bool synch=true) | qpid::client::Channel | |
deleteExchange(Exchange &exchange, bool synch=true) | qpid::client::Channel | |
deleteQueue(Queue &queue, bool ifunused=false, bool ifempty=false, bool synch=true) | qpid::client::Channel | |
Functor typedef | qpid::sys::Runnable | [private] |
functor() | qpid::sys::Runnable | [private] |
get(Message &msg, const Queue &queue, AckMode ackMode=NO_ACK) | qpid::client::Channel | |
getPrefetch() (defined in qpid::client::Channel) | qpid::client::Channel | [inline] |
getVersion() const | qpid::client::Channel | [inline] |
isOpen() const | qpid::client::Channel | |
isTransactional() | qpid::client::Channel | [inline] |
publish(Message &msg, const Exchange &exchange, const std::string &routingKey, bool mandatory=false, bool immediate=false) | qpid::client::Channel | |
rollback() | qpid::client::Channel | |
run() | qpid::client::Channel | [virtual] |
setPrefetch(uint32_t prefetch) | qpid::client::Channel | |
start() | qpid::client::Channel | |
~Channel() (defined in qpid::client::Channel) | qpid::client::Channel | |
~Runnable() (defined in qpid::sys::Runnable) | qpid::sys::Runnable | [private, virtual] |