|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface LargeProductQueryHandler
Handle requests for products that are too large to fit in an XMLQuery object.
| Method Summary | |
|---|---|
void |
close(String id)
Close off a product. |
byte[] |
retrieveChunk(String id,
long offset,
int length)
Retrieve a chunk of a product. |
| Methods inherited from interface org.apache.oodt.product.QueryHandler |
|---|
query |
| Method Detail |
|---|
byte[] retrieveChunk(String id,
long offset,
int length)
throws ProductException
id - Product ID.offset - Where in the product to get a chunk of it.length - How much of the product to get.
ProductException - if an error occurs.
void close(String id)
throws ProductException
IOException when closing a file.
id - Product ID.
ProductException - if an error occurs.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||