/* This file is used by RIDL_RemoteInst to make objects on remote machines */


package RIDL_Runtime; 
public interface RIDL_RI extends java.rmi.Remote {
 public  RIDL_Object makeinstance(String classname) 
   throws java.rmi.RemoteException, 
          ClassNotFoundException, InstantiationException, IllegalAccessException; 

}


