planetj.dataengine.autorun
Interface IBatchProcessObject

All Known Implementing Classes:
Row, RowCollection

public interface IBatchProcessObject

An object from which a batch process can be carried out upon.

Author:
PlanetJ Corporation

Method Summary
 void batchProcess()
          Process this Object.
 

Method Detail

batchProcess

public void batchProcess()
                  throws CMException
Process this Object.

CMException