|
Java EE 5 SDK 深圳电信培训中心.徐海蛟老师. |
||||||||
上一个类 下一个类 | 框架 无框架 | ||||||||
摘要: 嵌套 | 字段 | 构造器 | 方法 | 详细信息: 字段 | 构造器 | 方法 |
javax.xml.registry Interface BulkResponse
- 所有父接口:
- JAXRResponse
public interface BulkResponse
- extends JAXRResponse
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.
- 作者:
- Farrukh S. Najmi
- 另请参见:
QueryManager
,LifeCycleManager
字段摘要 |
---|
Fields inherited from interface javax.xml.registry.JAXRResponse |
---|
STATUS_FAILURE, STATUS_SUCCESS, STATUS_UNAVAILABLE, STATUS_WARNING |
方法摘要 | |
---|---|
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 |
方法详细信息 |
---|
getCollection
Collection getCollection() throws JAXRException
- Get the Collection of objects returned as a response of a
bulk operation.
Caller thread will block here if result is not yet available.
- Capability Level: 0
- 返回:
- Collection of RegistryObject instances. The Collection may be empty but not null.
- 抛出异常:
JAXRException
- If the JAXR provider encounters an internal error- 另请参见:
RegistryObject
getExceptions
Collection getExceptions() throws JAXRException
- Get the Collection of RegistryException instances in case of partial commit.
Caller thread will block here if result is not yet available.
- Capability Level: 0
- 返回:
- Collection of RegistryException instances. Return null if result is available and there is no RegistryException.
- 抛出异常:
JAXRException
- If the JAXR provider encounters an internal error- 另请参见:
RegistryException
isPartialResponse
boolean isPartialResponse() throws JAXRException
- Determines whether the response is a partial response due to large result set.
- Capability Level: 0
- 返回:
true
if the response is partial;false
otherwise- 抛出异常:
JAXRException
- If the JAXR provider encounters an internal error
|
Java EE 5 SDK 深圳电信培训中心.徐海蛟老师. |
||||||||
上一个类 下一个类 | 框架 无框架 | ||||||||
摘要: 嵌套 | 字段 | 构造器 | 方法 | 详细信息: 字段 | 构造器 | 方法 |
提交错误或意见
版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。深圳电信培训中心.徐海蛟老师教学参考.