Lines Matching defs:UnicastRemoteObject
42 * #exportObject(Remote) UnicastRemoteObject.exportObject(Remote)} method,
107 public class UnicastRemoteObject extends RemoteServer {
129 * Creates and exports a new UnicastRemoteObject object using an
134 protected UnicastRemoteObject() throws RemoteException
140 * Creates and exports a new UnicastRemoteObject object using the
147 protected UnicastRemoteObject(int port) throws RemoteException
154 * Creates and exports a new UnicastRemoteObject object using the
164 protected UnicastRemoteObject(int port,
197 UnicastRemoteObject cloned = (UnicastRemoteObject) super.clone();
206 * Exports this UnicastRemoteObject using its initialized fields because
306 // if obj extends UnicastRemoteObject, set its ref.
307 if (obj instanceof UnicastRemoteObject) {
308 ((UnicastRemoteObject) obj).ref = sref;