ist.palcom.base
Class Process

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

public class Process
extends Object

The process represents a running process. The process contains a collection of all components used to implement the process. It also contains a HashMap that is used to implement per-process class variables (known as static variables in Java).


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

Constructor Detail

Process

public Process()