Package com.sforce.bulk
Class UpdateResultStream
- java.lang.Object
-
- com.sforce.bulk.UpdateResultStream
-
public class UpdateResultStream extends java.lang.ObjectThis class represents User: mcheenath Date: Dec 15, 2010
-
-
Constructor Summary
Constructors Constructor Description UpdateResultStream(StreamHandler handler, BulkConnection bulkConnection, JobInfo job)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateResultnext()
-
-
-
Constructor Detail
-
UpdateResultStream
public UpdateResultStream(StreamHandler handler, BulkConnection bulkConnection, JobInfo job) throws StreamException
- Throws:
StreamException
-
-
Method Detail
-
next
public UpdateResult next() throws StreamException
- Throws:
StreamException
-
-