1 /* $Id: CNComponentManagerInterface.java,v 1.2 2004/03/22 19:31:49 hnetynka Exp $ */2 package SOFA.Connector.Boot;3 4 public interface CNComponentManagerInterface extends5 CNComponentLifecycleControlInterface, CNRegisterInterface,6 CNComponentInterface, CNTypeInterface {7 SOFA.SOFAnode.Run.Deployment.DeplDock getLocalDeplDock();8 String getFullName();9 }10