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:
- Set up all startup parameters
- Start the class loader hierarcy
- Fire up one instance of the
Standalone.
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
|
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 |
Server
public Server()
main
public static void main(java.lang.String[] args)
- Run server, use "-h" option to get help.