1 26 package org.objectweb.openccm.descriptor.componentassembly.ccm.deployer.binder; 27 28 import org.objectweb.openccm.descriptor.componentassembly.Componentsupportedinterface; 29 30 38 public class ComponentsupportedinterfaceDeployer 39 extends ComponentsupportedinterfaceDeployerContext 40 { 41 42 58 64 70 public org.omg.Components.CCMObject 71 resolveComponent() 72 throws Exception 73 { 74 Componentsupportedinterface csi=getComponentsupportedinterface(); 75 76 if(getComponentinstantiationDeployer()!=null) 77 return getComponentinstantiationDeployer().getComponent(); 78 return org.omg.Components. 79 CCMObjectHelper.narrow(getFindbyDeployer().resolveReference()); 80 } 81 82 } 83 | Popular Tags |