com.nitido.nimx.nuggets.pab
Class PABBatchResult
java.lang.Object
com.nitido.nimx.nuggets.pab.PABBatchResult
- All Implemented Interfaces:
- java.io.Serializable
public class PABBatchResult
- extends java.lang.Object
- implements java.io.Serializable
This class contains the result of a batch PAB operation. The members are
declared as arrays instead of List or Collection objects so that the
developers can use the Java's array iteration logic when processing them.
(As of JDK 1.6, Sun's standard JVM still has a much better performance when
iterating arrays versus iterating List objects.)
- See Also:
- Serialized Form
Constructor Summary |
PABBatchResult(java.lang.String[] uniqueNames,
int[] errorCodes,
boolean hasBadEntries,
int numberOfBadEntries,
int numberOfGoodEntries)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PABBatchResult
public PABBatchResult(java.lang.String[] uniqueNames,
int[] errorCodes,
boolean hasBadEntries,
int numberOfBadEntries,
int numberOfGoodEntries)
getUniqueNames
public java.lang.String[] getUniqueNames()
getErrorCodes
public int[] getErrorCodes()
hasBadEntries
public boolean hasBadEntries()
getNumberOfBadEntries
public int getNumberOfBadEntries()
getNumberOfGoodEntries
public int getNumberOfGoodEntries()
These JavaDoc pages are generated for release/nim_2_5-2.5.44 Copyright © 1999-2009 Nitido Inc. Proprietary and Confidential. All Rights Reserved.