com.partnersoft.v3x.apps.Staker.server
Class SocketServer

java.lang.Object
  extended by com.partnersoft.v3x.apps.Staker.server.SocketServer

public class SocketServer
extends java.lang.Object

The Staking Partner server application. Includes a job library, report generation, and log viewer.


Constructor Summary
SocketServer(int cacheSize, int port, boolean verbose, java.io.File guppyDir)
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SocketServer

public SocketServer(int cacheSize,
                    int port,
                    boolean verbose,
                    java.io.File guppyDir)
             throws java.lang.Exception
Throws:
java.lang.Exception
Method Detail

main

public static void main(java.lang.String[] args)