|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DehydrationPolicy
Defines a policy to dehydrate running processes based on a limit in total process count or processes that haven't been used for a while.
Method Summary | |
---|---|
java.util.List<BpelProcess> |
markForDehydration(java.util.List<BpelProcess> runningProcesses)
Checks the currently running processes and marks some of them for dehydration according to a specifically configured policy. |
Method Detail |
---|
java.util.List<BpelProcess> markForDehydration(java.util.List<BpelProcess> runningProcesses)
runningProcesses
- all running (currently hydrated) processes
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |