Main Page | Packages | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | Related Pages

_DebugOptionsJustCrateStub.java

00001 package Sct_SctApi;
00002 
00003 
00011 public class _DebugOptionsJustCrateStub extends org.omg.CORBA.portable.ObjectImpl implements Sct_SctApi.DebugOptionsJustCrate
00012 {
00013 
00014   public String[] listEnabledDebugOptions ()
00015   {
00016             org.omg.CORBA.portable.InputStream $in = null;
00017             try {
00018                 org.omg.CORBA.portable.OutputStream $out = _request ("listEnabledDebugOptions", true);
00019                 $in = _invoke ($out);
00020                 String $result[] = Sct_SctApi.DebugOptionListHelper.read ($in);
00021                 return $result;
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                 return listEnabledDebugOptions (        );
00028             } finally {
00029                 _releaseReply ($in);
00030             }
00031   } // listEnabledDebugOptions
00032 
00033   public void standardRegisterDumpRod (int rod)
00034   {
00035             org.omg.CORBA.portable.InputStream $in = null;
00036             try {
00037                 org.omg.CORBA.portable.OutputStream $out = _request ("standardRegisterDumpRod", true);
00038                 $out.write_ulong (rod);
00039                 $in = _invoke ($out);
00040                 return;
00041             } catch (org.omg.CORBA.portable.ApplicationException $ex) {
00042                 $in = $ex.getInputStream ();
00043                 String _id = $ex.getId ();
00044                 throw new org.omg.CORBA.MARSHAL (_id);
00045             } catch (org.omg.CORBA.portable.RemarshalException $rm) {
00046                 standardRegisterDumpRod (rod        );
00047             } finally {
00048                 _releaseReply ($in);
00049             }
00050   } // standardRegisterDumpRod
00051 
00052   // Type-specific CORBA::Object operations
00053   private static String[] __ids = {
00054     "IDL:Sct_SctApi/DebugOptionsJustCrate:1.0"};
00055 
00056   public String[] _ids ()
00057   {
00058     return (String[])__ids.clone ();
00059   }
00060 
00061   private void readObject (java.io.ObjectInputStream s) throws java.io.IOException
00062   {
00063      String str = s.readUTF ();
00064      String[] args = null;
00065      java.util.Properties props = null;
00066      org.omg.CORBA.Object obj = org.omg.CORBA.ORB.init (args, props).string_to_object (str);
00067      org.omg.CORBA.portable.Delegate delegate = ((org.omg.CORBA.portable.ObjectImpl) obj)._get_delegate ();
00068      _set_delegate (delegate);
00069   }
00070 
00071   private void writeObject (java.io.ObjectOutputStream s) throws java.io.IOException
00072   {
00073      String[] args = null;
00074      java.util.Properties props = null;
00075      String str = org.omg.CORBA.ORB.init (args, props).object_to_string (this);
00076      s.writeUTF (str);
00077   }
00078 } // class _DebugOptionsJustCrateStub

Generated on Fri Sep 16 18:05:51 2005 for SCT DAQ/DCS Software - Java by doxygen 1.3.5