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

_TriggerStub.java

00001 package Sct_SctApi;
00002 
00003 
00011 public class _TriggerStub extends org.omg.CORBA.portable.ObjectImpl implements Sct_SctApi.Trigger
00012 {
00013 
00014   public void singleL1A ()
00015   {
00016             org.omg.CORBA.portable.InputStream $in = null;
00017             try {
00018                 org.omg.CORBA.portable.OutputStream $out = _request ("singleL1A", true);
00019                 $in = _invoke ($out);
00020                 return;
00021             } catch (org.omg.CORBA.portable.ApplicationException $ex) {
00022                 $in = $ex.getInputStream ();
00023                 String _id = $ex.getId ();
00024                 throw new org.omg.CORBA.MARSHAL (_id);
00025             } catch (org.omg.CORBA.portable.RemarshalException $rm) {
00026                 singleL1A (        );
00027             } finally {
00028                 _releaseReply ($in);
00029             }
00030   } // singleL1A
00031 
00032   public void doubleL1A (short delay)
00033   {
00034             org.omg.CORBA.portable.InputStream $in = null;
00035             try {
00036                 org.omg.CORBA.portable.OutputStream $out = _request ("doubleL1A", true);
00037                 $out.write_ushort (delay);
00038                 $in = _invoke ($out);
00039                 return;
00040             } catch (org.omg.CORBA.portable.ApplicationException $ex) {
00041                 $in = $ex.getInputStream ();
00042                 String _id = $ex.getId ();
00043                 throw new org.omg.CORBA.MARSHAL (_id);
00044             } catch (org.omg.CORBA.portable.RemarshalException $rm) {
00045                 doubleL1A (delay        );
00046             } finally {
00047                 _releaseReply ($in);
00048             }
00049   } // doubleL1A
00050 
00051   public void delayedL1A (short delay)
00052   {
00053             org.omg.CORBA.portable.InputStream $in = null;
00054             try {
00055                 org.omg.CORBA.portable.OutputStream $out = _request ("delayedL1A", true);
00056                 $out.write_ushort (delay);
00057                 $in = _invoke ($out);
00058                 return;
00059             } catch (org.omg.CORBA.portable.ApplicationException $ex) {
00060                 $in = $ex.getInputStream ();
00061                 String _id = $ex.getId ();
00062                 throw new org.omg.CORBA.MARSHAL (_id);
00063             } catch (org.omg.CORBA.portable.RemarshalException $rm) {
00064                 delayedL1A (delay        );
00065             } finally {
00066                 _releaseReply ($in);
00067             }
00068   } // delayedL1A
00069 
00070   public void calL1A (short delay)
00071   {
00072             org.omg.CORBA.portable.InputStream $in = null;
00073             try {
00074                 org.omg.CORBA.portable.OutputStream $out = _request ("calL1A", true);
00075                 $out.write_ushort (delay);
00076                 $in = _invoke ($out);
00077                 return;
00078             } catch (org.omg.CORBA.portable.ApplicationException $ex) {
00079                 $in = $ex.getInputStream ();
00080                 String _id = $ex.getId ();
00081                 throw new org.omg.CORBA.MARSHAL (_id);
00082             } catch (org.omg.CORBA.portable.RemarshalException $rm) {
00083                 calL1A (delay        );
00084             } finally {
00085                 _releaseReply ($in);
00086             }
00087   } // calL1A
00088 
00089   public void pulseL1A (short delay)
00090   {
00091             org.omg.CORBA.portable.InputStream $in = null;
00092             try {
00093                 org.omg.CORBA.portable.OutputStream $out = _request ("pulseL1A", true);
00094                 $out.write_ushort (delay);
00095                 $in = _invoke ($out);
00096                 return;
00097             } catch (org.omg.CORBA.portable.ApplicationException $ex) {
00098                 $in = $ex.getInputStream ();
00099                 String _id = $ex.getId ();
00100                 throw new org.omg.CORBA.MARSHAL (_id);
00101             } catch (org.omg.CORBA.portable.RemarshalException $rm) {
00102                 pulseL1A (delay        );
00103             } finally {
00104                 _releaseReply ($in);
00105             }
00106   } // pulseL1A
00107 
00108   public void softL1A (short delay)
00109   {
00110             org.omg.CORBA.portable.InputStream $in = null;
00111             try {
00112                 org.omg.CORBA.portable.OutputStream $out = _request ("softL1A", true);
00113                 $out.write_ushort (delay);
00114                 $in = _invoke ($out);
00115                 return;
00116             } catch (org.omg.CORBA.portable.ApplicationException $ex) {
00117                 $in = $ex.getInputStream ();
00118                 String _id = $ex.getId ();
00119                 throw new org.omg.CORBA.MARSHAL (_id);
00120             } catch (org.omg.CORBA.portable.RemarshalException $rm) {
00121                 softL1A (delay        );
00122             } finally {
00123                 _releaseReply ($in);
00124             }
00125   } // softL1A
00126 
00127   public void softCalL1A (short delay, short delay2)
00128   {
00129             org.omg.CORBA.portable.InputStream $in = null;
00130             try {
00131                 org.omg.CORBA.portable.OutputStream $out = _request ("softCalL1A", true);
00132                 $out.write_ushort (delay);
00133                 $out.write_ushort (delay2);
00134                 $in = _invoke ($out);
00135                 return;
00136             } catch (org.omg.CORBA.portable.ApplicationException $ex) {
00137                 $in = $ex.getInputStream ();
00138                 String _id = $ex.getId ();
00139                 throw new org.omg.CORBA.MARSHAL (_id);
00140             } catch (org.omg.CORBA.portable.RemarshalException $rm) {
00141                 softCalL1A (delay, delay2        );
00142             } finally {
00143                 _releaseReply ($in);
00144             }
00145   } // softCalL1A
00146 
00147   public void softPulseL1A (short delay, short delay2)
00148   {
00149             org.omg.CORBA.portable.InputStream $in = null;
00150             try {
00151                 org.omg.CORBA.portable.OutputStream $out = _request ("softPulseL1A", true);
00152                 $out.write_ushort (delay);
00153                 $out.write_ushort (delay2);
00154                 $in = _invoke ($out);
00155                 return;
00156             } catch (org.omg.CORBA.portable.ApplicationException $ex) {
00157                 $in = $ex.getInputStream ();
00158                 String _id = $ex.getId ();
00159                 throw new org.omg.CORBA.MARSHAL (_id);
00160             } catch (org.omg.CORBA.portable.RemarshalException $rm) {
00161                 softPulseL1A (delay, delay2        );
00162             } finally {
00163                 _releaseReply ($in);
00164             }
00165   } // softPulseL1A
00166 
00167   public void softBc (short delay)
00168   {
00169             org.omg.CORBA.portable.InputStream $in = null;
00170             try {
00171                 org.omg.CORBA.portable.OutputStream $out = _request ("softBc", true);
00172                 $out.write_ushort (delay);
00173                 $in = _invoke ($out);
00174                 return;
00175             } catch (org.omg.CORBA.portable.ApplicationException $ex) {
00176                 $in = $ex.getInputStream ();
00177                 String _id = $ex.getId ();
00178                 throw new org.omg.CORBA.MARSHAL (_id);
00179             } catch (org.omg.CORBA.portable.RemarshalException $rm) {
00180                 softBc (delay        );
00181             } finally {
00182                 _releaseReply ($in);
00183             }
00184   } // softBc
00185 
00186   public void soft ()
00187   {
00188             org.omg.CORBA.portable.InputStream $in = null;
00189             try {
00190                 org.omg.CORBA.portable.OutputStream $out = _request ("soft", true);
00191                 $in = _invoke ($out);
00192                 return;
00193             } catch (org.omg.CORBA.portable.ApplicationException $ex) {
00194                 $in = $ex.getInputStream ();
00195                 String _id = $ex.getId ();
00196                 throw new org.omg.CORBA.MARSHAL (_id);
00197             } catch (org.omg.CORBA.portable.RemarshalException $rm) {
00198                 soft (        );
00199             } finally {
00200                 _releaseReply ($in);
00201             }
00202   } // soft
00203 
00204   public void bc ()
00205   {
00206             org.omg.CORBA.portable.InputStream $in = null;
00207             try {
00208                 org.omg.CORBA.portable.OutputStream $out = _request ("bc", true);
00209                 $in = _invoke ($out);
00210                 return;
00211             } catch (org.omg.CORBA.portable.ApplicationException $ex) {
00212                 $in = $ex.getInputStream ();
00213                 String _id = $ex.getId ();
00214                 throw new org.omg.CORBA.MARSHAL (_id);
00215             } catch (org.omg.CORBA.portable.RemarshalException $rm) {
00216                 bc (        );
00217             } finally {
00218                 _releaseReply ($in);
00219             }
00220   } // bc
00221 
00222   public void bcL1A (short delay)
00223   {
00224             org.omg.CORBA.portable.InputStream $in = null;
00225             try {
00226                 org.omg.CORBA.portable.OutputStream $out = _request ("bcL1A", true);
00227                 $out.write_ushort (delay);
00228                 $in = _invoke ($out);
00229                 return;
00230             } catch (org.omg.CORBA.portable.ApplicationException $ex) {
00231                 $in = $ex.getInputStream ();
00232                 String _id = $ex.getId ();
00233                 throw new org.omg.CORBA.MARSHAL (_id);
00234             } catch (org.omg.CORBA.portable.RemarshalException $rm) {
00235                 bcL1A (delay        );
00236             } finally {
00237                 _releaseReply ($in);
00238             }
00239   } // bcL1A
00240 
00241   public void bcCalL1A (short delay, short delay2)
00242   {
00243             org.omg.CORBA.portable.InputStream $in = null;
00244             try {
00245                 org.omg.CORBA.portable.OutputStream $out = _request ("bcCalL1A", true);
00246                 $out.write_ushort (delay);
00247                 $out.write_ushort (delay2);
00248                 $in = _invoke ($out);
00249                 return;
00250             } catch (org.omg.CORBA.portable.ApplicationException $ex) {
00251                 $in = $ex.getInputStream ();
00252                 String _id = $ex.getId ();
00253                 throw new org.omg.CORBA.MARSHAL (_id);
00254             } catch (org.omg.CORBA.portable.RemarshalException $rm) {
00255                 bcCalL1A (delay, delay2        );
00256             } finally {
00257                 _releaseReply ($in);
00258             }
00259   } // bcCalL1A
00260 
00261   public void bcPulseL1A (short delay, short delay2)
00262   {
00263             org.omg.CORBA.portable.InputStream $in = null;
00264             try {
00265                 org.omg.CORBA.portable.OutputStream $out = _request ("bcPulseL1A", true);
00266                 $out.write_ushort (delay);
00267                 $out.write_ushort (delay2);
00268                 $in = _invoke ($out);
00269                 return;
00270             } catch (org.omg.CORBA.portable.ApplicationException $ex) {
00271                 $in = $ex.getInputStream ();
00272                 String _id = $ex.getId ();
00273                 throw new org.omg.CORBA.MARSHAL (_id);
00274             } catch (org.omg.CORBA.portable.RemarshalException $rm) {
00275                 bcPulseL1A (delay, delay2        );
00276             } finally {
00277                 _releaseReply ($in);
00278             }
00279   } // bcPulseL1A
00280 
00281   public void setCommIncr (short command, short incr)
00282   {
00283             org.omg.CORBA.portable.InputStream $in = null;
00284             try {
00285                 org.omg.CORBA.portable.OutputStream $out = _request ("setCommIncr", true);
00286                 $out.write_ushort (command);
00287                 $out.write_ushort (incr);
00288                 $in = _invoke ($out);
00289                 return;
00290             } catch (org.omg.CORBA.portable.ApplicationException $ex) {
00291                 $in = $ex.getInputStream ();
00292                 String _id = $ex.getId ();
00293                 throw new org.omg.CORBA.MARSHAL (_id);
00294             } catch (org.omg.CORBA.portable.RemarshalException $rm) {
00295                 setCommIncr (command, incr        );
00296             } finally {
00297                 _releaseReply ($in);
00298             }
00299   } // setCommIncr
00300 
00301   public void getCommIncr (org.omg.CORBA.ShortHolder command, org.omg.CORBA.ShortHolder incr)
00302   {
00303             org.omg.CORBA.portable.InputStream $in = null;
00304             try {
00305                 org.omg.CORBA.portable.OutputStream $out = _request ("getCommIncr", true);
00306                 $in = _invoke ($out);
00307                 command.value = $in.read_ushort ();
00308                 incr.value = $in.read_ushort ();
00309                 return;
00310             } catch (org.omg.CORBA.portable.ApplicationException $ex) {
00311                 $in = $ex.getInputStream ();
00312                 String _id = $ex.getId ();
00313                 throw new org.omg.CORBA.MARSHAL (_id);
00314             } catch (org.omg.CORBA.portable.RemarshalException $rm) {
00315                 getCommIncr (command, incr        );
00316             } finally {
00317                 _releaseReply ($in);
00318             }
00319   } // getCommIncr
00320 
00321   public Sct_SctApi.RODTrigger[] getRODTriggers ()
00322   {
00323             org.omg.CORBA.portable.InputStream $in = null;
00324             try {
00325                 org.omg.CORBA.portable.OutputStream $out = _request ("getRODTriggers", true);
00326                 $in = _invoke ($out);
00327                 Sct_SctApi.RODTrigger $result[] = Sct_SctApi.RODTriggersHelper.read ($in);
00328                 return $result;
00329             } catch (org.omg.CORBA.portable.ApplicationException $ex) {
00330                 $in = $ex.getInputStream ();
00331                 String _id = $ex.getId ();
00332                 throw new org.omg.CORBA.MARSHAL (_id);
00333             } catch (org.omg.CORBA.portable.RemarshalException $rm) {
00334                 return getRODTriggers (        );
00335             } finally {
00336                 _releaseReply ($in);
00337             }
00338   } // getRODTriggers
00339 
00340   public void print ()
00341   {
00342             org.omg.CORBA.portable.InputStream $in = null;
00343             try {
00344                 org.omg.CORBA.portable.OutputStream $out = _request ("print", true);
00345                 $in = _invoke ($out);
00346                 return;
00347             } catch (org.omg.CORBA.portable.ApplicationException $ex) {
00348                 $in = $ex.getInputStream ();
00349                 String _id = $ex.getId ();
00350                 throw new org.omg.CORBA.MARSHAL (_id);
00351             } catch (org.omg.CORBA.portable.RemarshalException $rm) {
00352                 print (        );
00353             } finally {
00354                 _releaseReply ($in);
00355             }
00356   } // print
00357 
00358   public ipc.servantPackage.info information ()
00359   {
00360             org.omg.CORBA.portable.InputStream $in = null;
00361             try {
00362                 org.omg.CORBA.portable.OutputStream $out = _request ("_get_information", true);
00363                 $in = _invoke ($out);
00364                 ipc.servantPackage.info $result = ipc.servantPackage.infoHelper.read ($in);
00365                 return $result;
00366             } catch (org.omg.CORBA.portable.ApplicationException $ex) {
00367                 $in = $ex.getInputStream ();
00368                 String _id = $ex.getId ();
00369                 throw new org.omg.CORBA.MARSHAL (_id);
00370             } catch (org.omg.CORBA.portable.RemarshalException $rm) {
00371                 return information (        );
00372             } finally {
00373                 _releaseReply ($in);
00374             }
00375   } // information
00376 
00377   public void shutdown ()
00378   {
00379             org.omg.CORBA.portable.InputStream $in = null;
00380             try {
00381                 org.omg.CORBA.portable.OutputStream $out = _request ("shutdown", true);
00382                 $in = _invoke ($out);
00383                 return;
00384             } catch (org.omg.CORBA.portable.ApplicationException $ex) {
00385                 $in = $ex.getInputStream ();
00386                 String _id = $ex.getId ();
00387                 throw new org.omg.CORBA.MARSHAL (_id);
00388             } catch (org.omg.CORBA.portable.RemarshalException $rm) {
00389                 shutdown (        );
00390             } finally {
00391                 _releaseReply ($in);
00392             }
00393   } // shutdown
00394 
00395   // Type-specific CORBA::Object operations
00396   private static String[] __ids = {
00397     "IDL:Sct_SctApi/Trigger:1.0", 
00398     "IDL:ipc/servant:1.0"};
00399 
00400   public String[] _ids ()
00401   {
00402     return (String[])__ids.clone ();
00403   }
00404 
00405   private void readObject (java.io.ObjectInputStream s) throws java.io.IOException
00406   {
00407      String str = s.readUTF ();
00408      String[] args = null;
00409      java.util.Properties props = null;
00410      org.omg.CORBA.Object obj = org.omg.CORBA.ORB.init (args, props).string_to_object (str);
00411      org.omg.CORBA.portable.Delegate delegate = ((org.omg.CORBA.portable.ObjectImpl) obj)._get_delegate ();
00412      _set_delegate (delegate);
00413   }
00414 
00415   private void writeObject (java.io.ObjectOutputStream s) throws java.io.IOException
00416   {
00417      String[] args = null;
00418      java.util.Properties props = null;
00419      String str = org.omg.CORBA.ORB.init (args, props).object_to_string (this);
00420      s.writeUTF (str);
00421   }
00422 } // class _TriggerStub

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