KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > SOFA > Connector > Boot > CNComponentInterface


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 JavaDoc[] getFcInterfaces() ;
6   Object JavaDoc getFcInterface(java.lang.String JavaDoc itfName) throws org.objectweb.fractal.api.NoSuchInterfaceException;
7   org.objectweb.fractal.api.Type getFcType() ;
8 }
9
Popular Tags