public abstract class ProcessInfo
extends java.lang.Object
implements java.io.Serializable
Modifier | Constructor and Description |
---|---|
protected |
ProcessInfo(int processId,
java.lang.String moduleName)
Called by implementations.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
java.lang.String |
getModuleName()
Retrieves the full executable path of the process.
|
int |
getProcessId()
Retrieves the process id.
|
abstract java.lang.String |
getWindowTitle()
Get the title of one of the visible top-level windows of this process.
|
int |
hashCode() |
java.lang.String |
toString() |
protected ProcessInfo(int processId, java.lang.String moduleName)
public java.lang.String getModuleName()
public int getProcessId()
public abstract java.lang.String getWindowTitle()
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object