public interface GetResultHandler
ObjectStore
object to deliver the results of
servicing a 'get' request.Modifier and Type | Method and Description |
---|---|
void |
handle(ObjectDesc[] results)
Receive the results of a 'get' request.
|
void handle(ObjectDesc[] results)
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.Copyright © 2017. All rights reserved.