1 26 27 package org.objectweb.openccm.Components; 28 29 39 40 public class StandardConfiguratorImpl 41 extends org.omg.Components.StandardConfiguratorPOA 42 { 43 49 52 org.omg.Components.ConfigValue[] config_values_; 53 54 60 63 public 64 StandardConfiguratorImpl() 65 { 66 config_values_ = null; 67 } 68 69 75 81 87 98 public void 99 configure(org.omg.Components.CCMObject component) 100 throws org.omg.Components.WrongComponentType 101 { 102 throw new org.omg.CORBA.NO_IMPLEMENT (); 104 } 105 106 112 120 public void 121 set_configuration(org.omg.Components.ConfigValue[] descr) 122 { 123 config_values_ = descr; 124 } 125 126 } 127 | Popular Tags |