1 /* $Id: CNComponentManagerRemoteInterface.java,v 1.2 2004/03/22 19:31:49 hnetynka Exp $ */2 package SOFA.Connector.Boot;3 4 public interface CNComponentManagerRemoteInterface extends5 CNComponentLifecycleControlRemoteInterface, CNRegisterRemoteInterface,6 CNComponentRemoteInterface, CNTypeRemoteInterface{7 SOFA.SOFAnode.Run.Deployment.DeplDock getLocalDeplDock() throws java.rmi.RemoteException ;8 String getFullName() throws java.rmi.RemoteException ;9 }10