1 28 29 package ist.coach.coachEmsCommon; 30 31 import ist.coach.coachEmsMib.IpAddressDataValueTypeHelper; 32 37 public class IpAddressDataValueTypeFactory 38 implements org.omg.CORBA.portable.ValueFactory 39 { 40 46 52 public IpAddressDataValueTypeFactory() 53 { 54 } 55 56 62 67 public java.io.Serializable 68 read_value(org.omg.CORBA_2_3.portable.InputStream in) 69 { 70 java.io.Serializable v = new IpAddressDataValueTypeImpl(); 71 return in.read_value(v); 72 } 73 74 77 public static void 78 register() 79 { 80 org.objectweb.ccm.Components.Runtime.register_value_factory( 81 IpAddressDataValueTypeHelper.id(), 82 new IpAddressDataValueTypeFactory()); 83 } 84 85 } 86 | Popular Tags |