Package | Description |
---|---|
org.apache.river.thread |
These are utility classes and interfaces for helping with tasks done in multiple threads.
|
Constructor and Description |
---|
RetryTask(java.util.concurrent.ExecutorService executor,
WakeupManager wakeupManager)
Create a new
RetryTask that will be scheduled with
the given executor service, and which will perform retry scheduling
using the given wakeup manager. |
RetryTask(TaskManager manager,
WakeupManager wakeupManager)
Deprecated.
|
Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.