KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > hero > interfaces > JOnASBnEdge_1492964787Remote_Stub


1 // Stub class generated by rmic, do not edit.
2
// Contents subject to change without notice.
3

4 package hero.interfaces;
5
6 public final class JOnASBnEdge_1492964787Remote_Stub
7     extends java.rmi.server.RemoteStub JavaDoc
8     implements hero.interfaces.BnEdge, java.rmi.Remote JavaDoc, javax.ejb.EJBObject JavaDoc
9 {
10     private static final java.rmi.server.Operation JavaDoc[] operations = {
11     new java.rmi.server.Operation JavaDoc("hero.interfaces.BnEdgeLightValue getBnEdgeLightValue()"),
12     new java.rmi.server.Operation JavaDoc("hero.interfaces.BnEdgeValue getBnEdgeValue()"),
13     new java.rmi.server.Operation JavaDoc("java.sql.Date getCreationDate()"),
14     new java.rmi.server.Operation JavaDoc("javax.ejb.EJBHome getEJBHome()"),
15     new java.rmi.server.Operation JavaDoc("javax.ejb.Handle getHandle()"),
16     new java.rmi.server.Operation JavaDoc("java.sql.Date getModificationDate()"),
17     new java.rmi.server.Operation JavaDoc("java.lang.String getName()"),
18     new java.rmi.server.Operation JavaDoc("java.lang.Object getPrimaryKey()"),
19     new java.rmi.server.Operation JavaDoc("boolean isIdentical(javax.ejb.EJBObject)"),
20     new java.rmi.server.Operation JavaDoc("void remove()"),
21     new java.rmi.server.Operation JavaDoc("void setBnEdgeLightValue(hero.interfaces.BnEdgeLightValue)"),
22     new java.rmi.server.Operation JavaDoc("void setBnEdgeValue(hero.interfaces.BnEdgeValue)"),
23     new java.rmi.server.Operation JavaDoc("void setCreationDate(java.sql.Date)"),
24     new java.rmi.server.Operation JavaDoc("void setModificationDate(java.sql.Date)")
25     };
26     
27     private static final long interfaceHash = 8671783203004537607L;
28     
29     private static final long serialVersionUID = 2;
30     
31     private static boolean useNewInvoke;
32     private static java.lang.reflect.Method JavaDoc $method_getBnEdgeLightValue_0;
33     private static java.lang.reflect.Method JavaDoc $method_getBnEdgeValue_1;
34     private static java.lang.reflect.Method JavaDoc $method_getCreationDate_2;
35     private static java.lang.reflect.Method JavaDoc $method_getEJBHome_3;
36     private static java.lang.reflect.Method JavaDoc $method_getHandle_4;
37     private static java.lang.reflect.Method JavaDoc $method_getModificationDate_5;
38     private static java.lang.reflect.Method JavaDoc $method_getName_6;
39     private static java.lang.reflect.Method JavaDoc $method_getPrimaryKey_7;
40     private static java.lang.reflect.Method JavaDoc $method_isIdentical_8;
41     private static java.lang.reflect.Method JavaDoc $method_remove_9;
42     private static java.lang.reflect.Method JavaDoc $method_setBnEdgeLightValue_10;
43     private static java.lang.reflect.Method JavaDoc $method_setBnEdgeValue_11;
44     private static java.lang.reflect.Method JavaDoc $method_setCreationDate_12;
45     private static java.lang.reflect.Method JavaDoc $method_setModificationDate_13;
46     
47     static {
48     try {
49         java.rmi.server.RemoteRef JavaDoc.class.getMethod("invoke",
50         new java.lang.Class JavaDoc[] {
51             java.rmi.Remote JavaDoc.class,
52             java.lang.reflect.Method JavaDoc.class,
53             java.lang.Object JavaDoc[].class,
54             long.class
55         });
56         useNewInvoke = true;
57         $method_getBnEdgeLightValue_0 = hero.interfaces.BnEdge.class.getMethod("getBnEdgeLightValue", new java.lang.Class JavaDoc[] {});
58         $method_getBnEdgeValue_1 = hero.interfaces.BnEdge.class.getMethod("getBnEdgeValue", new java.lang.Class JavaDoc[] {});
59         $method_getCreationDate_2 = hero.interfaces.BnEdge.class.getMethod("getCreationDate", new java.lang.Class JavaDoc[] {});
60         $method_getEJBHome_3 = javax.ejb.EJBObject JavaDoc.class.getMethod("getEJBHome", new java.lang.Class JavaDoc[] {});
61         $method_getHandle_4 = javax.ejb.EJBObject JavaDoc.class.getMethod("getHandle", new java.lang.Class JavaDoc[] {});
62         $method_getModificationDate_5 = hero.interfaces.BnEdge.class.getMethod("getModificationDate", new java.lang.Class JavaDoc[] {});
63         $method_getName_6 = hero.interfaces.BnEdge.class.getMethod("getName", new java.lang.Class JavaDoc[] {});
64         $method_getPrimaryKey_7 = javax.ejb.EJBObject JavaDoc.class.getMethod("getPrimaryKey", new java.lang.Class JavaDoc[] {});
65         $method_isIdentical_8 = javax.ejb.EJBObject JavaDoc.class.getMethod("isIdentical", new java.lang.Class JavaDoc[] {javax.ejb.EJBObject JavaDoc.class});
66         $method_remove_9 = javax.ejb.EJBObject JavaDoc.class.getMethod("remove", new java.lang.Class JavaDoc[] {});
67         $method_setBnEdgeLightValue_10 = hero.interfaces.BnEdge.class.getMethod("setBnEdgeLightValue", new java.lang.Class JavaDoc[] {hero.interfaces.BnEdgeLightValue.class});
68         $method_setBnEdgeValue_11 = hero.interfaces.BnEdge.class.getMethod("setBnEdgeValue", new java.lang.Class JavaDoc[] {hero.interfaces.BnEdgeValue.class});
69         $method_setCreationDate_12 = hero.interfaces.BnEdge.class.getMethod("setCreationDate", new java.lang.Class JavaDoc[] {java.sql.Date JavaDoc.class});
70         $method_setModificationDate_13 = hero.interfaces.BnEdge.class.getMethod("setModificationDate", new java.lang.Class JavaDoc[] {java.sql.Date JavaDoc.class});
71     } catch (java.lang.NoSuchMethodException JavaDoc e) {
72         useNewInvoke = false;
73     }
74     }
75     
76     // constructors
77
public JOnASBnEdge_1492964787Remote_Stub() {
78     super();
79     }
80     public JOnASBnEdge_1492964787Remote_Stub(java.rmi.server.RemoteRef JavaDoc ref) {
81     super(ref);
82     }
83     
84     // methods from remote interfaces
85

86     // implementation of getBnEdgeLightValue()
87
public hero.interfaces.BnEdgeLightValue getBnEdgeLightValue()
88     throws java.rmi.RemoteException JavaDoc
89     {
90     try {
91         if (useNewInvoke) {
92         Object JavaDoc $result = ref.invoke(this, $method_getBnEdgeLightValue_0, null, -1495434155046108470L);
93         return ((hero.interfaces.BnEdgeLightValue) $result);
94         } else {
95         java.rmi.server.RemoteCall JavaDoc call = ref.newCall((java.rmi.server.RemoteObject JavaDoc) this, operations, 0, interfaceHash);
96         ref.invoke(call);
97         hero.interfaces.BnEdgeLightValue $result;
98         try {
99             java.io.ObjectInput JavaDoc in = call.getInputStream();
100             $result = (hero.interfaces.BnEdgeLightValue) in.readObject();
101         } catch (java.io.IOException JavaDoc e) {
102             throw new java.rmi.UnmarshalException JavaDoc("error unmarshalling return", e);
103         } catch (java.lang.ClassNotFoundException JavaDoc e) {
104             throw new java.rmi.UnmarshalException JavaDoc("error unmarshalling return", e);
105         } finally {
106             ref.done(call);
107         }
108         return $result;
109         }
110     } catch (java.lang.RuntimeException JavaDoc e) {
111         throw e;
112     } catch (java.rmi.RemoteException JavaDoc e) {
113         throw e;
114     } catch (java.lang.Exception JavaDoc e) {
115         throw new java.rmi.UnexpectedException JavaDoc("undeclared checked exception", e);
116     }
117     }
118     
119     // implementation of getBnEdgeValue()
120
public hero.interfaces.BnEdgeValue getBnEdgeValue()
121     throws java.rmi.RemoteException JavaDoc
122     {
123     try {
124         if (useNewInvoke) {
125         Object JavaDoc $result = ref.invoke(this, $method_getBnEdgeValue_1, null, 8742532490104995360L);
126         return ((hero.interfaces.BnEdgeValue) $result);
127         } else {
128         java.rmi.server.RemoteCall JavaDoc call = ref.newCall((java.rmi.server.RemoteObject JavaDoc) this, operations, 1, interfaceHash);
129         ref.invoke(call);
130         hero.interfaces.BnEdgeValue $result;
131         try {
132             java.io.ObjectInput JavaDoc in = call.getInputStream();
133             $result = (hero.interfaces.BnEdgeValue) in.readObject();
134         } catch (java.io.IOException JavaDoc e) {
135             throw new java.rmi.UnmarshalException JavaDoc("error unmarshalling return", e);
136         } catch (java.lang.ClassNotFoundException JavaDoc e) {
137             throw new java.rmi.UnmarshalException JavaDoc("error unmarshalling return", e);
138         } finally {
139             ref.done(call);
140         }
141         return $result;
142         }
143     } catch (java.lang.RuntimeException JavaDoc e) {
144         throw e;
145     } catch (java.rmi.RemoteException JavaDoc e) {
146         throw e;
147     } catch (java.lang.Exception JavaDoc e) {
148         throw new java.rmi.UnexpectedException JavaDoc("undeclared checked exception", e);
149     }
150     }
151     
152     // implementation of getCreationDate()
153
public java.sql.Date JavaDoc getCreationDate()
154     throws java.rmi.RemoteException JavaDoc
155     {
156     try {
157         if (useNewInvoke) {
158         Object JavaDoc $result = ref.invoke(this, $method_getCreationDate_2, null, 4610010477809892610L);
159         return ((java.sql.Date JavaDoc) $result);
160         } else {
161         java.rmi.server.RemoteCall JavaDoc call = ref.newCall((java.rmi.server.RemoteObject JavaDoc) this, operations, 2, interfaceHash);
162         ref.invoke(call);
163         java.sql.Date JavaDoc $result;
164         try {
165             java.io.ObjectInput JavaDoc in = call.getInputStream();
166             $result = (java.sql.Date JavaDoc) in.readObject();
167         } catch (java.io.IOException JavaDoc e) {
168             throw new java.rmi.UnmarshalException JavaDoc("error unmarshalling return", e);
169         } catch (java.lang.ClassNotFoundException JavaDoc e) {
170             throw new java.rmi.UnmarshalException JavaDoc("error unmarshalling return", e);
171         } finally {
172             ref.done(call);
173         }
174         return $result;
175         }
176     } catch (java.lang.RuntimeException JavaDoc e) {
177         throw e;
178     } catch (java.rmi.RemoteException JavaDoc e) {
179         throw e;
180     } catch (java.lang.Exception JavaDoc e) {
181         throw new java.rmi.UnexpectedException JavaDoc("undeclared checked exception", e);
182     }
183     }
184     
185     // implementation of getEJBHome()
186
public javax.ejb.EJBHome JavaDoc getEJBHome()
187     throws java.rmi.RemoteException JavaDoc
188     {
189     try {
190         if (useNewInvoke) {
191         Object JavaDoc $result = ref.invoke(this, $method_getEJBHome_3, null, 3163754803894080547L);
192         return ((javax.ejb.EJBHome JavaDoc) $result);
193         } else {
194         java.rmi.server.RemoteCall JavaDoc call = ref.newCall((java.rmi.server.RemoteObject JavaDoc) this, operations, 3, interfaceHash);
195         ref.invoke(call);
196         javax.ejb.EJBHome JavaDoc $result;
197         try {
198             java.io.ObjectInput JavaDoc in = call.getInputStream();
199             $result = (javax.ejb.EJBHome JavaDoc) in.readObject();
200         } catch (java.io.IOException JavaDoc e) {
201             throw new java.rmi.UnmarshalException JavaDoc("error unmarshalling return", e);
202         } catch (java.lang.ClassNotFoundException JavaDoc e) {
203             throw new java.rmi.UnmarshalException JavaDoc("error unmarshalling return", e);
204         } finally {
205             ref.done(call);
206         }
207         return $result;
208         }
209     } catch (java.lang.RuntimeException JavaDoc e) {
210         throw e;
211     } catch (java.rmi.RemoteException JavaDoc e) {
212         throw e;
213     } catch (java.lang.Exception JavaDoc e) {
214         throw new java.rmi.UnexpectedException JavaDoc("undeclared checked exception", e);
215     }
216     }
217     
218     // implementation of getHandle()
219
public javax.ejb.Handle JavaDoc getHandle()
220     throws java.rmi.RemoteException JavaDoc
221     {
222     try {
223         if (useNewInvoke) {
224         Object JavaDoc $result = ref.invoke(this, $method_getHandle_4, null, -1299374689989208114L);
225         return ((javax.ejb.Handle JavaDoc) $result);
226         } else {
227         java.rmi.server.RemoteCall JavaDoc call = ref.newCall((java.rmi.server.RemoteObject JavaDoc) this, operations, 4, interfaceHash);
228         ref.invoke(call);
229         javax.ejb.Handle JavaDoc $result;
230         try {
231             java.io.ObjectInput JavaDoc in = call.getInputStream();
232             $result = (javax.ejb.Handle JavaDoc) in.readObject();
233         } catch (java.io.IOException JavaDoc e) {
234             throw new java.rmi.UnmarshalException JavaDoc("error unmarshalling return", e);
235         } catch (java.lang.ClassNotFoundException JavaDoc e) {
236             throw new java.rmi.UnmarshalException JavaDoc("error unmarshalling return", e);
237         } finally {
238             ref.done(call);
239         }
240         return $result;
241         }
242     } catch (java.lang.RuntimeException JavaDoc e) {
243         throw e;
244     } catch (java.rmi.RemoteException JavaDoc e) {
245         throw e;
246     } catch (java.lang.Exception JavaDoc e) {
247         throw new java.rmi.UnexpectedException JavaDoc("undeclared checked exception", e);
248     }
249     }
250     
251     // implementation of getModificationDate()
252
public java.sql.Date JavaDoc getModificationDate()
253     throws java.rmi.RemoteException JavaDoc
254     {
255     try {
256         if (useNewInvoke) {
257         Object JavaDoc $result = ref.invoke(this, $method_getModificationDate_5, null, 6926328324716176883L);
258         return ((java.sql.Date JavaDoc) $result);
259         } else {
260         java.rmi.server.RemoteCall JavaDoc call = ref.newCall((java.rmi.server.RemoteObject JavaDoc) this, operations, 5, interfaceHash);
261         ref.invoke(call);
262         java.sql.Date JavaDoc $result;
263         try {
264             java.io.ObjectInput JavaDoc in = call.getInputStream();
265             $result = (java.sql.Date JavaDoc) in.readObject();
266         } catch (java.io.IOException JavaDoc e) {
267             throw new java.rmi.UnmarshalException JavaDoc("error unmarshalling return", e);
268         } catch (java.lang.ClassNotFoundException JavaDoc e) {
269             throw new java.rmi.UnmarshalException JavaDoc("error unmarshalling return", e);
270         } finally {
271             ref.done(call);
272         }
273         return $result;
274         }
275     } catch (java.lang.RuntimeException JavaDoc e) {
276         throw e;
277     } catch (java.rmi.RemoteException JavaDoc e) {
278         throw e;
279     } catch (java.lang.Exception JavaDoc e) {
280         throw new java.rmi.UnexpectedException JavaDoc("undeclared checked exception", e);
281     }
282     }
283     
284     // implementation of getName()
285
public java.lang.String JavaDoc getName()
286     throws java.rmi.RemoteException JavaDoc
287     {
288     try {
289         if (useNewInvoke) {
290         Object JavaDoc $result = ref.invoke(this, $method_getName_6, null, 6317137956467216454L);
291         return ((java.lang.String JavaDoc) $result);
292         } else {
293         java.rmi.server.RemoteCall JavaDoc call = ref.newCall((java.rmi.server.RemoteObject JavaDoc) this, operations, 6, interfaceHash);
294         ref.invoke(call);
295         java.lang.String JavaDoc $result;
296         try {
297             java.io.ObjectInput JavaDoc in = call.getInputStream();
298             $result = (java.lang.String JavaDoc) in.readObject();
299         } catch (java.io.IOException JavaDoc e) {
300             throw new java.rmi.UnmarshalException JavaDoc("error unmarshalling return", e);
301         } catch (java.lang.ClassNotFoundException JavaDoc e) {
302             throw new java.rmi.UnmarshalException JavaDoc("error unmarshalling return", e);
303         } finally {
304             ref.done(call);
305         }
306         return $result;
307         }
308     } catch (java.lang.RuntimeException JavaDoc e) {
309         throw e;
310     } catch (java.rmi.RemoteException JavaDoc e) {
311         throw e;
312     } catch (java.lang.Exception JavaDoc e) {
313         throw new java.rmi.UnexpectedException JavaDoc("undeclared checked exception", e);
314     }
315     }
316     
317     // implementation of getPrimaryKey()
318
public java.lang.Object JavaDoc getPrimaryKey()
319     throws java.rmi.RemoteException JavaDoc
320     {
321     try {
322         if (useNewInvoke) {
323         Object JavaDoc $result = ref.invoke(this, $method_getPrimaryKey_7, null, 4840115071604865751L);
324         return ((java.lang.Object JavaDoc) $result);
325         } else {
326         java.rmi.server.RemoteCall JavaDoc call = ref.newCall((java.rmi.server.RemoteObject JavaDoc) this, operations, 7, interfaceHash);
327         ref.invoke(call);
328         java.lang.Object JavaDoc $result;
329         try {
330             java.io.ObjectInput JavaDoc in = call.getInputStream();
331             $result = (java.lang.Object JavaDoc) in.readObject();
332         } catch (java.io.IOException JavaDoc e) {
333             throw new java.rmi.UnmarshalException JavaDoc("error unmarshalling return", e);
334         } catch (java.lang.ClassNotFoundException JavaDoc e) {
335             throw new java.rmi.UnmarshalException JavaDoc("error unmarshalling return", e);
336         } finally {
337             ref.done(call);
338         }
339         return $result;
340         }
341     } catch (java.lang.RuntimeException JavaDoc e) {
342         throw e;
343     } catch (java.rmi.RemoteException JavaDoc e) {
344         throw e;
345     } catch (java.lang.Exception JavaDoc e) {
346         throw new java.rmi.UnexpectedException JavaDoc("undeclared checked exception", e);
347     }
348     }
349     
350     // implementation of isIdentical(EJBObject)
351
public boolean isIdentical(javax.ejb.EJBObject JavaDoc $param_EJBObject_1)
352     throws java.rmi.RemoteException JavaDoc
353     {
354     try {
355         if (useNewInvoke) {
356         Object JavaDoc $result = ref.invoke(this, $method_isIdentical_8, new java.lang.Object JavaDoc[] {$param_EJBObject_1}, -5909123752501984271L);
357         return ((java.lang.Boolean JavaDoc) $result).booleanValue();
358         } else {
359         java.rmi.server.RemoteCall JavaDoc call = ref.newCall((java.rmi.server.RemoteObject JavaDoc) this, operations, 8, interfaceHash);
360         try {
361             java.io.ObjectOutput JavaDoc out = call.getOutputStream();
362             out.writeObject($param_EJBObject_1);
363         } catch (java.io.IOException JavaDoc e) {
364             throw new java.rmi.MarshalException JavaDoc("error marshalling arguments", e);
365         }
366         ref.invoke(call);
367         boolean $result;
368         try {
369             java.io.ObjectInput JavaDoc in = call.getInputStream();
370             $result = in.readBoolean();
371         } catch (java.io.IOException JavaDoc e) {
372             throw new java.rmi.UnmarshalException JavaDoc("error unmarshalling return", e);
373         } finally {
374             ref.done(call);
375         }
376         return $result;
377         }
378     } catch (java.lang.RuntimeException JavaDoc e) {
379         throw e;
380     } catch (java.rmi.RemoteException JavaDoc e) {
381         throw e;
382     } catch (java.lang.Exception JavaDoc e) {
383         throw new java.rmi.UnexpectedException JavaDoc("undeclared checked exception", e);
384     }
385     }
386     
387     // implementation of remove()
388
public void remove()
389     throws java.rmi.RemoteException JavaDoc, javax.ejb.RemoveException JavaDoc
390     {
391     try {
392         if (useNewInvoke) {
393         ref.invoke(this, $method_remove_9, null, -5013858639939630501L);
394         } else {
395         java.rmi.server.RemoteCall JavaDoc call = ref.newCall((java.rmi.server.RemoteObject JavaDoc) this, operations, 9, interfaceHash);
396         ref.invoke(call);
397         ref.done(call);
398         }
399     } catch (java.lang.RuntimeException JavaDoc e) {
400         throw e;
401     } catch (java.rmi.RemoteException JavaDoc e) {
402         throw e;
403     } catch (javax.ejb.RemoveException JavaDoc e) {
404         throw e;
405     } catch (java.lang.Exception JavaDoc e) {
406         throw new java.rmi.UnexpectedException JavaDoc("undeclared checked exception", e);
407     }
408     }
409     
410     // implementation of setBnEdgeLightValue(BnEdgeLightValue)
411
public void setBnEdgeLightValue(hero.interfaces.BnEdgeLightValue $param_BnEdgeLightValue_1)
412     throws java.rmi.RemoteException JavaDoc
413     {
414     try {
415         if (useNewInvoke) {
416         ref.invoke(this, $method_setBnEdgeLightValue_10, new java.lang.Object JavaDoc[] {$param_BnEdgeLightValue_1}, 6034645519746627373L);
417         } else {
418         java.rmi.server.RemoteCall JavaDoc call = ref.newCall((java.rmi.server.RemoteObject JavaDoc) this, operations, 10, interfaceHash);
419         try {
420             java.io.ObjectOutput JavaDoc out = call.getOutputStream();
421             out.writeObject($param_BnEdgeLightValue_1);
422         } catch (java.io.IOException JavaDoc e) {
423             throw new java.rmi.MarshalException JavaDoc("error marshalling arguments", e);
424         }
425         ref.invoke(call);
426         ref.done(call);
427         }
428     } catch (java.lang.RuntimeException JavaDoc e) {
429         throw e;
430     } catch (java.rmi.RemoteException JavaDoc e) {
431         throw e;
432     } catch (java.lang.Exception JavaDoc e) {
433         throw new java.rmi.UnexpectedException JavaDoc("undeclared checked exception", e);
434     }
435     }
436     
437     // implementation of setBnEdgeValue(BnEdgeValue)
438
public void setBnEdgeValue(hero.interfaces.BnEdgeValue $param_BnEdgeValue_1)
439     throws java.rmi.RemoteException JavaDoc
440     {
441     try {
442         if (useNewInvoke) {
443         ref.invoke(this, $method_setBnEdgeValue_11, new java.lang.Object JavaDoc[] {$param_BnEdgeValue_1}, -2237781898471179558L);
444         } else {
445         java.rmi.server.RemoteCall JavaDoc call = ref.newCall((java.rmi.server.RemoteObject JavaDoc) this, operations, 11, interfaceHash);
446         try {
447             java.io.ObjectOutput JavaDoc out = call.getOutputStream();
448             out.writeObject($param_BnEdgeValue_1);
449         } catch (java.io.IOException JavaDoc e) {
450             throw new java.rmi.MarshalException JavaDoc("error marshalling arguments", e);
451         }
452         ref.invoke(call);
453         ref.done(call);
454         }
455     } catch (java.lang.RuntimeException JavaDoc e) {
456         throw e;
457     } catch (java.rmi.RemoteException JavaDoc e) {
458         throw e;
459     } catch (java.lang.Exception JavaDoc e) {
460         throw new java.rmi.UnexpectedException JavaDoc("undeclared checked exception", e);
461     }
462     }
463     
464     // implementation of setCreationDate(Date)
465
public void setCreationDate(java.sql.Date JavaDoc $param_Date_1)
466     throws java.rmi.RemoteException JavaDoc
467     {
468     try {
469         if (useNewInvoke) {
470         ref.invoke(this, $method_setCreationDate_12, new java.lang.Object JavaDoc[] {$param_Date_1}, 5669680592855055528L);
471         } else {
472         java.rmi.server.RemoteCall JavaDoc call = ref.newCall((java.rmi.server.RemoteObject JavaDoc) this, operations, 12, interfaceHash);
473         try {
474             java.io.ObjectOutput JavaDoc out = call.getOutputStream();
475             out.writeObject($param_Date_1);
476         } catch (java.io.IOException JavaDoc e) {
477             throw new java.rmi.MarshalException JavaDoc("error marshalling arguments", e);
478         }
479         ref.invoke(call);
480         ref.done(call);
481         }
482     } catch (java.lang.RuntimeException JavaDoc e) {
483         throw e;
484     } catch (java.rmi.RemoteException JavaDoc e) {
485         throw e;
486     } catch (java.lang.Exception JavaDoc e) {
487         throw new java.rmi.UnexpectedException JavaDoc("undeclared checked exception", e);
488     }
489     }
490     
491     // implementation of setModificationDate(Date)
492
public void setModificationDate(java.sql.Date JavaDoc $param_Date_1)
493     throws java.rmi.RemoteException JavaDoc
494     {
495     try {
496         if (useNewInvoke) {
497         ref.invoke(this, $method_setModificationDate_13, new java.lang.Object JavaDoc[] {$param_Date_1}, 3498180613766236425L);
498         } else {
499         java.rmi.server.RemoteCall JavaDoc call = ref.newCall((java.rmi.server.RemoteObject JavaDoc) this, operations, 13, interfaceHash);
500         try {
501             java.io.ObjectOutput JavaDoc out = call.getOutputStream();
502             out.writeObject($param_Date_1);
503         } catch (java.io.IOException JavaDoc e) {
504             throw new java.rmi.MarshalException JavaDoc("error marshalling arguments", e);
505         }
506         ref.invoke(call);
507         ref.done(call);
508         }
509     } catch (java.lang.RuntimeException JavaDoc e) {
510         throw e;
511     } catch (java.rmi.RemoteException JavaDoc e) {
512         throw e;
513     } catch (java.lang.Exception JavaDoc e) {
514         throw new java.rmi.UnexpectedException JavaDoc("undeclared checked exception", e);
515     }
516     }
517 }
518
Popular Tags