Beispiel #1
0
    def delete(self, robj):
        """
        Removes an object stored in the remote ObjectStore, and return a boolean
        status.
        """

        response = self.sendAndReceive(ReflectionRequestFactory.delete(robj._ref))

        return response != None and response.reflection_response.status == Message.ReflectionResponse.SUCCESS