1 26 27 package org.objectweb.openccm.Components; 28 29 37 38 public class ConfiguratorImpl 39 implements org.omg.Components.ConfiguratorOperations 40 { 41 47 53 56 public 57 ConfiguratorImpl() 58 { 59 } 60 61 67 73 79 90 public void 91 configure(org.omg.Components.CCMObject component) 92 throws org.omg.Components.WrongComponentType 93 { 94 throw new org.omg.CORBA.NO_IMPLEMENT (); 95 } 96 } 97 | Popular Tags |