|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WsnBatchCompleteResults
An instance of this interface is returned from the method, executeBatchedOperations(), in the class com.ibm.websphere.naming.WsnBatchModeContext. The instance can be invoked to obtain the results from each individual batched operation. As a quick way to determine if any exceptions occurred at all, the client can query the instance for the overall batch results.
WsnBatchModeContext
Method Summary | |
---|---|
int |
getOverallResults()
This method provides a convient way to check the overall results of all batch operations. |
java.util.Enumeration<WsnBatchResult> |
getResultEnumeration()
Returns the enumeration of all batch results. |
Method Detail |
---|
int getOverallResults()
java.util.Enumeration<WsnBatchResult> getResultEnumeration()
WsnBatchResult
|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |