Package | Description |
---|---|
org.waarp.commandexec.client |
Classes implementing LocalExec Client part without SSL link
|
org.waarp.commandexec.utils |
Classes implementing Utility part as the LocalExecResult object
|
org.waarp.gateway.ftp.exec |
Class for the real Exec for the Waarp Gateway.
|
org.waarp.openr66.context.task.localexec |
Classes implementing Execution of Commands through LocalExec Daemon
|
Modifier and Type | Field and Description |
---|---|
protected LocalExecResult |
LocalExecClientHandler.result |
Modifier and Type | Method and Description |
---|---|
LocalExecResult |
LocalExecClientHandler.waitFor(long delay)
Waiting for the close of the exec
|
Modifier and Type | Field and Description |
---|---|
static LocalExecResult |
LocalExecDefaultResult.BadExecution |
static LocalExecResult |
LocalExecDefaultResult.BadTransmition |
static LocalExecResult |
LocalExecDefaultResult.ConnectionRefused |
static LocalExecResult |
LocalExecDefaultResult.CorrectExec |
static LocalExecResult |
LocalExecDefaultResult.InternalError |
static LocalExecResult |
LocalExecDefaultResult.NoCommand |
static LocalExecResult |
LocalExecDefaultResult.NoMessage |
static LocalExecResult |
LocalExecDefaultResult.NoStatus |
static LocalExecResult |
LocalExecDefaultResult.NotExecutable |
static LocalExecResult |
LocalExecDefaultResult.ShutdownOnGoing |
static LocalExecResult |
LocalExecDefaultResult.TimeOutExecution |
Modifier and Type | Method and Description |
---|---|
void |
LocalExecResult.set(LocalExecResult localExecResult)
Set the values from a LocalExecResult (pointer copy)
|
Constructor and Description |
---|
LocalExecResult(LocalExecResult localExecResult)
Constructor from a pre-existing LocalExecResult
|
Modifier and Type | Method and Description |
---|---|
LocalExecResult |
LocalExecClient.getLocalExecResult() |
Modifier and Type | Method and Description |
---|---|
LocalExecResult |
LocalExecClient.getLocalExecResult() |
Copyright © 2009–2020 Waarp. All rights reserved.