1 3 package org.objectweb.jonas.jtests.beans.jca15; 4 5 import java.rmi.RemoteException ; 6 import javax.ejb.EJBObject ; 7 8 11 public interface SecuredCA extends EJBObject { 12 public void method1(java.lang.String s,java.lang.String t) throws RemoteException ,Exception ; 13 public String getResAuth() throws RemoteException ; 14 public String getSecurityPassword() throws RemoteException ; 15 public String getSecurityUserName() throws RemoteException ; 16 public void setMatchNull(boolean b) throws RemoteException ; 17 public void setResAuth(java.lang.String res_auth) throws RemoteException ; 18 public void closeUp(int w) throws RemoteException ; 19 20 } 21 | Popular Tags |