1 21 22 package ist.coach.coachEmfCommon; 23 import ist.coach.coachEmfServicesComponents.NamePrimaryKeyFactoryHelper; 24 25 29 public class NamePrimaryKeyFactory 30 implements org.omg.CORBA.portable.ValueFactory  31 { 32 38 44 50 53 public java.io.Serializable 54 read_value(org.omg.CORBA_2_3.portable.InputStream in) 55 { 56 java.io.Serializable v = new NamePrimaryKeyImpl(); 57 return in.read_value(v); 58 } 59 60 66 69 public static void 70 register() 71 { 72 NamePrimaryKeyFactoryHelper.register(new NamePrimaryKeyFactory()); 73 } 74 } 75 | Popular Tags |