Class ProxyCache

java.lang.Object
  |
  +--ProxyCache

public class ProxyCache
extends java.lang.Object

the main class to launch Pachyderm proxy


Field Summary
static int CACHE_SIZE
          cache size in number of records
static boolean debugMode
          debug flag, true if verbose mode
 
Constructor Summary
ProxyCache()
           
 
Method Summary
static void main(java.lang.String[] args)
          the main method that activates the server
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CACHE_SIZE

public static final int CACHE_SIZE
cache size in number of records

debugMode

public static boolean debugMode
debug flag, true if verbose mode
Constructor Detail

ProxyCache

public ProxyCache()
Method Detail

main

public static void main(java.lang.String[] args)
the main method that activates the server
Parameters:
args - exactly one argument, which is the port to run the server, is accepted