SSJ
V. 2.6.

umontreal.iro.lecuyer.util
Class Systeme

java.lang.Object
  extended by umontreal.iro.lecuyer.util.Systeme

public class Systeme
extends Object

This class provides a few tools related to the system or the computer.


Method Summary
static String getHostName()
          Returns the name of the host computer.
static String getProcessInfo()
          Returns information about the running process: name, id, host name, date and time.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getHostName

public static String getHostName()
Returns the name of the host computer.

Returns:
the name of the host computer

getProcessInfo

public static String getProcessInfo()
Returns information about the running process: name, id, host name, date and time.

Returns:
information about the running process

SSJ
V. 2.6.

To submit a bug or ask questions, send an e-mail to Pierre L'Ecuyer.