org.openorb.trader.repository
Class Server

java.lang.Object
  |
  +--org.openorb.util.service.ServerBase
        |
        +--org.openorb.trader.repository.Server

public class Server
extends org.openorb.util.service.ServerBase

The InterfaceRepository Server.

Author:
Michael Rumpf

Fields inherited from class org.openorb.util.service.ServerBase
DEFAULT_FILE_FORMAT, DEFAULT_FORMAT
 
Constructor Summary
Server()
           
 
Method Summary
 void handleArguments(org.apache.commons.cli.CommandLine cmdline, org.apache.avalon.framework.parameters.Parameters params)
          This callback method is called from ServerBase.
static void main(java.lang.String[] args)
          Main method to start the interface repository.
 
Methods inherited from class org.openorb.util.service.ServerBase
getLogger, getORB, getServiceContext, getServiceParameters, init, init, init, init, init, run, setServiceClassName
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Server

public Server()
Method Detail

handleArguments

public void handleArguments(org.apache.commons.cli.CommandLine cmdline,
                            org.apache.avalon.framework.parameters.Parameters params)
This callback method is called from ServerBase.
Parameters:
cmdline - The parsed command line.
params - The Parameters object.

main

public static void main(java.lang.String[] args)
Main method to start the interface repository.
Parameters:
args - The process' command line arguments.