src/share/classes/javax/rmi/PortableRemoteObject.java

changeset 135
d4c077d44a64
parent 1
55540e827aef
child 158
91006f157c46
equal deleted inserted replaced
133:ec0421b5703b 135:d4c077d44a64
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>.

mercurial