|
jBPM distribution 6.2.0.CR2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RequeueAware
Method Summary | |
---|---|
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 |
Method Detail |
---|
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 state
requestId
- request unique identifier
|
jBPM distribution 6.2.0.CR2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |