public class LoadFileService extends UnicastRemoteObject implements LoadFile { private String currentDir= null ; // this contrUCtion is needed public LoadFileService() throws RemoteException { super(); }
public void setCurrentDir(String currentDir){ this.currentDir = currentDir ; }