Package | Description |
---|---|
org.waarp.commandexec.client |
Classes implementing LocalExec Client part without SSL link
|
org.waarp.common.filemonitor |
This package would like to propose a JSE 6 compatible way to scan a directory
for new, deleted and changed
files, in order to allow some functions like pooling a directory before
actions.
|
org.waarp.common.future |
Classes implementing Future
|
org.waarp.common.utility |
Classes implementing Some String and File facility
|
org.waarp.gateway.ftp.exec |
Class for the real Exec for the Waarp Gateway.
|
org.waarp.gateway.ftp.service |
Interface for Apache Daemon tool to run as a Service
|
org.waarp.gateway.kernel.rest.client |
Package for REST Http client support
|
org.waarp.openr66.context.task.localexec |
Classes implementing Execution of Commands through LocalExec Daemon
|
org.waarp.openr66.protocol.utils |
Classes implementing Utilities
|
org.waarp.openr66.thrift |
Thrift Package that can be activated to allow Thrift clients interactions
|
Modifier and Type | Field and Description |
---|---|
protected WaarpFuture |
LocalExecClientHandler.future |
protected WaarpFuture |
LocalExecClientHandler.ready |
Modifier and Type | Field and Description |
---|---|
protected WaarpFuture |
FileMonitor.future |
protected WaarpFuture |
FileMonitor.internalfuture |
Modifier and Type | Class and Description |
---|---|
class |
WaarpChannelFuture
Future that hold a channel as result
|
class |
WaarpCompletedFuture
Future completed
|
class |
WaarpFailedFuture
Future in failure
|
class |
WaarpSucceededFuture
Future in success
|
Modifier and Type | Method and Description |
---|---|
WaarpFuture |
WaarpFailedFuture.rethrowIfFailed() |
WaarpFuture |
WaarpSucceededFuture.rethrowIfFailed() |
WaarpFuture |
WaarpFuture.rethrowIfFailed()
Rethrows the exception that caused this future fail if this future is
complete and failed.
|
Modifier and Type | Field and Description |
---|---|
WaarpFuture |
WaarpShutdownHook.ShutdownConfiguration.serviceFuture |
Modifier and Type | Field and Description |
---|---|
protected WaarpFuture |
R66PreparedTransferExecutor.future |
Modifier and Type | Method and Description |
---|---|
static AbstractExecutor |
AbstractExecutor.createAbstractExecutor(HttpAuthInterface auth,
String[] args,
boolean isStore,
WaarpFuture futureCompletion) |
void |
LocalExecClient.runOneCommand(String command,
long delay,
WaarpFuture futureCompletion)
Run one command with a specific allowed delay for execution.
|
Constructor and Description |
---|
ExecuteExecutor(String command,
long delay,
WaarpFuture futureCompletion) |
JavaExecutor(String command,
long delay,
WaarpFuture futureCompletion) |
NoTaskExecutor(String command,
long delay,
WaarpFuture futureCompletion) |
R66PreparedTransferExecutor(String command,
long delay,
WaarpFuture futureCompletion) |
Modifier and Type | Field and Description |
---|---|
static WaarpFuture |
FtpEngine.closeFuture |
Modifier and Type | Class and Description |
---|---|
class |
RestFuture
WaarpFuture for Rest interface
|
Modifier and Type | Method and Description |
---|---|
void |
LocalExecClient.runOneCommand(String command,
long delay,
boolean waitFor,
WaarpFuture futureCompletion)
Run one command with a specific allowed delay for execution.
|
Modifier and Type | Class and Description |
---|---|
class |
R66Future
Future implementation
|
Modifier and Type | Field and Description |
---|---|
protected WaarpFuture |
R66ThriftServerService.serviceReady |
Constructor and Description |
---|
R66ThriftServerService(WaarpFuture serviceReady,
int port) |
Copyright © 2009–2020 Waarp. All rights reserved.