1   /*
2    * Created on 2005-12-14
3    *
4    * TODO To change the template for this generated file go to
5    * Window - Preferences - Java - Code Style - Code Templates
6    */
7   package org.huihoo.jfox.soaf.services.naming;
8   
9   import java.rmi.Remote;
10  import java.rmi.RemoteException;
11  
12  /***
13   * @author peter
14   * 
15   * TODO To change the template for this generated type comment go to Window -
16   * Preferences - Java - Code Style - Code Templates
17   */
18  public interface MockRemoteInterface extends Remote {
19  
20  	//	This method is remote
21  	public void Invoke() throws RemoteException;
22  }