1 package SOFA.Component;2 3 4 /** Component manager.5 * Generated by SOFA CodeGen.6 */7 8 public interface ComponentManagerOperations extends SOFA.Component.ComponentLifecycleControlOperations, SOFA.Component.RegisterOperations, org.objectweb.fractal.api.ComponentOperations, org.objectweb.fractal.api.TypeOperations {9 /** Return deployment dock in which the component is running.10 * @return deployment dock11 */12 public SOFA.SOFAnode.Run.Deployment.DeplDock getLocalDeplDock();13 /** Return full name with implementation version of the component.14 * @return full name15 */16 public String getFullName();17 }18