Package net.solarnetwork.dao
Class BasicBatchResult
java.lang.Object
net.solarnetwork.dao.BasicBatchResult
- All Implemented Interfaces:
BatchableDao.BatchResult
Basic implementation of
BatchableDao.BatchResult.- Since:
- 1.74
- Version:
- 1.0
- Author:
- matt
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintReturn the number of domain objects processed.
-
Constructor Details
-
BasicBatchResult
public BasicBatchResult(int numProcessed)
-
-
Method Details
-
numProcessed
public int numProcessed()Description copied from interface:BatchableDao.BatchResultReturn the number of domain objects processed.- Specified by:
numProcessedin interfaceBatchableDao.BatchResult- Returns:
- the number of objects processed
-