com.nitidus.wt.fastload
Class cLoadThreadResult

java.lang.Object
  extended bycom.nitidus.wt.fastload.cLoadThreadResult
All Implemented Interfaces:
Serializable

public class cLoadThreadResult
extends Object
implements Serializable

Class that holds result sent back to CounterPart This class is shared class between Windchill and CounterPart

See Also:
Serialized Form

Field Summary
 Long fJobID
           
 String[] fRowMessage
           
 int[] fRowNumber
           
 boolean[] fSuccessful
           
 
Constructor Summary
cLoadThreadResult()
          Constructor
cLoadThreadResult(Long jobID, int[] rowNumber)
          Constructor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fJobID

public Long fJobID

fRowNumber

public int[] fRowNumber

fRowMessage

public String[] fRowMessage

fSuccessful

public boolean[] fSuccessful
Constructor Detail

cLoadThreadResult

public cLoadThreadResult()
Constructor


cLoadThreadResult

public cLoadThreadResult(Long jobID,
                         int[] rowNumber)
Constructor