KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > Bar


1
2 import org.ozoneDB.OzoneRemote;
3
4 /**
5  * $Id: $
6  */

7 public interface Bar extends OzoneRemote {
8     void setC(int cVal) throws Exception JavaDoc;
9
10     int getC();
11 }
12
Popular Tags