1 package ist.coach.coachEmsCommon; 2 3 import ist.coach.coachEmsMib.IpProtocolMonitorValueTypeHelper; 4 5 public class IpProtocolMonitorValueTypeFactory 6 implements org.omg.CORBA.portable.ValueFactory { 7 8 public IpProtocolMonitorValueTypeFactory() {} 9 10 public java.io.Serializable read_value( 11 final org.omg.CORBA_2_3.portable.InputStream is) { 12 13 java.io.Serializable v = 14 new IpProtocolMonitorValueTypeImpl(); 15 return is.read_value(v); 16 } 17 18 public static void 19 register() { 20 21 org.objectweb.ccm.Components.Runtime.register_value_factory( 22 IpProtocolMonitorValueTypeHelper.id(), 23 new IpProtocolMonitorValueTypeFactory()); 24 } 25 } 26 | Popular Tags |