Class TransferJob.FileNameHandler
- java.lang.Object
-
- unlimited.fc.client.api.multiclient.transferJob.JobHandler.Adapter
-
- unlimited.fc.client.api.multiclient.transferJob.TransferJob.FileNameHandler
-
- All Implemented Interfaces:
JobHandler
- Enclosing class:
- TransferJob
public static class TransferJob.FileNameHandler extends JobHandler.Adapter
Handler resource that collects the names of the files contained within incoming TransferJobs
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface unlimited.fc.client.api.multiclient.transferJob.JobHandler
JobHandler.Adapter, JobHandler.Builder
-
-
Field Summary
-
Fields inherited from class unlimited.fc.client.api.multiclient.transferJob.JobHandler.Adapter
download, downloadAs, remoteUpload, upload, uploadAs
-
-
Constructor Summary
Constructors Constructor Description FileNameHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<java.lang.String>getFiles()Returns the list of files that are collected by this handlervoidhandleJob(DownloadAsJob job, FileTransferMechanism client)Handle job.voidhandleJob(DownloadJob job, FileTransferMechanism client)Handle job.voidhandleJob(UploadAsJob job, FileTransferMechanism client)Handle job.voidhandleJob(UploadJob job, FileTransferMechanism client)Handle job.-
Methods inherited from class unlimited.fc.client.api.multiclient.transferJob.JobHandler.Adapter
handleJob
-
-
-
-
Method Detail
-
getFiles
public java.util.List<java.lang.String> getFiles()
Returns the list of files that are collected by this handler- Returns:
-
handleJob
public void handleJob(DownloadJob job, FileTransferMechanism client)
Description copied from interface:JobHandlerHandle job.- Specified by:
handleJobin interfaceJobHandler- Overrides:
handleJobin classJobHandler.Adapter- Parameters:
job- the jobclient- the client
-
handleJob
public void handleJob(UploadJob job, FileTransferMechanism client)
Description copied from interface:JobHandlerHandle job.- Specified by:
handleJobin interfaceJobHandler- Overrides:
handleJobin classJobHandler.Adapter- Parameters:
job- the jobclient- the client
-
handleJob
public void handleJob(UploadAsJob job, FileTransferMechanism client)
Description copied from interface:JobHandlerHandle job.- Specified by:
handleJobin interfaceJobHandler- Overrides:
handleJobin classJobHandler.Adapter- Parameters:
job- the jobclient- the client
-
handleJob
public void handleJob(DownloadAsJob job, FileTransferMechanism client)
Description copied from interface:JobHandlerHandle job.- Specified by:
handleJobin interfaceJobHandler- Overrides:
handleJobin classJobHandler.Adapter- Parameters:
job- the jobclient- the client
-
-