codesimian
Class Computer

java.lang.Object
  extended by codesimian.Computer

public class Computer
extends java.lang.Object


Method Summary
 java.lang.String operatingSystemName()
           
 CS P(int index)
           
static Computer thisComputer()
          the current computer of the highest reachable JVM (if a JVM is inside a JVM).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

thisComputer

public static Computer thisComputer()
the current computer of the highest reachable JVM (if a JVM is inside a JVM).


operatingSystemName

public java.lang.String operatingSystemName()

P

public CS P(int index)