00001 package SctServiceI; 00002 00014 public final class SctServiceInterfaceHolder implements org.omg.CORBA.portable.Streamable 00015 { 00016 public SctServiceI.SctServiceInterface value = null; 00017 00018 public SctServiceInterfaceHolder () 00019 { 00020 } 00021 00022 public SctServiceInterfaceHolder (SctServiceI.SctServiceInterface initialValue) 00023 { 00024 value = initialValue; 00025 } 00026 00027 public void _read (org.omg.CORBA.portable.InputStream i) 00028 { 00029 value = SctServiceI.SctServiceInterfaceHelper.read (i); 00030 } 00031 00032 public void _write (org.omg.CORBA.portable.OutputStream o) 00033 { 00034 SctServiceI.SctServiceInterfaceHelper.write (o, value); 00035 } 00036 00037 public org.omg.CORBA.TypeCode _type () 00038 { 00039 return SctServiceI.SctServiceInterfaceHelper.type (); 00040 } 00041 00042 }