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