_DebugOptionsJustTopStub.java

00001 package Sct_SctApi;
00002 
00003 
00011 public class _DebugOptionsJustTopStub extends org.omg.CORBA.portable.ObjectImpl implements Sct_SctApi.DebugOptionsJustTop
00012 {
00013 
00014   public void standardRegisterDumpURID (Sct.Corba.UniqueRodIdentifier urid)
00015   {
00016             org.omg.CORBA.portable.InputStream $in = null;
00017             try {
00018                 org.omg.CORBA.portable.OutputStream $out = _request ("standardRegisterDumpURID", true);
00019                 Sct.Corba.URIDHelper.write ($out, urid);
00020                 $in = _invoke ($out);
00021                 return;
00022             } catch (org.omg.CORBA.portable.ApplicationException $ex) {
00023                 $in = $ex.getInputStream ();
00024                 String _id = $ex.getId ();
00025                 throw new org.omg.CORBA.MARSHAL (_id);
00026             } catch (org.omg.CORBA.portable.RemarshalException $rm) {
00027                 standardRegisterDumpURID (urid        );
00028             } finally {
00029                 _releaseReply ($in);
00030             }
00031   } // standardRegisterDumpURID
00032 
00033   // Type-specific CORBA::Object operations
00034   private static String[] __ids = {
00035     "IDL:Sct_SctApi/DebugOptionsJustTop:1.0"};
00036 
00037   public String[] _ids ()
00038   {
00039     return (String[])__ids.clone ();
00040   }
00041 
00042   private void readObject (java.io.ObjectInputStream s) throws java.io.IOException
00043   {
00044      String str = s.readUTF ();
00045      String[] args = null;
00046      java.util.Properties props = null;
00047      org.omg.CORBA.Object obj = org.omg.CORBA.ORB.init (args, props).string_to_object (str);
00048      org.omg.CORBA.portable.Delegate delegate = ((org.omg.CORBA.portable.ObjectImpl) obj)._get_delegate ();
00049      _set_delegate (delegate);
00050   }
00051 
00052   private void writeObject (java.io.ObjectOutputStream s) throws java.io.IOException
00053   {
00054      String[] args = null;
00055      java.util.Properties props = null;
00056      String str = org.omg.CORBA.ORB.init (args, props).object_to_string (this);
00057      s.writeUTF (str);
00058   }
00059 } // class _DebugOptionsJustTopStub

Generated on Mon Feb 6 14:12:05 2006 for SCT DAQ/DCS Software - Java by  doxygen 1.4.6