Package | Description |
---|---|
de.esprit.netsuite.client.activity.transfer |
Contains Transfer activity monitoring classes
|
de.esprit.netsuite.netdata.agent.internal.transfer.demo |
Contains examples for file transfers
|
de.esprit.netsuite.netdata.agent.test |
Contains network agents for testing purposes only
|
de.esprit.netsuite.netdata.transfer |
Contains base classes for file transfers
|
Modifier and Type | Method and Description |
---|---|
TransferDirection |
FileTransferClientTask.getTransferDirection() |
Constructor and Description |
---|
ExFileSetTransferAgent(ClientContext clientCtx,
boolean isXferAsync,
boolean isXferLocked,
TransferDirection direction) |
ExFileTransferAgent(ClientContext clientCtx,
boolean isXferAsync,
boolean isXferLocked,
TransferDirection direction) |
Constructor and Description |
---|
CoServerFileTransferAgent(ClientContext clientCtx,
java.lang.String targetServerName,
TransferDirection direction) |
Modifier and Type | Method and Description |
---|---|
TransferDirection |
JobConstraint.getTransferDirection() |
TransferDirection |
AbstractTransferJob.getTransferDirection() |
static TransferDirection |
TransferDirection.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TransferDirection[] |
TransferDirection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
JobConstraint.setTransferDirection(TransferDirection trDirection) |
Constructor and Description |
---|
FileTransferJob(SessionId sessionId,
TransferDirection trDir,
FileDataType trDataType,
java.io.File serverBaseDir,
java.lang.String serverFileName,
java.io.File clientBaseDir,
java.lang.String clientFileName) |
JobConstraint(TransferDirection direction,
FileDataType dataType,
TransferJobOption... options) |
Copyright © 2014 EsprIT-Systems. All Rights Reserved.