1 package org.python.rmi; 3 import java.rmi.*; 4 5 public class UnicastRemoteObject extends java.rmi.server.RemoteServer { 6 Remote remote; 7 8 public UnicastRemoteObject() throws RemoteException { 9 this.remote = remote; 10 java.rmi.server.UnicastRemoteObject.exportObject(remote); 11 } 12 13 private void readObject(java.io.ObjectInputStream in) 14 throws java.io.IOException , java.lang.ClassNotFoundException  15 { 16 java.rmi.server.UnicastRemoteObject.exportObject(remote); 17 } 18 } 19 | Popular Tags |