org.nakedobjects
Class ObjectServer

java.lang.Object
  extended byorg.nakedobjects.Application
      extended byorg.nakedobjects.ObjectServer

public class ObjectServer
extends Application

This class is used to start Naked Object applications. The configuration file allows specific object stores and viewers to be loaded in to determine whether the system starts up as a server, client etc.


Constructor Summary
ObjectServer()
           
 
Method Summary
protected  void init()
          Controls the complete configuration process.
static void loadConfiguration(java.lang.String[] args)
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class org.nakedobjects.Application
configureSystemLogging, hasProperty, loadConfiguration, set, setting
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectServer

public ObjectServer()
Method Detail

init

protected void init()
             throws ConfigurationException,
                    ObjectStoreException
Controls the complete configuration process.

Throws:
ConfigurationException
ObjectStoreException

loadConfiguration

public static void loadConfiguration(java.lang.String[] args)
                              throws ConfigurationException
Throws:
ConfigurationException

main

public static void main(java.lang.String[] args)