1 26 package org.objectweb.openccm.descriptor.componentassembly.ccm.deployer.installer; 27 34 public class ComponentinstantiationDeployInfo 35 { 36 private org.omg.Components.CCMObject corbaReference; 42 private ComponentinstantiationDeployInfoHandler _handler; 43 public ComponentinstantiationDeployInfo(ComponentinstantiationDeployInfoHandler handler) { 59 this._handler = handler ; 60 } 61 62 public org.omg.Components.CCMObject 63 getCorbaReference() 64 { 65 return corbaReference; 66 } 67 68 public void 69 setCorbaReference (org.omg.Components.CCMObject ref) 70 { 71 corbaReference = ref; 72 } 73 74 } 75 | Popular Tags |