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 extends5 CNComponentManagerRemoteInterface, CNComponentUpdateRemoteInterface,6 CNComponentRemoteInterface, CNTypeRemoteInterface {7 }8