KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > com > quikj > client > raccess > RemoteServiceInterface


1 /*
2  * RemoteServiceInterface.java
3  *
4  * Created on May 26, 2003, 12:33 PM
5  */

6
7 package com.quikj.client.raccess;
8
9 /**
10  *
11  * @author amit
12  */

13 public interface RemoteServiceInterface
14 {
15     public String JavaDoc getRMIParam (String JavaDoc param);
16     public boolean setRMIParam (String JavaDoc param, String JavaDoc value);
17 }
18
Popular Tags