public class RMIKlasse implements RMIInterface { public int wertBerechnen(int wert1, int wert2) { return wert1 * wert2; } }