|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FileTransferJob | |
---|---|
org.eclipse.ecf.filetransfer.events | |
org.eclipse.ecf.provider.filetransfer.retrieve |
Uses of FileTransferJob in org.eclipse.ecf.filetransfer.events |
---|
Methods in org.eclipse.ecf.filetransfer.events that return FileTransferJob | |
---|---|
FileTransferJob |
IFileTransferConnectStartEvent.prepareConnectJob(FileTransferJob connectJob)
Prepare custom connect job or get default connect job. |
Methods in org.eclipse.ecf.filetransfer.events with parameters of type FileTransferJob | |
---|---|
void |
IFileTransferConnectStartEvent.connectUsingJob(FileTransferJob connectJob)
Connect using a job. |
FileTransferJob |
IFileTransferConnectStartEvent.prepareConnectJob(FileTransferJob connectJob)
Prepare custom connect job or get default connect job. |
IIncomingFileTransfer |
IIncomingFileTransferReceiveStartEvent.receive(java.io.File localFileToSave,
FileTransferJob fileTransferJob)
Just like IIncomingFileTransferReceiveStartEvent.receive(File) but this method also give the caller
a chance to provide a factory that creates the job that will perform the
actual file transfer. |
IIncomingFileTransfer |
IIncomingFileTransferReceiveResumedEvent.receive(java.io.File localFileToSave,
FileTransferJob fileTransferJob,
boolean append)
Just like IIncomingFileTransferReceiveResumedEvent.receive(File,boolean) but this method also give the
caller a chance to provide a factory that creates the job that will
perform the actual file transfer. |
IIncomingFileTransfer |
IIncomingFileTransferReceiveStartEvent.receive(java.io.OutputStream streamToStore,
FileTransferJob fileTransferJob)
Just like IIncomingFileTransferReceiveStartEvent.receive(OutputStream) but this method also give the caller
a chance to provide a factory that creates the job that will perform the
actual file transfer. |
IIncomingFileTransfer |
IIncomingFileTransferReceiveResumedEvent.receive(java.io.OutputStream streamToStore,
FileTransferJob fileTransferJob)
Just like IIncomingFileTransferReceiveResumedEvent.receive(OutputStream) but this method also give the
caller a chance to provide a factory that creates the job that will
perform the actual file transfer. |
void |
IOutgoingFileTransferResponseEvent.setFileTransferJob(FileTransferJob job)
Set the FileTransferJob to use for the actual file transfer. |
Uses of FileTransferJob in org.eclipse.ecf.provider.filetransfer.retrieve |
---|
Methods in org.eclipse.ecf.provider.filetransfer.retrieve with parameters of type FileTransferJob | |
---|---|
protected void |
AbstractRetrieveFileTransfer.setupAndScheduleJob(FileTransferJob fileTransferJob)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |