87 |
87 |
88 self.refresh() |
88 self.refresh() |
89 |
89 |
90 def __getQueuesList(self): |
90 def __getQueuesList(self): |
91 """ |
91 """ |
92 Public method to get a list of all queues and the name of the active |
92 Private method to get a list of all queues and the name of the active |
93 queue. |
93 queue. |
94 |
94 |
95 @return tuple with a list of all queues and the name of the active |
95 @return tuple with a list of all queues and the name of the active |
96 queue (list of strings, string) |
96 queue (list of strings, string) |
97 """ |
97 """ |