|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CentraSiteBulkResponse
CentraSite extensions of the JAXR BulkResponse interface.
Field Summary |
---|
Fields inherited from interface javax.xml.registry.JAXRResponse |
---|
STATUS_FAILURE, STATUS_SUCCESS, STATUS_UNAVAILABLE, STATUS_WARNING |
Method Summary | |
---|---|
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()
Return the query string that was used to create this CentraSiteBulkResponse. |
Methods inherited from interface javax.xml.registry.BulkResponse |
---|
getCollection, getExceptions, isPartialResponse |
Methods inherited from interface javax.xml.registry.JAXRResponse |
---|
getRequestId, getStatus, isAvailable |
Method Detail |
---|
java.util.Collection getKeys() throws javax.xml.registry.JAXRException
javax.xml.registry.JAXRException
void close() throws javax.xml.registry.JAXRException
javax.xml.registry.JAXRException
java.lang.String getQuery()
void addException(javax.xml.registry.JAXRException exc)
exc
- the exception to be added
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |