org.apache.yoko.orb.CosNaming.tnaming
Class TransientNameServer

java.lang.Object
  extended by org.apache.yoko.orb.CosNaming.tnaming.TransientNameServer

public class TransientNameServer
extends Object

A stand-alone naming service launchable from a command line.


Constructor Summary
TransientNameServer()
           
 
Method Summary
static void main(String[] args)
          Launch a name service as a stand alone process.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransientNameServer

public TransientNameServer()
Method Detail

main

public static void main(String[] args)
                 throws Exception
Launch a name service as a stand alone process. The Host, port, and service name are controlled using program arguments.

Parameters:
args - The array of arguments for tailoring the service.
Throws:
Exception


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.