Exemplo n.º 1
0
 def releaseObject(self):
     try:
         self.stop()
     except Exception:
         self._log.exception("Error stopping")
     try:
         Component.releaseObject(self)
     except:
         pass
 def releaseObject(self):
     try:
         self.stop()
     except Exception:
         self._log.exception("Error stopping")
     Component.releaseObject(self)
Exemplo n.º 3
0
 def releaseObject(self):
     try:
         self.stop()
     except Exception:
         self._baseLog.exception("Error stopping")
     Component.releaseObject(self)