org.openware.jdf.server
Class JDFServer
java.lang.Object
|
+--org.openware.jdf.server.JDFServer
- All Implemented Interfaces:
- java.lang.Runnable
- public class JDFServer
- extends java.lang.Object
- implements java.lang.Runnable
The main entry point for the ORB on the server side.
- Author:
- Vincent Sheffer
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT_PORT
public static final int DEFAULT_PORT
getInstance
public static JDFServer getInstance()
getServerLocation
public Location getServerLocation()
getObjectTable
public java.util.Hashtable getObjectTable()
start
public static void start()
start
public static void start(int port)
run
public void run()
- Specified by:
run
in interface java.lang.Runnable
processSocket
public void processSocket(java.net.Socket sock)
throws JDFException
main
public static void main(java.lang.String[] args)
throws java.lang.Exception
Copyright © 2000, 2001 Openware, Spin Software. All Rights Reserved.