| Package | Description |
|---|---|
| net.dontdrinkandroot.utils.jobmanager |
| Modifier and Type | Method and Description |
|---|---|
<T> Job<T> |
JobManager.claimInterest(AbstractJob<T> job,
long duration)
Claim interest in the given job for the given duration.
|
<T> Job<T> |
JobManager.claimInterest(AbstractJob<T> job,
long duration,
int maxQueuePosition)
Claim interest in the given job for the given duration.
|
Copyright © 2013 dontdrinkandroot. All Rights Reserved.