com.jniwrapper.win32.process
Class Psapi

java.lang.Object
  extended by com.jniwrapper.util.FunctionCache
      extended by com.jniwrapper.win32.WinFunctionCache
          extended by com.jniwrapper.win32.process.Psapi

public class Psapi
extends WinFunctionCache

This class provides functions from the Psapi library.


Constructor Summary
Psapi()
           
 
Method Summary
static Psapi getInstance()
           
static PerformanceInformation getPerformanceInformation()
          Returns the performance values stored in the PerformanceInformation structure.
 
Methods inherited from class com.jniwrapper.win32.WinFunctionCache
isUnicode, setUnicode, setupEncoding
 
Methods inherited from class com.jniwrapper.util.FunctionCache
getFunction, getVariable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Psapi

public Psapi()
Method Detail

getInstance

public static Psapi getInstance()

getPerformanceInformation

public static PerformanceInformation getPerformanceInformation()
Returns the performance values stored in the PerformanceInformation structure.

Returns:
the performance values.