5 * subastas/lista_clientesHelper.java .
6 * Generated by the IDL-to-Java compiler (portable), version "3.2"
8 * jueves 12 de junio de 2008 18H33' CEST
11 abstract public class lista_clientesHelper
13 private static String _id = "IDL:subastas/lista_clientes:1.0";
15 public static void insert (org.omg.CORBA.Any a, subastas.clienteSubastas[] that)
17 org.omg.CORBA.portable.OutputStream out = a.create_output_stream ();
20 a.read_value (out.create_input_stream (), type ());
23 public static subastas.clienteSubastas[] extract (org.omg.CORBA.Any a)
25 return read (a.create_input_stream ());
28 private static org.omg.CORBA.TypeCode __typeCode = null;
29 synchronized public static org.omg.CORBA.TypeCode type ()
31 if (__typeCode == null)
33 __typeCode = subastas.clienteSubastasHelper.type ();
34 __typeCode = org.omg.CORBA.ORB.init ().create_sequence_tc (0, __typeCode);
35 __typeCode = org.omg.CORBA.ORB.init ().create_alias_tc (subastas.lista_clientesHelper.id (), "lista_clientes", __typeCode);
40 public static String id ()
45 public static subastas.clienteSubastas[] read (org.omg.CORBA.portable.InputStream istream)
47 subastas.clienteSubastas value[] = null;
48 int _len0 = istream.read_long ();
49 value = new subastas.clienteSubastas[_len0];
50 for (int _o1 = 0;_o1 < value.length; ++_o1)
51 value[_o1] = subastas.clienteSubastasHelper.read (istream);
55 public static void write (org.omg.CORBA.portable.OutputStream ostream, subastas.clienteSubastas[] value)
57 ostream.write_long (value.length);
58 for (int _i0 = 0;_i0 < value.length; ++_i0)
59 subastas.clienteSubastasHelper.write (ostream, value[_i0]);