public interface CentraSiteBulkResponse
Modifier and Type | Method and Description |
---|---|
void |
addException(JAXRException exc)
Add an exception.
|
void |
close()
Releases any resources allocated to this CentraSiteBulkResponse.
|
java.util.Collection |
getKeys()
Returns a collection of Key objects (javax.xml.registry.infomodel.Key)
for this BulkResponse.
|
java.lang.String |
getQuery()
Returns the query string that was used to create this
CentraSiteBulkResponse.
|
java.util.Collection getKeys() throws JAXRException
JAXRException
- if an internal error occurs on retrieving the keysvoid close() throws JAXRException
JAXRException
- if an internal error occursjava.lang.String getQuery()
void addException(JAXRException exc)
exc
- the exception to be added