Package | Description |
---|---|
de.esprit.netsuite.client.activity.transfer |
Contains Transfer activity monitoring classes
|
de.esprit.netsuite.client.workflow |
Contains the Workflow support classes
|
de.esprit.netsuite.netdata.agent.internal.transfer |
Contains Agents dealing with file transfers
|
de.esprit.netsuite.netdata.transfer |
Contains base classes for file transfers
|
de.esprit.netsuite.rtask |
Contains extensions for RemoteAsyncTask support
|
de.esprit.netsuite.server.chxfer |
Contains classes that make up the server's transfer channel
|
de.esprit.netsuite.server.netch |
Contains classes that build the server network adapter
|
Modifier and Type | Method and Description |
---|---|
FileTransferJob |
FileTransferClientTask.getCurrentJob()
Returns the job currently in transfer
|
FileTransferJob |
IOFileTransferConnection.getTransferJob() |
FileTransferJob |
ClientFileUploadConnection.getTransferJob() |
FileTransferJob |
ClientFileDownloadConnection.getTransferJob() |
Modifier and Type | Method and Description |
---|---|
java.util.List<FileTransferJob> |
FileTransferWFT.getJobList() |
Modifier and Type | Method and Description |
---|---|
void |
FileTransferWFT.addJob(FileTransferJob job)
Adds a
FileTransferJob to the underlying FileTransferAgent |
Modifier and Type | Method and Description |
---|---|
void |
FileTransferAgent.addJob(FileTransferJob job) |
Modifier and Type | Method and Description |
---|---|
FileTransferJob |
FileTransferJobList.getCurrentJob() |
FileTransferJob |
FileTransferJobList.getJob(int i) |
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<FileTransferJob> |
FileTransferJobList.iterator() |
Modifier and Type | Method and Description |
---|---|
void |
FileTransferJobList.addJob(FileTransferJob job) |
Modifier and Type | Method and Description |
---|---|
java.util.List<FileTransferJob> |
FileTransferTask.getJobList() |
Modifier and Type | Method and Description |
---|---|
void |
FileTransferTask.addJob(FileTransferJob job)
Adds a
FileTransferJob to the underlying FileTransferAgent |
Modifier and Type | Method and Description |
---|---|
void |
FileTransferEntry.setCurrentTask(TransferServiceTask task,
FileTransferJob job) |
FileTransferEntry |
ParallelTransfersList.setTransferRunning(TransferServiceTask task,
FileTransferJob job) |
Modifier and Type | Method and Description |
---|---|
FileTransferJob |
FileUploadService.getTransferJob() |
FileTransferJob |
FileDownloadService.getTransferJob() |
Modifier and Type | Method and Description |
---|---|
void |
TransferServiceTask.processFileTransferJob(FileTransferJob job) |
Constructor and Description |
---|
FileDownloadService(ServerContext serverCtx,
TransferServiceTask transferTask,
FileTransferJob job) |
FileUploadService(ServerContext serverCtx,
TransferServiceTask transferTask,
FileTransferJob job) |
Copyright © 2014 EsprIT-Systems. All Rights Reserved.