1 26 27 package org.objectweb.ccm.filetransfer.cif; 28 29 31 40 41 public class TVHomeImpl 42 extends org.objectweb.ccm.filetransfer.TVSessionComposition.HomeImpl 43 implements org.objectweb.ccm.filetransfer.CCM_TVHome 44 48 { 49 55 61 62 public 63 TVHomeImpl() 64 { 65 } 66 67 73 79 85 90 public org.omg.Components.ExecutorSegmentBase 91 create_executor_segment(int segid) 92 { 93 return new TVImpl(); 94 } 95 96 102 106 public static org.omg.Components.HomeExecutorBase 107 create_home() 108 { 109 return new TVHomeImpl(); 110 } 111 112 static 115 { 116 ImagesDefaultFactory.register(); 118 } 119 } | Popular Tags |