| Home | Trees | Indices | Help |
|---|
|
|
object --+
|
Lockable --+
|
Connection
A Connection manages a group of Sessions and connects them with a remote endpoint.
| Instance Methods | |||
| Connection |
|
||
| Session |
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from |
|||
| Static Methods | |||
| Connection |
|
||
| Properties | |
|
Inherited from |
| Method Details |
Creates an AMQP connection and connects it to the given host and port.
|
Creates a connection. A newly created connection must be connected with the Connection.connect() method before it can be started.
|
Creates or retrieves the named session. If the name is omitted or None, then a unique name is chosen based on a randomly generated uuid.
|
Connect to the remote endpoint.
|
Disconnect from the remote endpoint.
|
Start incoming message delivery for all sessions.
|
Stop incoming message deliveries for all sessions.
|
Close the connection and all sessions.
|
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Sat Apr 18 14:16:46 2009 | http://epydoc.sourceforge.net |