5 * subastas/_clienteSubastasStub.java .
6 * Generated by the IDL-to-Java compiler (portable), version "3.2"
8 * domingo 8 de junio de 2008 18H18' CEST
11 public class _clienteSubastasStub extends org.omg.CORBA.portable.ObjectImpl implements subastas.clienteSubastas
14 public String identificacion ()
16 org.omg.CORBA.portable.InputStream $in = null;
18 org.omg.CORBA.portable.OutputStream $out = _request ("_get_identificacion", true);
20 String $result = $in.read_string ();
22 } catch (org.omg.CORBA.portable.ApplicationException $ex) {
23 $in = $ex.getInputStream ();
24 String _id = $ex.getId ();
25 throw new org.omg.CORBA.MARSHAL (_id);
26 } catch (org.omg.CORBA.portable.RemarshalException $rm) {
27 return identificacion ( );
33 public void finSubasta ()
35 org.omg.CORBA.portable.InputStream $in = null;
37 org.omg.CORBA.portable.OutputStream $out = _request ("finSubasta", true);
40 } catch (org.omg.CORBA.portable.ApplicationException $ex) {
41 $in = $ex.getInputStream ();
42 String _id = $ex.getId ();
43 throw new org.omg.CORBA.MARSHAL (_id);
44 } catch (org.omg.CORBA.portable.RemarshalException $rm) {
51 // Type-specific CORBA::Object operations
52 private static String[] __ids = {
53 "IDL:subastas/clienteSubastas:1.0"};
55 public String[] _ids ()
57 return (String[])__ids.clone ();
60 private void readObject (java.io.ObjectInputStream s) throws java.io.IOException
62 String str = s.readUTF ();
64 java.util.Properties props = null;
65 org.omg.CORBA.Object obj = org.omg.CORBA.ORB.init (args, props).string_to_object (str);
66 org.omg.CORBA.portable.Delegate delegate = ((org.omg.CORBA.portable.ObjectImpl) obj)._get_delegate ();
67 _set_delegate (delegate);
70 private void writeObject (java.io.ObjectOutputStream s) throws java.io.IOException
73 java.util.Properties props = null;
74 String str = org.omg.CORBA.ORB.init (args, props).object_to_string (this);
77 } // class _clienteSubastasStub