|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
getResultEnumeration()
Returns the enumeration of all batch results. |
Method Detail |
public int getOverallResults()
public java.util.Enumeration getResultEnumeration()
WsnBatchResult
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |