Functions | |
| def | connectionLost (context, cause) |
| def | deliveryComplete (context, msgid) |
| def | messageArrived (context, topicName, message) |
| def | onFailure (context, failureData) |
| def | onSuccess (context, successData) |
Variables | |
| client | |
| string | clientid = "myclientid" |
| list | clients = [] |
| dictionary | context = {"client" : client, "clientid" : clientid, "state" : "connecting"} |
| string | hostname = "localhost" |
| myclientid = None | |
| int | noclients = 1 |
| rc | |
| string | topic = "test2_topic" |
| dictionary test2.context = {"client" : client, "clientid" : clientid, "state" : "connecting"} |