Class Proxy

java.lang.Object
  |
  +--Proxy

public class Proxy
extends java.lang.Object

The main functional proxy class.


Field Summary
private static long lastModifiedTime
           
private static ProxyConnection pc
           
private static boolean stop
           
 
Constructor Summary
Proxy()
           
 
Method Summary
(package private) static java.lang.Runnable timer()
          Checks at a constant intervals whether the user modified the values of the threads, or asked to stop the proxy.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

stop

private static boolean stop

pc

private static ProxyConnection pc

lastModifiedTime

private static long lastModifiedTime
Constructor Detail

Proxy

public Proxy()
      throws java.io.IOException,
             java.lang.InstantiationException,
             java.lang.IllegalAccessException,
             IllegalValuesException
Method Detail

timer

static java.lang.Runnable timer()
Checks at a constant intervals whether the user modified the values of the threads, or asked to stop the proxy.