public class UnicastRemoteObject extends RemoteServer { // Protected Constructor protected UnicastRemoteObject( ) throws RemoteException; // Class Methods public static void exportObject(Remote obj) throws RemoteException; // Public Instance Methods public Object clone( ) throws CloneNotSupportedException; // Overrides Object.clone( ) }