public interface RequeueAware
| Modifier and Type | Method and Description |
|---|---|
void |
requeue(Long olderThan)
Moves
RequestInfo instances that are in running state longer than
given amount of time (in milliseconds) |
void |
requeueById(Long requestId)
Moves
RequestInfo instance with given request id that are in running state |
void requeue(Long olderThan)
RequestInfo instances that are in running state longer than
given amount of time (in milliseconds)olderThan - amount of time in milliseconds from current time stampvoid requeueById(Long requestId)
RequestInfo instance with given request id that are in running staterequestId - request unique identifierCopyright © 2001–2015 JBoss by Red Hat. All rights reserved.