public interface CentraSiteBulkResponse
extends javax.xml.registry.BulkResponse
Modifier and Type | Method and Description |
---|---|
void |
addException(javax.xml.registry.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 javax.xml.registry.JAXRException
javax.xml.registry.JAXRException
- if an internal error occurs on retrieving the keysvoid close() throws javax.xml.registry.JAXRException
javax.xml.registry.JAXRException
- if an internal error occursjava.lang.String getQuery()
void addException(javax.xml.registry.JAXRException exc)
exc
- the exception to be added