|
Préférences
Moteurs de recherche
|
||||||||||||||
JavaTM Platform, Enterprise Edition, v 5.0
javax.xml.registry
|
Field Summary |
---|
Fields inherited from interface javax.xml.registry.JAXRResponse |
---|
STATUS_FAILURE, STATUS_SUCCESS, STATUS_UNAVAILABLE, STATUS_WARNING |
Method Summary | |
---|---|
Collection |
getCollection()
Get the Collection of objects returned as a response of a bulk operation. |
Collection |
getExceptions()
Get the Collection of RegistryException instances in case of partial commit. |
boolean |
isPartialResponse()
Determines whether the response is a partial response due to large result set. |
Methods inherited from interface javax.xml.registry.JAXRResponse |
---|
getRequestId, getStatus, isAvailable |
Method Detail |
---|
Collection getCollection() throws JAXRException
JAXRException
- If the JAXR provider encounters an internal errorRegistryObject
Collection getExceptions() throws JAXRException
JAXRException
- If the JAXR provider encounters an internal errorRegistryException
boolean isPartialResponse() throws JAXRException
true
if the response is partial; false
otherwise
JAXRException
- If the JAXR provider encounters an internal error