com.northconcepts.datapipeline.job
Class JobTemplateImpl
java.lang.Object
com.northconcepts.datapipeline.job.JobTemplateImpl
- All Implemented Interfaces:
- JobTemplate
public class JobTemplateImpl
- extends Object
- implements JobTemplate
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JobTemplateImpl
public JobTemplateImpl()
transfer
public void transfer(DataReader reader,
DataWriter writer)
throws DataException
- Specified by:
transfer in interface JobTemplate
- Throws:
DataException
transfer
public <R extends DataReader,W extends DataWriter> void transfer(R reader,
W writer,
boolean async,
JobCallback<R,W> callback)
throws DataException
- Specified by:
transfer in interface JobTemplate
- Throws:
DataException
Copyright (c) 2007-2012 North Concepts Inc. All Rights Reserved.