|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BulkResponse
Contains the response of a method in the API that performs a bulk operation and returns a bulk response. Partial commits are allowed on a bulk operation.
In the event of a partial success where only a subset of objects were processed successfully, the getStatus method of the BulkResponse must return JAXRResponse.STATUS_WARNING. In this case, a Collection of JAXRException instances is included in the BulkResponse instance. The JAXRExceptions provide information on each error that prevented some objects in the request to not be processed successfully.
QueryManager
,
LifeCycleManager
Field Summary |
---|
Fields inherited from interface javax.xml.registry.JAXRResponse |
---|
STATUS_FAILURE, STATUS_SUCCESS, STATUS_UNAVAILABLE, STATUS_WARNING |
Method Summary | |
---|---|
java.util.Collection |
getCollection()
Get the Collection of objects returned as a response of a bulk operation. |
java.util.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 |
---|
java.util.Collection getCollection() throws JAXRException
JAXRException
- If the JAXR provider encounters an internal errorRegistryObject
java.util.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
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 2009-2011, Oracle Corporation and/or its affiliates. All Rights Reserved. Use is subject to license terms.
Generated on 10-February-2011 12:41