| Package | Description |
|---|---|
| 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
|
| 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 |
WaarpCompletedFuture.await() |
WaarpFuture |
WaarpFuture.await()
Waits for this future to be completed.
|
WaarpFuture |
WaarpCompletedFuture.awaitUninterruptibly() |
WaarpFuture |
WaarpFuture.awaitUninterruptibly()
Waits for this future to be completed without interruption.
|
WaarpFuture |
WaarpFailedFuture.rethrowIfFailed() |
WaarpFuture |
WaarpFuture.rethrowIfFailed()
Rethrows the exception that caused this future fail if this future is complete and failed.
|
WaarpFuture |
WaarpSucceededFuture.rethrowIfFailed() |
| Modifier and Type | Field and Description |
|---|---|
WaarpFuture |
WaarpShutdownHook.ShutdownConfiguration.serviceFuture |
Copyright © 2009–2019 Waarp. All rights reserved.