com.objectwave.socketClassServer
Class ObjectRunner

java.lang.Object
  |
  +--com.objectwave.socketClassServer.ObjectRunner

public class ObjectRunner
extends java.lang.Object

The bare minimum to set your self up as a server. You only need three non system classes. This one and the those below. com.objectwave.socketClassServer.RunIt < an innner class for this class>

Version:
$Id: ObjectRunner.java,v 2.0 2001/06/11 15:54:25 dave_hoag Exp $
Author:
dhoag
See Also:
ObjectServerData, ApplicationBootstrap, SocketClassLoader, MultiClassLoader, ApplicationBootstrap, UDPUtils

Field Summary
 UDPUtils udp
           
 
Constructor Summary
ObjectRunner()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void startServer()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

udp

public UDPUtils udp
Constructor Detail

ObjectRunner

public ObjectRunner()
Method Detail

main

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

startServer

public void startServer()