1 /* $Id: CNComponentInterface.java,v 1.1 2004/03/22 19:31:49 hnetynka Exp $ */2 package SOFA.Connector.Boot;3 4 public interface CNComponentInterface {5 Object [] getFcInterfaces() ;6 Object getFcInterface(java.lang.String itfName) throws org.objectweb.fractal.api.NoSuchInterfaceException;7 org.objectweb.fractal.api.Type getFcType() ;8 }9