1 26 27 package org.objectweb.ccm.demo2.cif; 28 29 40 41 public class ProducerHomeImpl 42 extends org.objectweb.ccm.demo2.ProducerSessionComposition.HomeImpl 43 { 44 50 56 57 public 58 ProducerHomeImpl() 59 { 60 } 61 62 68 74 80 85 public org.omg.Components.ExecutorSegmentBase 86 create_executor_segment(int segid) 87 { 88 return new ProducerImpl(); 89 } 90 91 97 101 public static org.omg.Components.HomeExecutorBase 102 create_home() 103 { 104 return new ProducerHomeImpl(); 105 } 106 107 static 110 { 111 FoodDefaultFactory.register(); 113 } 114 } 115 116 | Popular Tags |