1 3 package org.objectweb.jonas.jtests.beans.j2eeca; 4 5 import java.rmi.RemoteException ; 6 import javax.ejb.EJBObject ; 7 8 11 public interface connectorCA extends EJBObject { 12 public void method1(java.lang.String s,java.lang.String t) throws RemoteException ,Exception ; 13 public void closeUp(int w) throws RemoteException ; 14 public boolean isConnectionSpec() throws RemoteException ; 15 public boolean isConnection() throws RemoteException ; 16 public boolean isInteraction() throws RemoteException ; 17 public String getConnectionProduct() throws RemoteException ,Exception ; 18 public String getServerName() throws RemoteException ,Exception ; 19 public String getProtocolProperty() throws RemoteException , Exception ; 20 public boolean getCMInstance() throws RemoteException ; 21 public void setMatchNull(boolean b) throws RemoteException ; 22 public int cntListeners() throws RemoteException ; 23 public int getMCF_Pwriter() throws RemoteException ; 24 public int getMC_Pwriter() throws RemoteException ; 25 } 26 | Popular Tags |