corba/src/share/classes/javax/rmi/PortableRemoteObject.java
changeset 4623 e3aaa29eff65
parent 4 02bb8761fcce
child 5555 b2b5ed3f0d0d
equal deleted inserted replaced
4554:e9c98378f6b9 4623:e3aaa29eff65
   159     /**
   159     /**
   160      * Makes a Remote object ready for remote communication. This normally
   160      * Makes a Remote object ready for remote communication. This normally
   161      * happens implicitly when the object is sent or received as an argument
   161      * happens implicitly when the object is sent or received as an argument
   162      * on a remote method call, but in some circumstances it is useful to
   162      * on a remote method call, but in some circumstances it is useful to
   163      * perform this action by making an explicit call.  See the
   163      * perform this action by making an explicit call.  See the
   164      * {@link Stub#connect} method for more information.
   164      * {@link javax.rmi.CORBA.Stub#connect} method for more information.
   165      * @param target the object to connect.
   165      * @param target the object to connect.
   166      * @param source a previously connected object.
   166      * @param source a previously connected object.
   167      * @throws RemoteException if <code>source</code> is not connected
   167      * @throws RemoteException if <code>source</code> is not connected
   168      * or if <code>target</code> is already connected to a different ORB than
   168      * or if <code>target</code> is already connected to a different ORB than
   169      * <code>source</code>.
   169      * <code>source</code>.