Class TransientNameServer
- java.lang.Object
-
- com.sun.corba.ee.impl.naming.cosnaming.TransientNameServer
-
public class TransientNameServer extends java.lang.Object
Class TransientNameServer is a standalone application which implements a transient name service. It uses the TransientNameService class for the name service implementation, and the BootstrapServer for implementing bootstrapping, i.e., to get the initial NamingContext.The BootstrapServer uses a Properties object specify the initial service object references supported; such as Properties object is created containing only a "NameService" entry together with the stringified object reference for the initial NamingContext. The BootstrapServer's listening port is set by first checking the supplied arguments to the name server (-ORBInitialPort), and if not set, defaults to the standard port number. The BootstrapServer is created supplying the Properties object, using no external File object for storage, and the derived initial port number.
- See Also:
com.sun.corba.se.internal.CosNaming.BootstrapServer
-
-
Field Summary
Fields Modifier and Type Field Description private static boolean
debug
private static NamingSystemException
wrapper
-
Constructor Summary
Constructors Modifier Constructor Description private
TransientNameServer()
Private constructor since no object of this type should be instantiated.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description private static Object
initializeRootNamingContext(ORB orb)
static void
main(java.lang.String[] args)
Main startup routine.
-
-
-
Field Detail
-
debug
private static boolean debug
-
wrapper
private static final NamingSystemException wrapper
-
-