Uses of Class
com.jniwrapper.win32.process.Process.PriorityClass

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.ABOVE_NORMAL_PRIORITY_CLASS
           
static Process.PriorityClass Process.PriorityClass.BELOW_NORMAL_PRIORITY_CLASS
           
static Process.PriorityClass Process.PriorityClass.HIGH_PRIORITY_CLASS
           
static Process.PriorityClass Process.PriorityClass.IDLE_PRIORITY_CLASS
           
static Process.PriorityClass Process.PriorityClass.NORMAL_PRIORITY_CLASS
           
static Process.PriorityClass Process.PriorityClass.PROCESS_MODE_BACKGROUND_BEGIN
           
static Process.PriorityClass Process.PriorityClass.PROCESS_MODE_BACKGROUND_END
           
static Process.PriorityClass Process.PriorityClass.REALTIME_PRIORITY_CLASS
           
 

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.