Exemplo n.º 1
0
 def Release(self):
     """
     tbus exit
     :return: None
     """
     LOG.info('tbus exit...')
     tbus.Exit(self.__selfAddr)
Exemplo n.º 2
0
 def Close(self):
     """
     Close all connection
     """
     tbus.Exit(self.__selfAddr)
     self.__connectOk = False
Exemplo n.º 3
0
 def Close(self):
     tbus.Exit(self.__selfAddr)
Exemplo n.º 4
0
 def Finish(self):
     """
     Finish this module
     """
     if self.__selfAddr:
         tbus.Exit(self.__selfAddr)