public class AgentFunctions extends Object
Modifier and Type | Field and Description |
---|---|
protected org.gcube.common.core.utils.logging.GCUBELog |
logger |
Constructor and Description |
---|
AgentFunctions() |
Modifier and Type | Method and Description |
---|---|
static org.gcube.datatransfer.agent.stubs.datatransferagent.TransferOptions |
getMappedTransferOptions(org.gcube.datatransfer.common.agent.Types.TransferOptions optionsFromMessage) |
static org.gcube.datatransfer.agent.stubs.datatransferagent.PostProcessType[] |
getPostProcessArray(List<org.gcube.datatransfer.common.agent.Types.postProcessType> list) |
AgentResource |
getResource() |
ArrayList<org.gcube.datatransfer.common.outcome.FileTransferOutcome> |
getTransferOutcomes(String transferId) |
org.gcube.datatransfer.common.agent.Types.MonitorTransferReportMessage |
monitorTransferWithProgress(String transferId) |
FutureTask<Worker> |
startAsyncTask(String id,
org.gcube.datatransfer.agent.stubs.datatransferagent.SourceData source,
org.gcube.datatransfer.agent.stubs.datatransferagent.DestData dest) |
public AgentResource getResource() throws Exception
Exception
public FutureTask<Worker> startAsyncTask(String id, org.gcube.datatransfer.agent.stubs.datatransferagent.SourceData source, org.gcube.datatransfer.agent.stubs.datatransferagent.DestData dest)
public ArrayList<org.gcube.datatransfer.common.outcome.FileTransferOutcome> getTransferOutcomes(String transferId) throws org.gcube.datatransfer.agent.stubs.datatransferagent.GetTransferOutcomesFault
org.gcube.datatransfer.agent.stubs.datatransferagent.GetTransferOutcomesFault
public org.gcube.datatransfer.common.agent.Types.MonitorTransferReportMessage monitorTransferWithProgress(String transferId) throws org.gcube.datatransfer.agent.stubs.datatransferagent.MonitorTransferFault
org.gcube.datatransfer.agent.stubs.datatransferagent.MonitorTransferFault
public static org.gcube.datatransfer.agent.stubs.datatransferagent.PostProcessType[] getPostProcessArray(List<org.gcube.datatransfer.common.agent.Types.postProcessType> list)
public static org.gcube.datatransfer.agent.stubs.datatransferagent.TransferOptions getMappedTransferOptions(org.gcube.datatransfer.common.agent.Types.TransferOptions optionsFromMessage)
Copyright © 2015. All Rights Reserved.