public abstract class TransferHandler extends Object implements Runnable
Modifier and Type | Field and Description |
---|---|
protected org.gcube.datatransfer.agent.stubs.datatransferagent.DestData |
destData |
protected int |
endIndex |
protected boolean |
errorHappened |
protected String[] |
inputFiles |
protected org.gcube.common.core.utils.logging.GCUBELog |
logger |
protected String |
outPath |
protected int |
startIndex |
protected long |
timeout |
protected String |
transferId |
protected org.gcube.datatransfer.agent.stubs.datatransferagent.TransferType |
transferType |
Constructor and Description |
---|
TransferHandler() |
Modifier and Type | Method and Description |
---|---|
ArrayList<TransferObject> |
getTransferObjList() |
boolean |
isErrorHappened() |
void |
setTransferObj(ArrayList<TransferObject> transferObjs) |
protected org.gcube.common.core.utils.logging.GCUBELog logger
protected boolean errorHappened
protected String[] inputFiles
protected long timeout
protected String outPath
protected String transferId
protected org.gcube.datatransfer.agent.stubs.datatransferagent.TransferType transferType
protected org.gcube.datatransfer.agent.stubs.datatransferagent.DestData destData
protected int startIndex
protected int endIndex
public boolean isErrorHappened()
public ArrayList<TransferObject> getTransferObjList()
public void setTransferObj(ArrayList<TransferObject> transferObjs)
Copyright © 2016. All Rights Reserved.