net.larsan.urd
Class Server

java.lang.Object
  |
  +--net.larsan.urd.Server

public class Server
extends java.lang.Object

This is the standalone server class for the Urd Norna framework. The invocation looks like this:

   java net.larsan.urd.Server [options]
 
Use the "-h" option to get help.

This cass does the following on a suceesfull invocation:

The class loader hierarcy look like this:
   system class loader --------------
       |                           |
   services class loader       Urd class loader  
 
The services class loader is a compound name for one class loader per service and one shared class loader for imported/exported classes.

Version:
Alpha-0.1 / 2002-10-06 21:37
Author:
Lars J. Nilsson
See Also:
net.larsan.urd.impl.Standalone

Constructor Summary
Server()
           
 
Method Summary
static void main(java.lang.String[] args)
          Run server, use "-h" option to get help.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Server

public Server()
Method Detail

main

public static void main(java.lang.String[] args)
Run server, use "-h" option to get help.