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 public Sct_CalibrationController.SequenceRequest quickCharacterizationSequence ()
00034 {
00035 org.omg.CORBA.portable.InputStream $in = null;
00036 try {
00037 org.omg.CORBA.portable.OutputStream $out = _request ("quickCharacterizationSequence", true);
00038 $in = _invoke ($out);
00039 Sct_CalibrationController.SequenceRequest $result = Sct_CalibrationController.SequenceRequestHelper.read ($in);
00040 return $result;
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 return quickCharacterizationSequence ( );
00047 } finally {
00048 _releaseReply ($in);
00049 }
00050 }
00051
00052
00053 private static String[] __ids = {
00054 "IDL:Sct_CalibrationController/SequenceLibrary: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 }