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.command |
Contains a collection of standard ClientCommands
|
de.esprit.netsuite.netdata.event |
Contains serializable events that are sent by the server
|
de.esprit.netsuite.netdata.transfer |
Contains base classes for file transfers
|
de.esprit.netsuite.server.chxfer |
Contains classes that make up the server's transfer channel
|
Modifier and Type | Method and Description |
---|---|
JobId |
FileTransferClientTask.getJobId() |
JobId |
DownloadStream.getJobId() |
JobId |
DownloadReader.getJobId() |
Modifier and Type | Method and Description |
---|---|
boolean |
ActiveTransfersListModel.cancelByJobId(JobId jobId)
Is called by a received
CancelTransferCommand when the user is being forced to cancel a transfer. |
boolean |
ActiveStreamsListModel.cancelByJobId(JobId jobId)
Is called by a received ClientCommand when the user is forced to cancel a transfer.
|
Modifier and Type | Method and Description |
---|---|
JobId |
AbstractFileStreamWFT.getJobId() |
Modifier and Type | Method and Description |
---|---|
JobId |
FileTransferAgent.getJobId() |
JobId |
FileStreamDownloadAgent.getJobId() |
JobId[] |
TransfersRunningListAgent.getJobIds()
Returns the JobIds of all currently running file transfer on the server.
|
Modifier and Type | Method and Description |
---|---|
JobId |
CancelTransferCommand.getJobId() |
Constructor and Description |
---|
CancelTransferCommand(SessionId fromSess,
JobId jobId) |
Modifier and Type | Method and Description |
---|---|
JobId |
FileTransferStatusEvent.getJobId() |
Constructor and Description |
---|
FileTransferStatusEvent(JobId jobId,
boolean isStarted) |
Modifier and Type | Class and Description |
---|---|
class |
StreamJobId
This JobId identifies a running stream download job
|
class |
TransferJobId
This JobId identifies a running file transfer
|
Modifier and Type | Method and Description |
---|---|
JobId |
FileTransferJobList.getJobId() |
JobId |
AbstractTransferJob.getJobId() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractTransferJob.setJobId(JobId jobId) |
Modifier and Type | Method and Description |
---|---|
JobId |
FileTransferEntry.getJobId() |
JobId |
FileStreamEntry.getJobId() |
JobId[] |
ParallelTransfersList.getRunningJobIds() |
JobId[] |
ParallelStreamsList.getRunningJobIds() |
Modifier and Type | Method and Description |
---|---|
FileStreamEntry |
ParallelStreamsList.setStreamRunning(AsyncTask task,
JobId jobId) |
Copyright © 2014 EsprIT-Systems. All Rights Reserved.