com.northconcepts.datapipeline.job
Class JobTemplateImpl

java.lang.Object
  extended by com.northconcepts.datapipeline.job.JobTemplateImpl
All Implemented Interfaces:
JobTemplate

public class JobTemplateImpl
extends Object
implements JobTemplate


Field Summary
 
Fields inherited from interface com.northconcepts.datapipeline.job.JobTemplate
DEFAULT
 
Constructor Summary
JobTemplateImpl()
           
 
Method Summary
 void transfer(DataReader reader, DataWriter writer)
           
<R extends DataReader,W extends DataWriter>
void
transfer(R reader, W writer, boolean async, JobCallback<R,W> callback)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JobTemplateImpl

public JobTemplateImpl()
Method Detail

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.