com.partnersoft.v3x.apps.Staker.interfaces
Class LocationSummaryIterator

java.lang.Object
  extended by com.partnersoft.v3x.apps.Staker.interfaces.LocationSummaryIterator

public class LocationSummaryIterator
extends java.lang.Object

A job iterator that summarizes staked materials by type for each location.


Constructor Summary
LocationSummaryIterator(Job jobby, SummaryIteratorCollector collector, boolean useInfoFields)
          Create a new JobSummaryIterator over the given job for the given collector.
 
Method Summary
 void start()
          Begin the iteration, and thus the work.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocationSummaryIterator

public LocationSummaryIterator(Job jobby,
                               SummaryIteratorCollector collector,
                               boolean useInfoFields)
Create a new JobSummaryIterator over the given job for the given collector.

Method Detail

start

public void start()
Begin the iteration, and thus the work.