|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.jniwrapper.Parameter
com.jniwrapper.Structure
com.jniwrapper.win32.process.monitoring.PerformanceEntry
com.jniwrapper.win32.process.monitoring.ProcessEntry
ProcessEntry class represents PROCESSENTRY32 structure.
| Field Summary |
| Fields inherited from class com.jniwrapper.Structure |
f |
| Fields inherited from class com.jniwrapper.Parameter |
LICENSE_TYPE, V |
| Constructor Summary | |
ProcessEntry()
|
|
| Method Summary | |
long |
getBasePriorityClass()
Base priority of any threads created by this process. |
long |
getDefaultHeapID()
Identifier of the default heap for the process. |
java.lang.String |
getExeFile()
String that specifies the name of the executable file for the process. |
long |
getModuleID()
Module identifier of the process. |
long |
getParentProcessID()
Identifier of the process that created the process being examined. |
long |
getProcessID()
Identifier of the process. |
long |
getThreadsCount()
The number of execution threads started by the process. |
long |
getUsageCounter()
The number of references to the process. |
| Methods inherited from class com.jniwrapper.Structure |
a, a, acceptIOPerformer, addMembers, clone, computeLength, equals, getAlignmentRequirement, getDebugInfo, getFirstMemberSize, getLength, getMember, getMembers, getOffsets, init, init, initFrom, pop, push, read, setDataBuffer, write |
| Methods inherited from class com.jniwrapper.Parameter |
|
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ProcessEntry()
| Method Detail |
public long getUsageCounter()
public long getProcessID()
public long getDefaultHeapID()
public long getModuleID()
public long getThreadsCount()
public long getParentProcessID()
public long getBasePriorityClass()
public java.lang.String getExeFile()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||