1 28 29 package ist.coach.itut_q816Components.ChannelFinderProviderComposition; 30 31 import java.util.Hashtable ; 32 33 34 40 public class ChannelFinderProviderImpl 41 extends ist.coach.itut_q816Components.ChannelFinderProviderComposition.ChannelFinderProvider_impl 42 { 43 49 protected static Hashtable channels = null; 50 56 public ChannelFinderProviderImpl() 57 { 58 channels = new Hashtable (); 59 } 60 74 public void 75 configuration_complete() 76 throws org.omg.Components.InvalidConfiguration 77 { 78 System.err.println("ChannelFinderProvider configuration completed..."); 82 83 } 84 90 } 91 | Popular Tags |