org.openorb.ir
Class Server

java.lang.Object
  |
  +--org.openorb.ir.Server

public class Server
extends java.lang.Object

This class is the Interface Repository server.

Author:
Olivier Modica

Constructor Summary
Server()
           
 
Method Summary
 void init(java.lang.String[] args)
          Server main class
static void main(java.lang.String[] args)
          Application entry point
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Server

public Server()
Method Detail

init

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

main

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