com.jniwrapper.win32.process
Class Process.PriorityClass

java.lang.Object
  extended by com.jniwrapper.util.EnumItem
      extended by com.jniwrapper.win32.process.Process.PriorityClass
Enclosing class:
Process

public static class Process.PriorityClass
extends com.jniwrapper.util.EnumItem

PrioriryClass class is enumeration of priorities for a system process.


Field Summary
static Process.PriorityClass ABOVE_NORMAL_PRIORITY_CLASS
           
static Process.PriorityClass BELOW_NORMAL_PRIORITY_CLASS
           
static Process.PriorityClass HIGH_PRIORITY_CLASS
           
static Process.PriorityClass IDLE_PRIORITY_CLASS
           
static Process.PriorityClass NORMAL_PRIORITY_CLASS
           
static Process.PriorityClass PROCESS_MODE_BACKGROUND_BEGIN
           
static Process.PriorityClass PROCESS_MODE_BACKGROUND_END
           
static Process.PriorityClass REALTIME_PRIORITY_CLASS
           
 
Method Summary
 
Methods inherited from class com.jniwrapper.util.EnumItem
equals, getLongValue, getValue, hashCode, isOneOf
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NORMAL_PRIORITY_CLASS

public static final Process.PriorityClass NORMAL_PRIORITY_CLASS

IDLE_PRIORITY_CLASS

public static final Process.PriorityClass IDLE_PRIORITY_CLASS

HIGH_PRIORITY_CLASS

public static final Process.PriorityClass HIGH_PRIORITY_CLASS

REALTIME_PRIORITY_CLASS

public static final Process.PriorityClass REALTIME_PRIORITY_CLASS

ABOVE_NORMAL_PRIORITY_CLASS

public static final Process.PriorityClass ABOVE_NORMAL_PRIORITY_CLASS

BELOW_NORMAL_PRIORITY_CLASS

public static final Process.PriorityClass BELOW_NORMAL_PRIORITY_CLASS

PROCESS_MODE_BACKGROUND_BEGIN

public static final Process.PriorityClass PROCESS_MODE_BACKGROUND_BEGIN

PROCESS_MODE_BACKGROUND_END

public static final Process.PriorityClass PROCESS_MODE_BACKGROUND_END