corba/src/java.corba/share/classes/com/sun/corba/se/impl/presentation/rmi/JNDIStateFactoryImpl.java
changeset 32688 936c391804a5
parent 25862 a5e25d68f971
equal deleted inserted replaced
32550:6521875cb63e 32688:936c391804a5
    91      * @param orig The object to turn into a CORBA object. If not Remote,
    91      * @param orig The object to turn into a CORBA object. If not Remote,
    92      *             or if is a JRMP stub or impl, return null.
    92      *             or if is a JRMP stub or impl, return null.
    93      * @param name Ignored
    93      * @param name Ignored
    94      * @param ctx The non-null CNCtx whose ORB to use.
    94      * @param ctx The non-null CNCtx whose ORB to use.
    95      * @param env Ignored
    95      * @param env Ignored
    96      * @return The CORBA object for <tt>orig</tt> or null.
    96      * @return The CORBA object for {@code orig} or null.
    97      * @exception ConfigurationException If the CORBA object cannot be obtained
    97      * @exception ConfigurationException If the CORBA object cannot be obtained
    98      *    due to configuration problems
    98      *    due to configuration problems
    99      * @exception NamingException If some other problem prevented a CORBA
    99      * @exception NamingException If some other problem prevented a CORBA
   100      *    object from being obtained from the Remote object.
   100      *    object from being obtained from the Remote object.
   101      */
   101      */