All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class epp.ThreadWithDVenv

java.lang.Object
   |
   +----java.lang.Thread
           |
           +----epp.ThreadWithDVenv

public class ThreadWithDVenv
extends Thread
implements DVenvContainer
The ThreadWithDVenv class is an example of Thread that has an environment for dynamic variables. This class is currently not used.

See Also:
Dynamic

Constructor Index

 o ThreadWithDVenv(DVenv)

Method Index

 o getDVenv()

Constructors

 o ThreadWithDVenv
 public ThreadWithDVenv(DVenv env)

Methods

 o getDVenv
 public DVenv getDVenv()

All Packages  Class Hierarchy  This Package  Previous  Next  Index