public class SendFileUntilSuccess extends Object
| Constructor and Description |
|---|
SendFileUntilSuccess(Path sourceToUse,
String dest,
String host,
int port,
String user,
String pw,
org.ogema.core.application.ApplicationManager appMan) |
SendFileUntilSuccess(Path sourceToUse,
String dest,
String host,
int port,
String user,
String pw,
org.ogema.core.application.ApplicationManager appMan,
int maxRetryNum,
long retryInterval) |
SendFileUntilSuccess(Path sourceToUse,
String dest,
String serverPortAddress,
String user,
String pw,
org.ogema.core.application.ApplicationManager appMan,
int maxRetryNum,
long retryInterval) |
SendFileUntilSuccess(Path sourceToUse,
String dest,
String serverPortAddress,
String user,
String pw,
org.ogema.core.application.ApplicationManager appMan,
SendFileUntilSuccessListener listener) |
| Modifier and Type | Method and Description |
|---|---|
int |
getMaxRetryNum() |
int |
getNumberOfConnectAttempts() |
static String |
getServerPortAdress(String host,
int port) |
int |
getStatus() |
public SendFileUntilSuccess(Path sourceToUse, String dest, String host, int port, String user, String pw, org.ogema.core.application.ApplicationManager appMan, int maxRetryNum, long retryInterval)
public SendFileUntilSuccess(Path sourceToUse, String dest, String serverPortAddress, String user, String pw, org.ogema.core.application.ApplicationManager appMan, int maxRetryNum, long retryInterval)
public SendFileUntilSuccess(Path sourceToUse, String dest, String host, int port, String user, String pw, org.ogema.core.application.ApplicationManager appMan)
Copyright © 2019. All rights reserved.