_SavingConfigurationMethodsStub.java

00001 package Sct_SctApi;
00002 
00003 
00012 // watch out Alan AJB! ...
00013 public class _SavingConfigurationMethodsStub extends org.omg.CORBA.portable.ObjectImpl implements Sct_SctApi.SavingConfigurationMethods
00014 {
00015 
00016   // Type-specific CORBA::Object operations
00017   private static String[] __ids = {
00018     "IDL:Sct_SctApi/SavingConfigurationMethods:1.0"};
00019 
00020   public String[] _ids ()
00021   {
00022     return (String[])__ids.clone ();
00023   }
00024 
00025   private void readObject (java.io.ObjectInputStream s) throws java.io.IOException
00026   {
00027      String str = s.readUTF ();
00028      String[] args = null;
00029      java.util.Properties props = null;
00030      org.omg.CORBA.Object obj = org.omg.CORBA.ORB.init (args, props).string_to_object (str);
00031      org.omg.CORBA.portable.Delegate delegate = ((org.omg.CORBA.portable.ObjectImpl) obj)._get_delegate ();
00032      _set_delegate (delegate);
00033   }
00034 
00035   private void writeObject (java.io.ObjectOutputStream s) throws java.io.IOException
00036   {
00037      String[] args = null;
00038      java.util.Properties props = null;
00039      String str = org.omg.CORBA.ORB.init (args, props).object_to_string (this);
00040      s.writeUTF (str);
00041   }
00042 } // class _SavingConfigurationMethodsStub

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