jason
Class ServerLoader

java.lang.Object
  |
  +--jason.ServerLoader

public class ServerLoader
extends java.lang.Object

Load each services for a domain name. This services are described in the 'jason.xml' file. This file included references to 'services.xml' file type that contains all needed services.

Since:
1.0

Constructor Summary
ServerLoader()
           
 
Method Summary
 void init(java.lang.String[] args)
           
static void main(java.lang.String[] args)
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServerLoader

public ServerLoader()
Method Detail

init

public void init(java.lang.String[] args)

run

public void run()

main

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