org.openorb.ots
Class Server

java.lang.Object
  extended byServerBase
      extended byorg.openorb.ots.Server

public class Server
extends ServerBase

The transient Name Service Server.

Author:
Michael Rumpf
See Also:
Serialized Form

Constructor Summary
Server()
           
 
Method Summary
 void handleArguments(CommandLine cmdline, Parameters params)
          This callback method is called from ServerBase.
static void main(java.lang.String[] args)
          Main method to start the transien name service.
 
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(CommandLine cmdline,
                            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 transien name service.

Parameters:
args - The process' command line arguments.