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

Field Summary
static int DEFAULT_PORT
           
 
Method Summary
static JDFServer getInstance()
           
 java.util.Hashtable getObjectTable()
           
 Location getServerLocation()
           
static void main(java.lang.String[] args)
           
 void processSocket(java.net.Socket sock)
           
 void run()
           
static void start()
           
static void start(int port)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_PORT

public static final int DEFAULT_PORT
Method Detail

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.