< prev index next >

src/java.corba/share/classes/com/sun/corba/se/impl/naming/cosnaming/TransientNameService.java

Print this page

        

*** 83,93 **** /** * Constructs a new TransientNameService, and creates an initial * NamingContext, whose object * reference can be obtained by the initialNamingContext method. * @param orb The ORB object ! * @param nameserviceName Stringified key used for INS Service registry * @exception org.omg.CORBA.INITIALIZE Thrown if * the TransientNameService cannot initialize. */ public TransientNameService(com.sun.corba.se.spi.orb.ORB orb, String serviceName ) throws org.omg.CORBA.INITIALIZE --- 83,93 ---- /** * Constructs a new TransientNameService, and creates an initial * NamingContext, whose object * reference can be obtained by the initialNamingContext method. * @param orb The ORB object ! * @param serviceName Stringified key used for INS Service registry * @exception org.omg.CORBA.INITIALIZE Thrown if * the TransientNameService cannot initialize. */ public TransientNameService(com.sun.corba.se.spi.orb.ORB orb, String serviceName ) throws org.omg.CORBA.INITIALIZE
< prev index next >