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