1 28 29 package ist.coach.coachEmsCommon; 30 31 import ist.coach.coachEmsMib.IpToMACAddressValueTypeHelper; 32 33 38 public class IpToMACAddressValueTypeFactory 39 implements org.omg.CORBA.portable.ValueFactory 40 { 41 47 53 public IpToMACAddressValueTypeFactory() 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 IpToMACAddressValueTypeImpl(); 72 return in.read_value(v); 73 } 74 75 76 public static void 77 register() 78 { 79 org.objectweb.ccm.Components.Runtime.register_value_factory( 80 IpToMACAddressValueTypeHelper.id(), 81 new IpToMACAddressValueTypeFactory()); 82 83 } 85 86 } 87 | Popular Tags |