install4j API

com.install4j.api.windows
Class WinProcesses.Info

java.lang.Object
  extended by com.install4j.api.windows.WinProcesses.Info
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
WinProcesses

public static class WinProcesses.Info
extends java.lang.Object
implements java.io.Serializable

Class that holds information about running processes.

See Also:
Serialized Form

Method Summary
 boolean equals(java.lang.Object o)
           
 java.lang.String getModuleName()
          Retrieves the full executable path of the process.
 int getProcessId()
          Retrieves the process id.
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

getModuleName

public java.lang.String getModuleName()
Retrieves the full executable path of the process.

Returns:
the executable path

getProcessId

public int getProcessId()
Retrieves the process id.

Returns:
the process id

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

install4j API