00001 package Sct_SctApi;
00002
00003
00012
00013 public class _IdiosyncrasyStub extends org.omg.CORBA.portable.ObjectImpl implements Sct_SctApi.Idiosyncrasy
00014 {
00015
00016 public Sct.Corba.UniqueCrateIdentifier ucid ()
00017 {
00018 org.omg.CORBA.portable.InputStream $in = null;
00019 try {
00020 org.omg.CORBA.portable.OutputStream $out = _request ("ucid", true);
00021 $in = _invoke ($out);
00022 Sct.Corba.UniqueCrateIdentifier $result = Sct.Corba.UCIDHelper.read ($in);
00023 return $result;
00024 } catch (org.omg.CORBA.portable.ApplicationException $ex) {
00025 $in = $ex.getInputStream ();
00026 String _id = $ex.getId ();
00027 throw new org.omg.CORBA.MARSHAL (_id);
00028 } catch (org.omg.CORBA.portable.RemarshalException $rm) {
00029 return ucid ( );
00030 } finally {
00031 _releaseReply ($in);
00032 }
00033 }
00034
00035 public String uniqueName ()
00036 {
00037 org.omg.CORBA.portable.InputStream $in = null;
00038 try {
00039 org.omg.CORBA.portable.OutputStream $out = _request ("uniqueName", true);
00040 $in = _invoke ($out);
00041 String $result = $in.read_string ();
00042 return $result;
00043 } catch (org.omg.CORBA.portable.ApplicationException $ex) {
00044 $in = $ex.getInputStream ();
00045 String _id = $ex.getId ();
00046 throw new org.omg.CORBA.MARSHAL (_id);
00047 } catch (org.omg.CORBA.portable.RemarshalException $rm) {
00048 return uniqueName ( );
00049 } finally {
00050 _releaseReply ($in);
00051 }
00052 }
00053
00054 public String ipcNameOfSctApiCrateServer ()
00055 {
00056 org.omg.CORBA.portable.InputStream $in = null;
00057 try {
00058 org.omg.CORBA.portable.OutputStream $out = _request ("ipcNameOfSctApiCrateServer", true);
00059 $in = _invoke ($out);
00060 String $result = $in.read_string ();
00061 return $result;
00062 } catch (org.omg.CORBA.portable.ApplicationException $ex) {
00063 $in = $ex.getInputStream ();
00064 String _id = $ex.getId ();
00065 throw new org.omg.CORBA.MARSHAL (_id);
00066 } catch (org.omg.CORBA.portable.RemarshalException $rm) {
00067 return ipcNameOfSctApiCrateServer ( );
00068 } finally {
00069 _releaseReply ($in);
00070 }
00071 }
00072
00073 public String infoServiceNameOfScanStatusObject ()
00074 {
00075 org.omg.CORBA.portable.InputStream $in = null;
00076 try {
00077 org.omg.CORBA.portable.OutputStream $out = _request ("infoServiceNameOfScanStatusObject", true);
00078 $in = _invoke ($out);
00079 String $result = $in.read_string ();
00080 return $result;
00081 } catch (org.omg.CORBA.portable.ApplicationException $ex) {
00082 $in = $ex.getInputStream ();
00083 String _id = $ex.getId ();
00084 throw new org.omg.CORBA.MARSHAL (_id);
00085 } catch (org.omg.CORBA.portable.RemarshalException $rm) {
00086 return infoServiceNameOfScanStatusObject ( );
00087 } finally {
00088 _releaseReply ($in);
00089 }
00090 }
00091
00092
00093 private static String[] __ids = {
00094 "IDL:Sct_SctApi/Idiosyncrasy:1.0"};
00095
00096 public String[] _ids ()
00097 {
00098 return (String[])__ids.clone ();
00099 }
00100
00101 private void readObject (java.io.ObjectInputStream s) throws java.io.IOException
00102 {
00103 String str = s.readUTF ();
00104 String[] args = null;
00105 java.util.Properties props = null;
00106 org.omg.CORBA.Object obj = org.omg.CORBA.ORB.init (args, props).string_to_object (str);
00107 org.omg.CORBA.portable.Delegate delegate = ((org.omg.CORBA.portable.ObjectImpl) obj)._get_delegate ();
00108 _set_delegate (delegate);
00109 }
00110
00111 private void writeObject (java.io.ObjectOutputStream s) throws java.io.IOException
00112 {
00113 String[] args = null;
00114 java.util.Properties props = null;
00115 String str = org.omg.CORBA.ORB.init (args, props).object_to_string (this);
00116 s.writeUTF (str);
00117 }
00118 }