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 RuntimeCA extends EJBObject { 12 public void method1(java.lang.String s,java.lang.String t) throws RemoteException ,Exception ; 14 public int getMCF_Pwriter() throws RemoteException ; 15 public int getMC_Pwriter() throws RemoteException ; 16 public void closeUp(int w) throws RemoteException ; 17 18 public String getResAuth() throws RemoteException ; 19 public String getSecurityPassword() throws RemoteException ; 20 public String getSecurityUserName() throws RemoteException ; 21 public void setResAuth(java.lang.String res_auth) throws RemoteException ; 22 23 } 24 | Popular Tags |