public class BulkResponseImpl extends JAXRResponseImpl implements BulkResponse
STATUS_FAILURE, STATUS_SUCCESS, STATUS_UNAVAILABLE, STATUS_WARNINGSTATUS_FAILURE, STATUS_SUCCESS, STATUS_UNAVAILABLE, STATUS_WARNING| Constructor and Description |
|---|
BulkResponseImpl()
Creates a new instance of BulkResponseImpl
|
| Modifier and Type | Method and Description |
|---|---|
Collection<? extends Object> |
getCollection()
Get Collection of RegistryObjects *
|
Collection |
getExceptions()
The javadoc is unclear.
|
boolean |
isPartialResponse() |
void |
setCollection(Collection<? extends Object> coll) |
void |
setExceptions(Collection<Exception> exceptions)
Setter for property exceptions.
|
void |
setPartialResponse(boolean b) |
getRequestId, getStatus, isAvailable, setAvailable, setRequestId, setStatusclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetRequestId, getStatus, isAvailablepublic BulkResponseImpl()
public Collection<? extends Object> getCollection() throws JAXRException
getCollection in interface BulkResponseJAXRExceptionpublic Collection getExceptions() throws JAXRException
getExceptions in interface BulkResponseJAXRExceptionpublic boolean isPartialResponse()
throws JAXRException
isPartialResponse in interface BulkResponseJAXRExceptionpublic void setPartialResponse(boolean b)
throws JAXRException
JAXRExceptionpublic void setCollection(Collection<? extends Object> coll) throws JAXRException
JAXRExceptionpublic void setExceptions(Collection<Exception> exceptions)
exceptions - New value of property exceptions.Copyright © 2012 JBoss by Red Hat. All Rights Reserved.