Searched defs:UnicastRemoteObject (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/rmi/server/
H A DUnicastRemoteObject.java42 * #exportObject(Remote) UnicastRemoteObject.exportObject(Remote)} method,
107 public class UnicastRemoteObject extends RemoteServer { class in inherits:RemoteServer
129 * Creates and exports a new UnicastRemoteObject object using an
134 protected UnicastRemoteObject() throws RemoteException method in class:UnicastRemoteObject
140 * Creates and exports a new UnicastRemoteObject object using the
147 protected UnicastRemoteObject(int port) throws RemoteException method in class:UnicastRemoteObject
154 * Creates and exports a new UnicastRemoteObject object using the
164 protected UnicastRemoteObject(int port, method in class:UnicastRemoteObject
197 UnicastRemoteObject cloned = (UnicastRemoteObject) supe
[all...]

Completed in 40 milliseconds