1 28 29 package ist.coach.coachEmsCommon; 30 31 import ist.coach.coachEmsMib.IpRoutingEntryValueTypeHelper; 32 33 38 public class IpRoutingEntryValueTypeFactory 39 implements org.omg.CORBA.portable.ValueFactory 40 { 41 47 53 public IpRoutingEntryValueTypeFactory() 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 IpRoutingEntryValueTypeImpl(); 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 IpRoutingEntryValueTypeHelper.id(), 83 new IpRoutingEntryValueTypeFactory()); 84 85 } 86 87 } 88 | Popular Tags |