1 25 26 28 package org.objectweb.jonas.jtests.beans.secured; 29 30 import java.rmi.RemoteException ; 31 32 35 public interface BaseE extends BaseS { 36 public String getName() throws RemoteException ; 37 public void setName(String s) throws RemoteException ; 38 public String getInfo() throws RemoteException ; 39 public void setInfo(String s) throws RemoteException ; 40 } 41 | Popular Tags |