Package qpid :: Module session :: Class Incoming
[frames] | no frames]

Class Incoming

Queue.Queue --+    
              |    
    queue.Queue --+
                  |
                 Incoming

Instance Methods
 
__init__(self, session, destination)
 
start(self)
 
stop(self)

Inherited from queue.Queue: close, get, listen, run

Inherited from Queue.Queue: empty, full, get_nowait, join, put, put_nowait, qsize, task_done

Class Variables

Inherited from queue.Queue: END, STOP

Method Details

__init__(self, session, destination)
(Constructor)

 
Overrides: Queue.Queue.__init__