|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Process.PriorityClass | |
| com.jniwrapper.win32.process | The com.jniwrapper.win32.process package contains classes for working with native processes. |
| Uses of Process.PriorityClass in com.jniwrapper.win32.process |
| Fields in com.jniwrapper.win32.process declared as Process.PriorityClass | |
static Process.PriorityClass |
Process.PriorityClass.NORMAL_PRIORITY_CLASS
|
static Process.PriorityClass |
Process.PriorityClass.IDLE_PRIORITY_CLASS
|
static Process.PriorityClass |
Process.PriorityClass.HIGH_PRIORITY_CLASS
|
static Process.PriorityClass |
Process.PriorityClass.REALTIME_PRIORITY_CLASS
|
static Process.PriorityClass |
Process.PriorityClass.ABOVE_NORMAL_PRIORITY_CLASS
|
static Process.PriorityClass |
Process.PriorityClass.BELOW_NORMAL_PRIORITY_CLASS
|
static Process.PriorityClass |
Process.PriorityClass.PROCESS_MODE_BACKGROUND_BEGIN
|
static Process.PriorityClass |
Process.PriorityClass.PROCESS_MODE_BACKGROUND_END
|
| Methods in com.jniwrapper.win32.process that return Process.PriorityClass | |
Process.PriorityClass |
Process.getPriorityClass()
Returns the priority class for the specified process. |
| Methods in com.jniwrapper.win32.process with parameters of type Process.PriorityClass | |
void |
Process.setPriorityClass(Process.PriorityClass prioriryClass)
Sets the priority class for the specified process. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||