Package | Description |
---|---|
com.modus.mule.modules.ftps.async | |
com.modus.mule.modules.ftps.config |
Modifier and Type | Method and Description |
---|---|
FTPResult.FTPResultStatus |
FTPResult.getStatus() |
static FTPResult.FTPResultStatus |
FTPResult.FTPResultStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FTPResult.FTPResultStatus[] |
FTPResult.FTPResultStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
FTPResult.setStatus(FTPResult.FTPResultStatus status) |
Constructor and Description |
---|
FTPResult(Integer numberOfRetries,
org.apache.commons.net.ftp.FTPFile file,
FTPResult.FTPResultStatus status) |
Modifier and Type | Method and Description |
---|---|
Object |
BasicConfig.recordTransmissionResults(FTPResult.FTPResultStatus status,
com.mulesoft.api.b2b.Direction direction,
org.apache.commons.net.ftp.FTPSClient client,
String fileName,
String errorMessage,
org.mule.api.MuleEvent event) |
abstract Object |
AbstractConfig.recordTransmissionResults(FTPResult.FTPResultStatus status,
com.mulesoft.api.b2b.Direction direction,
org.apache.commons.net.ftp.FTPSClient client,
String filename,
String errorMessage,
org.mule.api.MuleEvent event) |
Object |
PartnerManagerConfig.recordTransmissionResults(FTPResult.FTPResultStatus status,
com.mulesoft.api.b2b.Direction direction,
org.apache.commons.net.ftp.FTPSClient client,
String fileName,
String errorMessage,
org.mule.api.MuleEvent event) |
Copyright © 2010–2017. All rights reserved.