corba/src/java.corba/share/classes/javax/rmi/PortableRemoteObject.java
changeset 45443 57dbb6453a4d
parent 25862 a5e25d68f971
equal deleted inserted replaced
45442:a14177f1fbc1 45443:57dbb6453a4d
    60  * available for garbage collection.
    60  * available for garbage collection.
    61  * The narrow method takes an object reference or abstract interface type and
    61  * The narrow method takes an object reference or abstract interface type and
    62  * attempts to narrow it to conform to
    62  * attempts to narrow it to conform to
    63  * the given interface. If the operation is successful the result will be an
    63  * the given interface. If the operation is successful the result will be an
    64  * object of the specified type, otherwise an exception will be thrown.
    64  * object of the specified type, otherwise an exception will be thrown.
       
    65  *
       
    66  * <p>See also {@extLink rmi_iiop_guides RMI-IIOP developer's guides}.</p>
    65  */
    67  */
    66 public class PortableRemoteObject {
    68 public class PortableRemoteObject {
    67 
    69 
    68     private static final javax.rmi.CORBA.PortableRemoteObjectDelegate proDelegate;
    70     private static final javax.rmi.CORBA.PortableRemoteObjectDelegate proDelegate;
    69 
    71