ist.palcom.base
Class System

java.lang.Object
  extended by ist.palcom.base.Object
      extended by ist.palcom.base.System

public class System
extends Object

The System class contains useful global functionality. The VM contains one singular instance of the System class that is shared between all processes. It cannot be instantiated directly.


Constructor Summary
System()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

System

public System()