1 package org.omg.PortableInterceptor; 2 3 4 10 11 12 15 public final class ObjectReferenceTemplateSeqHolder implements org.omg.CORBA.portable.Streamable 16 { 17 public org.omg.PortableInterceptor.ObjectReferenceTemplate value[] = null; 18 19 public ObjectReferenceTemplateSeqHolder () 20 { 21 } 22 23 public ObjectReferenceTemplateSeqHolder (org.omg.PortableInterceptor.ObjectReferenceTemplate [] initialValue) 24 { 25 value = initialValue; 26 } 27 28 public void _read (org.omg.CORBA.portable.InputStream i) 29 { 30 value = org.omg.PortableInterceptor.ObjectReferenceTemplateSeqHelper.read (i); 31 } 32 33 public void _write (org.omg.CORBA.portable.OutputStream o) 34 { 35 org.omg.PortableInterceptor.ObjectReferenceTemplateSeqHelper.write (o, value); 36 } 37 38 public org.omg.CORBA.TypeCode _type () 39 { 40 return org.omg.PortableInterceptor.ObjectReferenceTemplateSeqHelper.type (); 41 } 42 43 } 44 | Popular Tags |