1 2 package SOFA.Connector.Boot; 3 4 import java.rmi.Remote ; 5 import java.rmi.RemoteException ; 6 7 public interface CNComponentRemoteInterface extends Remote { 8 byte[][][] getFcInterfaces() throws RemoteException ; 9 byte[][] getFcInterface(java.lang.String itfName) throws org.objectweb.fractal.api.NoSuchInterfaceException, RemoteException ; 10 byte[] getFcType() throws RemoteException ; 11 } 12 | Popular Tags |