org.elkoserver.objdb.store
Interface GetResultHandler


public interface GetResultHandler

Interface for an ObjectStore object to deliver the results of servicing a 'get' request.


Method Summary
 void handle(ObjectDesc[] results)
          Receive the results of a 'get' request.
 

Method Detail

handle

void handle(ObjectDesc[] results)
Receive the results of a 'get' request.

Parameters:
results - Results of the get. The elements in the array may not necessarily correspond one-to-one with the elements of the 'what' parameter of the ObjectStore.getObjects() call, since the number of objects returned may vary depending on the number of contained objects.