KickJava   Java API By Example, From Geeks To Geeks.

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


1 /* $Id: CNDCUPComponentManagerRemoteInterface.java,v 1.2 2004/03/22 19:31:49 hnetynka Exp $ */
2 package SOFA.Connector.Boot;
3
4 public interface CNDCUPComponentManagerRemoteInterface extends
5     CNComponentManagerRemoteInterface, CNComponentUpdateRemoteInterface,
6         CNComponentRemoteInterface, CNTypeRemoteInterface {
7 }
8
Popular Tags