org.elkoserver.objdb.store
Interface RequestResultHandler


public interface RequestResultHandler

Interface for an ObjectStore object to deliver the results of servicing a simple request, such as 'put' or 'remove', that does not return any objects but only a status indication.


Method Summary
 void handle(ResultDesc[] results)
          Receive the results of a request.
 

Method Detail

handle

void handle(ResultDesc[] results)
Receive the results of a request.

Parameters:
results - Results of the operation. The elements in the array will correspond one-to-one with the elements of the 'what' parameter of the request initiating the action reported on here.