Uses of Class
org.omg.CORBA.INITIALIZE
-
Packages that use INITIALIZE Package Description com.sun.corba.ee.impl.naming.cosnaming com.sun.corba.ee.spi.logging -
-
Uses of INITIALIZE in com.sun.corba.ee.impl.naming.cosnaming
Methods in com.sun.corba.ee.impl.naming.cosnaming that throw INITIALIZE Modifier and Type Method Description private void
TransientNameService. initialize(ORB orb, java.lang.String nameServiceName)
This method initializes Transient Name Service by associating Root context with POA and registering the root context with INS Object Keymap.Constructors in com.sun.corba.ee.impl.naming.cosnaming that throw INITIALIZE Constructor Description TransientNameService(ORB orb)
Constructs a new TransientNameService, and creates an initial NamingContext, whose object reference can be obtained by the initialNamingContext method.TransientNameService(ORB orb, java.lang.String serviceName)
Constructs a new TransientNameService, and creates an initial NamingContext, whose object reference can be obtained by the initialNamingContext method. -
Uses of INITIALIZE in com.sun.corba.ee.spi.logging
-