00001 package Sct_CalibrationController;
00002
00003
00011 public class _SequenceLibraryStub extends org.omg.CORBA.portable.ObjectImpl implements Sct_CalibrationController.SequenceLibrary
00012 {
00013
00014 public Sct_CalibrationController.SequenceRequest characterizationSequence ()
00015 {
00016 org.omg.CORBA.portable.InputStream $in = null;
00017 try {
00018 org.omg.CORBA.portable.OutputStream $out = _request ("characterizationSequence", true);
00019 $in = _invoke ($out);
00020 Sct_CalibrationController.SequenceRequest $result = Sct_CalibrationController.SequenceRequestHelper.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 characterizationSequence ( );
00028 } finally {
00029 _releaseReply ($in);
00030 }
00031 }
00032
00033
00034 private static String[] __ids = {
00035 "IDL:Sct_CalibrationController/SequenceLibrary: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 }