コード例 #1
0
ファイル: Server.py プロジェクト: zxh1986123/ice
 def getObject(self, id):
     if id not in self._objects:
         raise Ice.ObjectNotFoundException()
     return self._objects[id]