Class Summary |
ApplicationBootstrap |
Usage java com.objectwave.socketClassServer.ApplicationBootstrap
[host] [port] A system property of ow.objectsever= <10000>(some number where
some number is going to be the object server port) will start this as an
object server. |
ObjectRunner |
The bare minimum to set your self up as a server. |
ObjectServer |
This will create a new multithreaded server that can provide class byte
codes over a TCPIP connection. |
ObjectServerData |
Object used by ObjectRunner to remotely launch an application. |
ServeClassRequest |
Send class definitions via sockets. |
SocketClassLoader |
This will provide the ability to load classes over a TCPIP connection. |