1 28 29 package ist.coach.coachEmfCommon; 30 import ist.coach.coachEmfServicesComponents.LogNewRecordHelper; 31 32 33 38 public class LogNewRecordFactory 39 implements org.omg.CORBA.portable.ValueFactory  40 { 41 47 53 public LogNewRecordFactory() 54 { 55 } 56 57 63 68 public java.io.Serializable  69 read_value(org.omg.CORBA_2_3.portable.InputStream in) 70 { 71 java.io.Serializable v = new LogNewRecordImpl(); 72 return in.read_value(v); 73 } 74 75 78 public static void 79 register() 80 { 81 org.objectweb.ccm.Components.Runtime.register_value_factory( 82 LogNewRecordHelper.id(), 83 new LogNewRecordFactory()); 84 } 85 86 } 87 | Popular Tags |