1 2 import org.ozoneDB.OzoneRemote;3 4 /**5 * $Id: $6 */7 public interface Bar extends OzoneRemote {8 void setC(int cVal) throws Exception ;9 10 int getC();11 }12