1 4 package hero.interfaces; 5 6 public final class JOnASBnProject2046800545Remote_Stub 7 extends java.rmi.server.RemoteStub 8 implements hero.interfaces.BnProject, java.rmi.Remote , javax.ejb.EJBObject 9 { 10 private static final java.rmi.server.Operation [] operations = { 11 new java.rmi.server.Operation ("java.util.Collection getBnHooks()"), 12 new java.rmi.server.Operation ("java.util.Collection getBnInterHooks()"), 13 new java.rmi.server.Operation ("java.util.Collection getBnIterations()"), 14 new java.rmi.server.Operation ("java.util.Collection getBnNodes()"), 15 new java.rmi.server.Operation ("hero.interfaces.BnProjectConfigLocal getBnProjectConfig()"), 16 new java.rmi.server.Operation ("hero.interfaces.BnProjectLightValue getBnProjectLightValue()"), 17 new java.rmi.server.Operation ("hero.interfaces.BnProjectValue getBnProjectValue()"), 18 new java.rmi.server.Operation ("java.util.Collection getBnProperties()"), 19 new java.rmi.server.Operation ("java.util.Date getCreationDate()"), 20 new java.rmi.server.Operation ("java.lang.String getCreator()"), 21 new java.rmi.server.Operation ("javax.ejb.EJBHome getEJBHome()"), 22 new java.rmi.server.Operation ("java.util.Date getEndDate()"), 23 new java.rmi.server.Operation ("javax.ejb.Handle getHandle()"), 24 new java.rmi.server.Operation ("java.lang.String getId()"), 25 new java.rmi.server.Operation ("hero.util.values.BonitaProjectValue getModel()"), 26 new java.rmi.server.Operation ("java.lang.String getName()"), 27 new java.rmi.server.Operation ("java.lang.String getParent()"), 28 new java.rmi.server.Operation ("java.lang.Object getPrimaryKey()"), 29 new java.rmi.server.Operation ("int getState()"), 30 new java.rmi.server.Operation ("java.lang.String getStatus()"), 31 new java.rmi.server.Operation ("java.lang.String getType()"), 32 new java.rmi.server.Operation ("boolean isIdentical(javax.ejb.EJBObject)"), 33 new java.rmi.server.Operation ("void remove()"), 34 new java.rmi.server.Operation ("void setBnHooks(java.util.Collection)"), 35 new java.rmi.server.Operation ("void setBnInterHooks(java.util.Collection)"), 36 new java.rmi.server.Operation ("void setBnIterations(java.util.Collection)"), 37 new java.rmi.server.Operation ("void setBnProjectValue(hero.interfaces.BnProjectValue)"), 38 new java.rmi.server.Operation ("void setBnProperties(java.util.Collection)"), 39 new java.rmi.server.Operation ("void setBnUsers(java.util.Collection)"), 40 new java.rmi.server.Operation ("void setCreationDate(java.util.Date)"), 41 new java.rmi.server.Operation ("void setEndDate(java.util.Date)"), 42 new java.rmi.server.Operation ("void setModel(hero.util.values.BonitaProjectValue)"), 43 new java.rmi.server.Operation ("void setParent(java.lang.String)"), 44 new java.rmi.server.Operation ("void setState(int)"), 45 new java.rmi.server.Operation ("void setStatus(java.lang.String)"), 46 new java.rmi.server.Operation ("void setType(java.lang.String)") 47 }; 48 49 private static final long interfaceHash = 8386626949930535530L; 50 51 private static final long serialVersionUID = 2; 52 53 private static boolean useNewInvoke; 54 private static java.lang.reflect.Method $method_getBnHooks_0; 55 private static java.lang.reflect.Method $method_getBnInterHooks_1; 56 private static java.lang.reflect.Method $method_getBnIterations_2; 57 private static java.lang.reflect.Method $method_getBnNodes_3; 58 private static java.lang.reflect.Method $method_getBnProjectConfig_4; 59 private static java.lang.reflect.Method $method_getBnProjectLightValue_5; 60 private static java.lang.reflect.Method $method_getBnProjectValue_6; 61 private static java.lang.reflect.Method $method_getBnProperties_7; 62 private static java.lang.reflect.Method $method_getCreationDate_8; 63 private static java.lang.reflect.Method $method_getCreator_9; 64 private static java.lang.reflect.Method $method_getEJBHome_10; 65 private static java.lang.reflect.Method $method_getEndDate_11; 66 private static java.lang.reflect.Method $method_getHandle_12; 67 private static java.lang.reflect.Method $method_getId_13; 68 private static java.lang.reflect.Method $method_getModel_14; 69 private static java.lang.reflect.Method $method_getName_15; 70 private static java.lang.reflect.Method $method_getParent_16; 71 private static java.lang.reflect.Method $method_getPrimaryKey_17; 72 private static java.lang.reflect.Method $method_getState_18; 73 private static java.lang.reflect.Method $method_getStatus_19; 74 private static java.lang.reflect.Method $method_getType_20; 75 private static java.lang.reflect.Method $method_isIdentical_21; 76 private static java.lang.reflect.Method $method_remove_22; 77 private static java.lang.reflect.Method $method_setBnHooks_23; 78 private static java.lang.reflect.Method $method_setBnInterHooks_24; 79 private static java.lang.reflect.Method $method_setBnIterations_25; 80 private static java.lang.reflect.Method $method_setBnProjectValue_26; 81 private static java.lang.reflect.Method $method_setBnProperties_27; 82 private static java.lang.reflect.Method $method_setBnUsers_28; 83 private static java.lang.reflect.Method $method_setCreationDate_29; 84 private static java.lang.reflect.Method $method_setEndDate_30; 85 private static java.lang.reflect.Method $method_setModel_31; 86 private static java.lang.reflect.Method $method_setParent_32; 87 private static java.lang.reflect.Method $method_setState_33; 88 private static java.lang.reflect.Method $method_setStatus_34; 89 private static java.lang.reflect.Method $method_setType_35; 90 91 static { 92 try { 93 java.rmi.server.RemoteRef .class.getMethod("invoke", 94 new java.lang.Class [] { 95 java.rmi.Remote .class, 96 java.lang.reflect.Method .class, 97 java.lang.Object [].class, 98 long.class 99 }); 100 useNewInvoke = true; 101 $method_getBnHooks_0 = hero.interfaces.BnProject.class.getMethod("getBnHooks", new java.lang.Class [] {}); 102 $method_getBnInterHooks_1 = hero.interfaces.BnProject.class.getMethod("getBnInterHooks", new java.lang.Class [] {}); 103 $method_getBnIterations_2 = hero.interfaces.BnProject.class.getMethod("getBnIterations", new java.lang.Class [] {}); 104 $method_getBnNodes_3 = hero.interfaces.BnProject.class.getMethod("getBnNodes", new java.lang.Class [] {}); 105 $method_getBnProjectConfig_4 = hero.interfaces.BnProject.class.getMethod("getBnProjectConfig", new java.lang.Class [] {}); 106 $method_getBnProjectLightValue_5 = hero.interfaces.BnProject.class.getMethod("getBnProjectLightValue", new java.lang.Class [] {}); 107 $method_getBnProjectValue_6 = hero.interfaces.BnProject.class.getMethod("getBnProjectValue", new java.lang.Class [] {}); 108 $method_getBnProperties_7 = hero.interfaces.BnProject.class.getMethod("getBnProperties", new java.lang.Class [] {}); 109 $method_getCreationDate_8 = hero.interfaces.BnProject.class.getMethod("getCreationDate", new java.lang.Class [] {}); 110 $method_getCreator_9 = hero.interfaces.BnProject.class.getMethod("getCreator", new java.lang.Class [] {}); 111 $method_getEJBHome_10 = javax.ejb.EJBObject .class.getMethod("getEJBHome", new java.lang.Class [] {}); 112 $method_getEndDate_11 = hero.interfaces.BnProject.class.getMethod("getEndDate", new java.lang.Class [] {}); 113 $method_getHandle_12 = javax.ejb.EJBObject .class.getMethod("getHandle", new java.lang.Class [] {}); 114 $method_getId_13 = hero.interfaces.BnProject.class.getMethod("getId", new java.lang.Class [] {}); 115 $method_getModel_14 = hero.interfaces.BnProject.class.getMethod("getModel", new java.lang.Class [] {}); 116 $method_getName_15 = hero.interfaces.BnProject.class.getMethod("getName", new java.lang.Class [] {}); 117 $method_getParent_16 = hero.interfaces.BnProject.class.getMethod("getParent", new java.lang.Class [] {}); 118 $method_getPrimaryKey_17 = javax.ejb.EJBObject .class.getMethod("getPrimaryKey", new java.lang.Class [] {}); 119 $method_getState_18 = hero.interfaces.BnProject.class.getMethod("getState", new java.lang.Class [] {}); 120 $method_getStatus_19 = hero.interfaces.BnProject.class.getMethod("getStatus", new java.lang.Class [] {}); 121 $method_getType_20 = hero.interfaces.BnProject.class.getMethod("getType", new java.lang.Class [] {}); 122 $method_isIdentical_21 = javax.ejb.EJBObject .class.getMethod("isIdentical", new java.lang.Class [] {javax.ejb.EJBObject .class}); 123 $method_remove_22 = javax.ejb.EJBObject .class.getMethod("remove", new java.lang.Class [] {}); 124 $method_setBnHooks_23 = hero.interfaces.BnProject.class.getMethod("setBnHooks", new java.lang.Class [] {java.util.Collection .class}); 125 $method_setBnInterHooks_24 = hero.interfaces.BnProject.class.getMethod("setBnInterHooks", new java.lang.Class [] {java.util.Collection .class}); 126 $method_setBnIterations_25 = hero.interfaces.BnProject.class.getMethod("setBnIterations", new java.lang.Class [] {java.util.Collection .class}); 127 $method_setBnProjectValue_26 = hero.interfaces.BnProject.class.getMethod("setBnProjectValue", new java.lang.Class [] {hero.interfaces.BnProjectValue.class}); 128 $method_setBnProperties_27 = hero.interfaces.BnProject.class.getMethod("setBnProperties", new java.lang.Class [] {java.util.Collection .class}); 129 $method_setBnUsers_28 = hero.interfaces.BnProject.class.getMethod("setBnUsers", new java.lang.Class [] {java.util.Collection .class}); 130 $method_setCreationDate_29 = hero.interfaces.BnProject.class.getMethod("setCreationDate", new java.lang.Class [] {java.util.Date .class}); 131 $method_setEndDate_30 = hero.interfaces.BnProject.class.getMethod("setEndDate", new java.lang.Class [] {java.util.Date .class}); 132 $method_setModel_31 = hero.interfaces.BnProject.class.getMethod("setModel", new java.lang.Class [] {hero.util.values.BonitaProjectValue.class}); 133 $method_setParent_32 = hero.interfaces.BnProject.class.getMethod("setParent", new java.lang.Class [] {java.lang.String .class}); 134 $method_setState_33 = hero.interfaces.BnProject.class.getMethod("setState", new java.lang.Class [] {int.class}); 135 $method_setStatus_34 = hero.interfaces.BnProject.class.getMethod("setStatus", new java.lang.Class [] {java.lang.String .class}); 136 $method_setType_35 = hero.interfaces.BnProject.class.getMethod("setType", new java.lang.Class [] {java.lang.String .class}); 137 } catch (java.lang.NoSuchMethodException e) { 138 useNewInvoke = false; 139 } 140 } 141 142 public JOnASBnProject2046800545Remote_Stub() { 144 super(); 145 } 146 public JOnASBnProject2046800545Remote_Stub(java.rmi.server.RemoteRef ref) { 147 super(ref); 148 } 149 150 152 public java.util.Collection getBnHooks() 154 throws java.rmi.RemoteException 155 { 156 try { 157 if (useNewInvoke) { 158 Object $result = ref.invoke(this, $method_getBnHooks_0, null, 3409443523435920379L); 159 return ((java.util.Collection ) $result); 160 } else { 161 java.rmi.server.RemoteCall call = ref.newCall((java.rmi.server.RemoteObject ) this, operations, 0, interfaceHash); 162 ref.invoke(call); 163 java.util.Collection $result; 164 try { 165 java.io.ObjectInput in = call.getInputStream(); 166 $result = (java.util.Collection ) 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 java.util.Collection getBnInterHooks() 187 throws java.rmi.RemoteException 188 { 189 try { 190 if (useNewInvoke) { 191 Object $result = ref.invoke(this, $method_getBnInterHooks_1, null, -2095192869149273159L); 192 return ((java.util.Collection ) $result); 193 } else { 194 java.rmi.server.RemoteCall call = ref.newCall((java.rmi.server.RemoteObject ) this, operations, 1, interfaceHash); 195 ref.invoke(call); 196 java.util.Collection $result; 197 try { 198 java.io.ObjectInput in = call.getInputStream(); 199 $result = (java.util.Collection ) 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 java.util.Collection getBnIterations() 220 throws java.rmi.RemoteException 221 { 222 try { 223 if (useNewInvoke) { 224 Object $result = ref.invoke(this, $method_getBnIterations_2, null, -3161017844786601607L); 225 return ((java.util.Collection ) $result); 226 } else { 227 java.rmi.server.RemoteCall call = ref.newCall((java.rmi.server.RemoteObject ) this, operations, 2, interfaceHash); 228 ref.invoke(call); 229 java.util.Collection $result; 230 try { 231 java.io.ObjectInput in = call.getInputStream(); 232 $result = (java.util.Collection ) 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.util.Collection getBnNodes() 253 throws java.rmi.RemoteException 254 { 255 try { 256 if (useNewInvoke) { 257 Object $result = ref.invoke(this, $method_getBnNodes_3, null, 392700816124937172L); 258 return ((java.util.Collection ) $result); 259 } else { 260 java.rmi.server.RemoteCall call = ref.newCall((java.rmi.server.RemoteObject ) this, operations, 3, interfaceHash); 261 ref.invoke(call); 262 java.util.Collection $result; 263 try { 264 java.io.ObjectInput in = call.getInputStream(); 265 $result = (java.util.Collection ) 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 hero.interfaces.BnProjectConfigLocal getBnProjectConfig() 286 throws java.rmi.RemoteException 287 { 288 try { 289 if (useNewInvoke) { 290 Object $result = ref.invoke(this, $method_getBnProjectConfig_4, null, 7941719487149025469L); 291 return ((hero.interfaces.BnProjectConfigLocal) $result); 292 } else { 293 java.rmi.server.RemoteCall call = ref.newCall((java.rmi.server.RemoteObject ) this, operations, 4, interfaceHash); 294 ref.invoke(call); 295 hero.interfaces.BnProjectConfigLocal $result; 296 try { 297 java.io.ObjectInput in = call.getInputStream(); 298 $result = (hero.interfaces.BnProjectConfigLocal) 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 hero.interfaces.BnProjectLightValue getBnProjectLightValue() 319 throws java.rmi.RemoteException 320 { 321 try { 322 if (useNewInvoke) { 323 Object $result = ref.invoke(this, $method_getBnProjectLightValue_5, null, 3547191000177866269L); 324 return ((hero.interfaces.BnProjectLightValue) $result); 325 } else { 326 java.rmi.server.RemoteCall call = ref.newCall((java.rmi.server.RemoteObject ) this, operations, 5, interfaceHash); 327 ref.invoke(call); 328 hero.interfaces.BnProjectLightValue $result; 329 try { 330 java.io.ObjectInput in = call.getInputStream(); 331 $result = (hero.interfaces.BnProjectLightValue) 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 hero.interfaces.BnProjectValue getBnProjectValue() 352 throws java.rmi.RemoteException 353 { 354 try { 355 if (useNewInvoke) { 356 Object $result = ref.invoke(this, $method_getBnProjectValue_6, null, 5065877050121179500L); 357 return ((hero.interfaces.BnProjectValue) $result); 358 } else { 359 java.rmi.server.RemoteCall call = ref.newCall((java.rmi.server.RemoteObject ) this, operations, 6, interfaceHash); 360 ref.invoke(call); 361 hero.interfaces.BnProjectValue $result; 362 try { 363 java.io.ObjectInput in = call.getInputStream(); 364 $result = (hero.interfaces.BnProjectValue) in.readObject(); 365 } catch (java.io.IOException e) { 366 throw new java.rmi.UnmarshalException ("error unmarshalling return", e); 367 } catch (java.lang.ClassNotFoundException e) { 368 throw new java.rmi.UnmarshalException ("error unmarshalling return", e); 369 } finally { 370 ref.done(call); 371 } 372 return $result; 373 } 374 } catch (java.lang.RuntimeException e) { 375 throw e; 376 } catch (java.rmi.RemoteException e) { 377 throw e; 378 } catch (java.lang.Exception e) { 379 throw new java.rmi.UnexpectedException ("undeclared checked exception", e); 380 } 381 } 382 383 public java.util.Collection getBnProperties() 385 throws java.rmi.RemoteException 386 { 387 try { 388 if (useNewInvoke) { 389 Object $result = ref.invoke(this, $method_getBnProperties_7, null, 5097523163185589167L); 390 return ((java.util.Collection ) $result); 391 } else { 392 java.rmi.server.RemoteCall call = ref.newCall((java.rmi.server.RemoteObject ) this, operations, 7, interfaceHash); 393 ref.invoke(call); 394 java.util.Collection $result; 395 try { 396 java.io.ObjectInput in = call.getInputStream(); 397 $result = (java.util.Collection ) in.readObject(); 398 } catch (java.io.IOException e) { 399 throw new java.rmi.UnmarshalException ("error unmarshalling return", e); 400 } catch (java.lang.ClassNotFoundException e) { 401 throw new java.rmi.UnmarshalException ("error unmarshalling return", e); 402 } finally { 403 ref.done(call); 404 } 405 return $result; 406 } 407 } catch (java.lang.RuntimeException e) { 408 throw e; 409 } catch (java.rmi.RemoteException e) { 410 throw e; 411 } catch (java.lang.Exception e) { 412 throw new java.rmi.UnexpectedException ("undeclared checked exception", e); 413 } 414 } 415 416 public java.util.Date getCreationDate() 418 throws java.rmi.RemoteException 419 { 420 try { 421 if (useNewInvoke) { 422 Object $result = ref.invoke(this, $method_getCreationDate_8, null, -6411676599512905306L); 423 return ((java.util.Date ) $result); 424 } else { 425 java.rmi.server.RemoteCall call = ref.newCall((java.rmi.server.RemoteObject ) this, operations, 8, interfaceHash); 426 ref.invoke(call); 427 java.util.Date $result; 428 try { 429 java.io.ObjectInput in = call.getInputStream(); 430 $result = (java.util.Date ) in.readObject(); 431 } catch (java.io.IOException e) { 432 throw new java.rmi.UnmarshalException ("error unmarshalling return", e); 433 } catch (java.lang.ClassNotFoundException e) { 434 throw new java.rmi.UnmarshalException ("error unmarshalling return", e); 435 } finally { 436 ref.done(call); 437 } 438 return $result; 439 } 440 } catch (java.lang.RuntimeException e) { 441 throw e; 442 } catch (java.rmi.RemoteException e) { 443 throw e; 444 } catch (java.lang.Exception e) { 445 throw new java.rmi.UnexpectedException ("undeclared checked exception", e); 446 } 447 } 448 449 public java.lang.String getCreator() 451 throws java.rmi.RemoteException 452 { 453 try { 454 if (useNewInvoke) { 455 Object $result = ref.invoke(this, $method_getCreator_9, null, 140818847009154323L); 456 return ((java.lang.String ) $result); 457 } else { 458 java.rmi.server.RemoteCall call = ref.newCall((java.rmi.server.RemoteObject ) this, operations, 9, interfaceHash); 459 ref.invoke(call); 460 java.lang.String $result; 461 try { 462 java.io.ObjectInput in = call.getInputStream(); 463 $result = (java.lang.String ) in.readObject(); 464 } catch (java.io.IOException e) { 465 throw new java.rmi.UnmarshalException ("error unmarshalling return", e); 466 } catch (java.lang.ClassNotFoundException e) { 467 throw new java.rmi.UnmarshalException ("error unmarshalling return", e); 468 } finally { 469 ref.done(call); 470 } 471 return $result; 472 } 473 } catch (java.lang.RuntimeException e) { 474 throw e; 475 } catch (java.rmi.RemoteException e) { 476 throw e; 477 } catch (java.lang.Exception e) { 478 throw new java.rmi.UnexpectedException ("undeclared checked exception", e); 479 } 480 } 481 482 public javax.ejb.EJBHome getEJBHome() 484 throws java.rmi.RemoteException 485 { 486 try { 487 if (useNewInvoke) { 488 Object $result = ref.invoke(this, $method_getEJBHome_10, null, 3163754803894080547L); 489 return ((javax.ejb.EJBHome ) $result); 490 } else { 491 java.rmi.server.RemoteCall call = ref.newCall((java.rmi.server.RemoteObject ) this, operations, 10, interfaceHash); 492 ref.invoke(call); 493 javax.ejb.EJBHome $result; 494 try { 495 java.io.ObjectInput in = call.getInputStream(); 496 $result = (javax.ejb.EJBHome ) in.readObject(); 497 } catch (java.io.IOException e) { 498 throw new java.rmi.UnmarshalException ("error unmarshalling return", e); 499 } catch (java.lang.ClassNotFoundException e) { 500 throw new java.rmi.UnmarshalException ("error unmarshalling return", e); 501 } finally { 502 ref.done(call); 503 } 504 return $result; 505 } 506 } catch (java.lang.RuntimeException e) { 507 throw e; 508 } catch (java.rmi.RemoteException e) { 509 throw e; 510 } catch (java.lang.Exception e) { 511 throw new java.rmi.UnexpectedException ("undeclared checked exception", e); 512 } 513 } 514 515 public java.util.Date getEndDate() 517 throws java.rmi.RemoteException 518 { 519 try { 520 if (useNewInvoke) { 521 Object $result = ref.invoke(this, $method_getEndDate_11, null, -4343768589053738267L); 522 return ((java.util.Date ) $result); 523 } else { 524 java.rmi.server.RemoteCall call = ref.newCall((java.rmi.server.RemoteObject ) this, operations, 11, interfaceHash); 525 ref.invoke(call); 526 java.util.Date $result; 527 try { 528 java.io.ObjectInput in = call.getInputStream(); 529 $result = (java.util.Date ) in.readObject(); 530 } catch (java.io.IOException e) { 531 throw new java.rmi.UnmarshalException ("error unmarshalling return", e); 532 } catch (java.lang.ClassNotFoundException e) { 533 throw new java.rmi.UnmarshalException ("error unmarshalling return", e); 534 } finally { 535 ref.done(call); 536 } 537 return $result; 538 } 539 } catch (java.lang.RuntimeException e) { 540 throw e; 541 } catch (java.rmi.RemoteException e) { 542 throw e; 543 } catch (java.lang.Exception e) { 544 throw new java.rmi.UnexpectedException ("undeclared checked exception", e); 545 } 546 } 547 548 public javax.ejb.Handle getHandle() 550 throws java.rmi.RemoteException 551 { 552 try { 553 if (useNewInvoke) { 554 Object $result = ref.invoke(this, $method_getHandle_12, null, -1299374689989208114L); 555 return ((javax.ejb.Handle ) $result); 556 } else { 557 java.rmi.server.RemoteCall call = ref.newCall((java.rmi.server.RemoteObject ) this, operations, 12, interfaceHash); 558 ref.invoke(call); 559 javax.ejb.Handle $result; 560 try { 561 java.io.ObjectInput in = call.getInputStream(); 562 $result = (javax.ejb.Handle ) in.readObject(); 563 } catch (java.io.IOException e) { 564 throw new java.rmi.UnmarshalException ("error unmarshalling return", e); 565 } catch (java.lang.ClassNotFoundException e) { 566 throw new java.rmi.UnmarshalException ("error unmarshalling return", e); 567 } finally { 568 ref.done(call); 569 } 570 return $result; 571 } 572 } catch (java.lang.RuntimeException e) { 573 throw e; 574 } catch (java.rmi.RemoteException e) { 575 throw e; 576 } catch (java.lang.Exception e) { 577 throw new java.rmi.UnexpectedException ("undeclared checked exception", e); 578 } 579 } 580 581 public java.lang.String getId() 583 throws java.rmi.RemoteException 584 { 585 try { 586 if (useNewInvoke) { 587 Object $result = ref.invoke(this, $method_getId_13, null, -2624672516422252640L); 588 return ((java.lang.String ) $result); 589 } else { 590 java.rmi.server.RemoteCall call = ref.newCall((java.rmi.server.RemoteObject ) this, operations, 13, interfaceHash); 591 ref.invoke(call); 592 java.lang.String $result; 593 try { 594 java.io.ObjectInput in = call.getInputStream(); 595 $result = (java.lang.String ) in.readObject(); 596 } catch (java.io.IOException e) { 597 throw new java.rmi.UnmarshalException ("error unmarshalling return", e); 598 } catch (java.lang.ClassNotFoundException e) { 599 throw new java.rmi.UnmarshalException ("error unmarshalling return", e); 600 } finally { 601 ref.done(call); 602 } 603 return $result; 604 } 605 } catch (java.lang.RuntimeException e) { 606 throw e; 607 } catch (java.rmi.RemoteException e) { 608 throw e; 609 } catch (java.lang.Exception e) { 610 throw new java.rmi.UnexpectedException ("undeclared checked exception", e); 611 } 612 } 613 614 public hero.util.values.BonitaProjectValue getModel() 616 throws java.rmi.RemoteException 617 { 618 try { 619 if (useNewInvoke) { 620 Object $result = ref.invoke(this, $method_getModel_14, null, 5711212860654699428L); 621 return ((hero.util.values.BonitaProjectValue) $result); 622 } else { 623 java.rmi.server.RemoteCall call = ref.newCall((java.rmi.server.RemoteObject ) this, operations, 14, interfaceHash); 624 ref.invoke(call); 625 hero.util.values.BonitaProjectValue $result; 626 try { 627 java.io.ObjectInput in = call.getInputStream(); 628 $result = (hero.util.values.BonitaProjectValue) in.readObject(); 629 } catch (java.io.IOException e) { 630 throw new java.rmi.UnmarshalException ("error unmarshalling return", e); 631 } catch (java.lang.ClassNotFoundException e) { 632 throw new java.rmi.UnmarshalException ("error unmarshalling return", e); 633 } finally { 634 ref.done(call); 635 } 636 return $result; 637 } 638 } catch (java.lang.RuntimeException e) { 639 throw e; 640 } catch (java.rmi.RemoteException e) { 641 throw e; 642 } catch (java.lang.Exception e) { 643 throw new java.rmi.UnexpectedException ("undeclared checked exception", e); 644 } 645 } 646 647 public java.lang.String getName() 649 throws java.rmi.RemoteException 650 { 651 try { 652 if (useNewInvoke) { 653 Object $result = ref.invoke(this, $method_getName_15, null, 6317137956467216454L); 654 return ((java.lang.String ) $result); 655 } else { 656 java.rmi.server.RemoteCall call = ref.newCall((java.rmi.server.RemoteObject ) this, operations, 15, interfaceHash); 657 ref.invoke(call); 658 java.lang.String $result; 659 try { 660 java.io.ObjectInput in = call.getInputStream(); 661 $result = (java.lang.String ) in.readObject(); 662 } catch (java.io.IOException e) { 663 throw new java.rmi.UnmarshalException ("error unmarshalling return", e); 664 } catch (java.lang.ClassNotFoundException e) { 665 throw new java.rmi.UnmarshalException ("error unmarshalling return", e); 666 } finally { 667 ref.done(call); 668 } 669 return $result; 670 } 671 } catch (java.lang.RuntimeException e) { 672 throw e; 673 } catch (java.rmi.RemoteException e) { 674 throw e; 675 } catch (java.lang.Exception e) { 676 throw new java.rmi.UnexpectedException ("undeclared checked exception", e); 677 } 678 } 679 680 public java.lang.String getParent() 682 throws java.rmi.RemoteException 683 { 684 try { 685 if (useNewInvoke) { 686 Object $result = ref.invoke(this, $method_getParent_16, null, -2044908032963433821L); 687 return ((java.lang.String ) $result); 688 } else { 689 java.rmi.server.RemoteCall call = ref.newCall((java.rmi.server.RemoteObject ) this, operations, 16, interfaceHash); 690 ref.invoke(call); 691 java.lang.String $result; 692 try { 693 java.io.ObjectInput in = call.getInputStream(); 694 $result = (java.lang.String ) in.readObject(); 695 } catch (java.io.IOException e) { 696 throw new java.rmi.UnmarshalException ("error unmarshalling return", e); 697 } catch (java.lang.ClassNotFoundException e) { 698 throw new java.rmi.UnmarshalException ("error unmarshalling return", e); 699 } finally { 700 ref.done(call); 701 } 702 return $result; 703 } 704 } catch (java.lang.RuntimeException e) { 705 throw e; 706 } catch (java.rmi.RemoteException e) { 707 throw e; 708 } catch (java.lang.Exception e) { 709 throw new java.rmi.UnexpectedException ("undeclared checked exception", e); 710 } 711 } 712 713 public java.lang.Object getPrimaryKey() 715 throws java.rmi.RemoteException 716 { 717 try { 718 if (useNewInvoke) { 719 Object $result = ref.invoke(this, $method_getPrimaryKey_17, null, 4840115071604865751L); 720 return ((java.lang.Object ) $result); 721 } else { 722 java.rmi.server.RemoteCall call = ref.newCall((java.rmi.server.RemoteObject ) this, operations, 17, interfaceHash); 723 ref.invoke(call); 724 java.lang.Object $result; 725 try { 726 java.io.ObjectInput in = call.getInputStream(); 727 $result = (java.lang.Object ) in.readObject(); 728 } catch (java.io.IOException e) { 729 throw new java.rmi.UnmarshalException ("error unmarshalling return", e); 730 } catch (java.lang.ClassNotFoundException e) { 731 throw new java.rmi.UnmarshalException ("error unmarshalling return", e); 732 } finally { 733 ref.done(call); 734 } 735 return $result; 736 } 737 } catch (java.lang.RuntimeException e) { 738 throw e; 739 } catch (java.rmi.RemoteException e) { 740 throw e; 741 } catch (java.lang.Exception e) { 742 throw new java.rmi.UnexpectedException ("undeclared checked exception", e); 743 } 744 } 745 746 public int getState() 748 throws java.rmi.RemoteException 749 { 750 try { 751 if (useNewInvoke) { 752 Object $result = ref.invoke(this, $method_getState_18, null, 905183520575560769L); 753 return ((java.lang.Integer ) $result).intValue(); 754 } else { 755 java.rmi.server.RemoteCall call = ref.newCall((java.rmi.server.RemoteObject ) this, operations, 18, interfaceHash); 756 ref.invoke(call); 757 int $result; 758 try { 759 java.io.ObjectInput in = call.getInputStream(); 760 $result = in.readInt(); 761 } catch (java.io.IOException e) { 762 throw new java.rmi.UnmarshalException ("error unmarshalling return", e); 763 } finally { 764 ref.done(call); 765 } 766 return $result; 767 } 768 } catch (java.lang.RuntimeException e) { 769 throw e; 770 } catch (java.rmi.RemoteException e) { 771 throw e; 772 } catch (java.lang.Exception e) { 773 throw new java.rmi.UnexpectedException ("undeclared checked exception", e); 774 } 775 } 776 777 public java.lang.String getStatus() 779 throws java.rmi.RemoteException 780 { 781 try { 782 if (useNewInvoke) { 783 Object $result = ref.invoke(this, $method_getStatus_19, null, 9222340217560959721L); 784 return ((java.lang.String ) $result); 785 } else { 786 java.rmi.server.RemoteCall call = ref.newCall((java.rmi.server.RemoteObject ) this, operations, 19, interfaceHash); 787 ref.invoke(call); 788 java.lang.String $result; 789 try { 790 java.io.ObjectInput in = call.getInputStream(); 791 $result = (java.lang.String ) in.readObject(); 792 } catch (java.io.IOException e) { 793 throw new java.rmi.UnmarshalException ("error unmarshalling return", e); 794 } catch (java.lang.ClassNotFoundException e) { 795 throw new java.rmi.UnmarshalException ("error unmarshalling return", e); 796 } finally { 797 ref.done(call); 798 } 799 return $result; 800 } 801 } catch (java.lang.RuntimeException e) { 802 throw e; 803 } catch (java.rmi.RemoteException e) { 804 throw e; 805 } catch (java.lang.Exception e) { 806 throw new java.rmi.UnexpectedException ("undeclared checked exception", e); 807 } 808 } 809 810 public java.lang.String getType() 812 throws java.rmi.RemoteException 813 { 814 try { 815 if (useNewInvoke) { 816 Object $result = ref.invoke(this, $method_getType_20, null, 6339767745089472097L); 817 return ((java.lang.String ) $result); 818 } else { 819 java.rmi.server.RemoteCall call = ref.newCall((java.rmi.server.RemoteObject ) this, operations, 20, interfaceHash); 820 ref.invoke(call); 821 java.lang.String $result; 822 try { 823 java.io.ObjectInput in = call.getInputStream(); 824 $result = (java.lang.String ) in.readObject(); 825 } catch (java.io.IOException e) { 826 throw new java.rmi.UnmarshalException ("error unmarshalling return", e); 827 } catch (java.lang.ClassNotFoundException e) { 828 throw new java.rmi.UnmarshalException ("error unmarshalling return", e); 829 } finally { 830 ref.done(call); 831 } 832 return $result; 833 } 834 } catch (java.lang.RuntimeException e) { 835 throw e; 836 } catch (java.rmi.RemoteException e) { 837 throw e; 838 } catch (java.lang.Exception e) { 839 throw new java.rmi.UnexpectedException ("undeclared checked exception", e); 840 } 841 } 842 843 public boolean isIdentical(javax.ejb.EJBObject $param_EJBObject_1) 845 throws java.rmi.RemoteException 846 { 847 try { 848 if (useNewInvoke) { 849 Object $result = ref.invoke(this, $method_isIdentical_21, new java.lang.Object [] {$param_EJBObject_1}, -5909123752501984271L); 850 return ((java.lang.Boolean ) $result).booleanValue(); 851 } else { 852 java.rmi.server.RemoteCall call = ref.newCall((java.rmi.server.RemoteObject ) this, operations, 21, interfaceHash); 853 try { 854 java.io.ObjectOutput out = call.getOutputStream(); 855 out.writeObject($param_EJBObject_1); 856 } catch (java.io.IOException e) { 857 throw new java.rmi.MarshalException ("error marshalling arguments", e); 858 } 859 ref.invoke(call); 860 boolean $result; 861 try { 862 java.io.ObjectInput in = call.getInputStream(); 863 $result = in.readBoolean(); 864 } catch (java.io.IOException e) { 865 throw new java.rmi.UnmarshalException ("error unmarshalling return", e); 866 } finally { 867 ref.done(call); 868 } 869 return $result; 870 } 871 } catch (java.lang.RuntimeException e) { 872 throw e; 873 } catch (java.rmi.RemoteException e) { 874 throw e; 875 } catch (java.lang.Exception e) { 876 throw new java.rmi.UnexpectedException ("undeclared checked exception", e); 877 } 878 } 879 880 public void remove() 882 throws java.rmi.RemoteException , javax.ejb.RemoveException 883 { 884 try { 885 if (useNewInvoke) { 886 ref.invoke(this, $method_remove_22, null, -5013858639939630501L); 887 } else { 888 java.rmi.server.RemoteCall call = ref.newCall((java.rmi.server.RemoteObject ) this, operations, 22, interfaceHash); 889 ref.invoke(call); 890 ref.done(call); 891 } 892 } catch (java.lang.RuntimeException e) { 893 throw e; 894 } catch (java.rmi.RemoteException e) { 895 throw e; 896 } catch (javax.ejb.RemoveException e) { 897 throw e; 898 } catch (java.lang.Exception e) { 899 throw new java.rmi.UnexpectedException ("undeclared checked exception", e); 900 } 901 } 902 903 public void setBnHooks(java.util.Collection $param_Collection_1) 905 throws java.rmi.RemoteException 906 { 907 try { 908 if (useNewInvoke) { 909 ref.invoke(this, $method_setBnHooks_23, new java.lang.Object [] {$param_Collection_1}, -8213234943262610548L); 910 } else { 911 java.rmi.server.RemoteCall call = ref.newCall((java.rmi.server.RemoteObject ) this, operations, 23, interfaceHash); 912 try { 913 java.io.ObjectOutput out = call.getOutputStream(); 914 out.writeObject($param_Collection_1); 915 } catch (java.io.IOException e) { 916 throw new java.rmi.MarshalException ("error marshalling arguments", e); 917 } 918 ref.invoke(call); 919 ref.done(call); 920 } 921 } catch (java.lang.RuntimeException e) { 922 throw e; 923 } catch (java.rmi.RemoteException e) { 924 throw e; 925 } catch (java.lang.Exception e) { 926 throw new java.rmi.UnexpectedException ("undeclared checked exception", e); 927 } 928 } 929 930 public void setBnInterHooks(java.util.Collection $param_Collection_1) 932 throws java.rmi.RemoteException 933 { 934 try { 935 if (useNewInvoke) { 936 ref.invoke(this, $method_setBnInterHooks_24, new java.lang.Object [] {$param_Collection_1}, 3985045473792953169L); 937 } else { 938 java.rmi.server.RemoteCall call = ref.newCall((java.rmi.server.RemoteObject ) this, operations, 24, interfaceHash); 939 try { 940 java.io.ObjectOutput out = call.getOutputStream(); 941 out.writeObject($param_Collection_1); 942 } catch (java.io.IOException e) { 943 throw new java.rmi.MarshalException ("error marshalling arguments", e); 944 } 945 ref.invoke(call); 946 ref.done(call); 947 } 948 } catch (java.lang.RuntimeException e) { 949 throw e; 950 } catch (java.rmi.RemoteException e) { 951 throw e; 952 } catch (java.lang.Exception e) { 953 throw new java.rmi.UnexpectedException ("undeclared checked exception", e); 954 } 955 } 956 957 public void setBnIterations(java.util.Collection $param_Collection_1) 959 throws java.rmi.RemoteException 960 { 961 try { 962 if (useNewInvoke) { 963 ref.invoke(this, $method_setBnIterations_25, new java.lang.Object [] {$param_Collection_1}, 6034668934266210453L); 964 } else { 965 java.rmi.server.RemoteCall call = ref.newCall((java.rmi.server.RemoteObject ) this, operations, 25, interfaceHash); 966 try { 967 java.io.ObjectOutput out = call.getOutputStream(); 968 out.writeObject($param_Collection_1); 969 } catch (java.io.IOException e) { 970 throw new java.rmi.MarshalException ("error marshalling arguments", e); 971 } 972 ref.invoke(call); 973 ref.done(call); 974 } 975 } catch (java.lang.RuntimeException e) { 976 throw e; 977 } catch (java.rmi.RemoteException e) { 978 throw e; 979 } catch (java.lang.Exception e) { 980 throw new java.rmi.UnexpectedException ("undeclared checked exception", e); 981 } 982 } 983 984 public void setBnProjectValue(hero.interfaces.BnProjectValue $param_BnProjectValue_1) 986 throws java.rmi.RemoteException 987 { 988 try { 989 if (useNewInvoke) { 990 ref.invoke(this, $method_setBnProjectValue_26, new java.lang.Object [] {$param_BnProjectValue_1}, 3740589619900309730L); 991 } else { 992 java.rmi.server.RemoteCall call = ref.newCall((java.rmi.server.RemoteObject ) this, operations, 26, interfaceHash); 993 try { 994 java.io.ObjectOutput out = call.getOutputStream(); 995 out.writeObject($param_BnProjectValue_1); 996 } catch (java.io.IOException e) { 997 throw new java.rmi.MarshalException ("error marshalling arguments", e); 998 } 999 ref.invoke(call); 1000 ref.done(call); 1001 } 1002 } catch (java.lang.RuntimeException e) { 1003 throw e; 1004 } catch (java.rmi.RemoteException e) { 1005 throw e; 1006 } catch (java.lang.Exception e) { 1007 throw new java.rmi.UnexpectedException ("undeclared checked exception", e); 1008 } 1009 } 1010 1011 public void setBnProperties(java.util.Collection $param_Collection_1) 1013 throws java.rmi.RemoteException 1014 { 1015 try { 1016 if (useNewInvoke) { 1017 ref.invoke(this, $method_setBnProperties_27, new java.lang.Object [] {$param_Collection_1}, -3491011777164769744L); 1018 } else { 1019 java.rmi.server.RemoteCall call = ref.newCall((java.rmi.server.RemoteObject ) this, operations, 27, interfaceHash); 1020 try { 1021 java.io.ObjectOutput out = call.getOutputStream(); 1022 out.writeObject($param_Collection_1); 1023 } catch (java.io.IOException e) { 1024 throw new java.rmi.MarshalException ("error marshalling arguments", e); 1025 } 1026 ref.invoke(call); 1027 ref.done(call); 1028 } 1029 } catch (java.lang.RuntimeException e) { 1030 throw e; 1031 } catch (java.rmi.RemoteException e) { 1032 throw e; 1033 } catch (java.lang.Exception e) { 1034 throw new java.rmi.UnexpectedException ("undeclared checked exception", e); 1035 } 1036 } 1037 1038 public void setBnUsers(java.util.Collection $param_Collection_1) 1040 throws java.rmi.RemoteException 1041 { 1042 try { 1043 if (useNewInvoke) { 1044 ref.invoke(this, $method_setBnUsers_28, new java.lang.Object [] {$param_Collection_1}, -1778073749512353757L); 1045 } else { 1046 java.rmi.server.RemoteCall call = ref.newCall((java.rmi.server.RemoteObject ) this, operations, 28, interfaceHash); 1047 try { 1048 java.io.ObjectOutput out = call.getOutputStream(); 1049 out.writeObject($param_Collection_1); 1050 } catch (java.io.IOException e) { 1051 throw new java.rmi.MarshalException ("error marshalling arguments", e); 1052 } 1053 ref.invoke(call); 1054 ref.done(call); 1055 } 1056 } catch (java.lang.RuntimeException e) { 1057 throw e; 1058 } catch (java.rmi.RemoteException e) { 1059 throw e; 1060 } catch (java.lang.Exception e) { 1061 throw new java.rmi.UnexpectedException ("undeclared checked exception", e); 1062 } 1063 } 1064 1065 public void setCreationDate(java.util.Date $param_Date_1) 1067 throws java.rmi.RemoteException 1068 { 1069 try { 1070 if (useNewInvoke) { 1071 ref.invoke(this, $method_setCreationDate_29, new java.lang.Object [] {$param_Date_1}, -8110585494477293117L); 1072 } else { 1073 java.rmi.server.RemoteCall call = ref.newCall((java.rmi.server.RemoteObject ) this, operations, 29, interfaceHash); 1074 try { 1075 java.io.ObjectOutput out = call.getOutputStream(); 1076 out.writeObject($param_Date_1); 1077 } catch (java.io.IOException e) { 1078 throw new java.rmi.MarshalException ("error marshalling arguments", e); 1079 } 1080 ref.invoke(call); 1081 ref.done(call); 1082 } 1083 } catch (java.lang.RuntimeException e) { 1084 throw e; 1085 } catch (java.rmi.RemoteException e) { 1086 throw e; 1087 } catch (java.lang.Exception e) { 1088 throw new java.rmi.UnexpectedException ("undeclared checked exception", e); 1089 } 1090 } 1091 1092 public void setEndDate(java.util.Date $param_Date_1) 1094 throws java.rmi.RemoteException 1095 { 1096 try { 1097 if (useNewInvoke) { 1098 ref.invoke(this, $method_setEndDate_30, new java.lang.Object [] {$param_Date_1}, 581366090475484858L); 1099 } else { 1100 java.rmi.server.RemoteCall call = ref.newCall((java.rmi.server.RemoteObject ) this, operations, 30, interfaceHash); 1101 try { 1102 java.io.ObjectOutput out = call.getOutputStream(); 1103 out.writeObject($param_Date_1); 1104 } catch (java.io.IOException e) { 1105 throw new java.rmi.MarshalException ("error marshalling arguments", e); 1106 } 1107 ref.invoke(call); 1108 ref.done(call); 1109 } 1110 } catch (java.lang.RuntimeException e) { 1111 throw e; 1112 } catch (java.rmi.RemoteException e) { 1113 throw e; 1114 } catch (java.lang.Exception e) { 1115 throw new java.rmi.UnexpectedException ("undeclared checked exception", e); 1116 } 1117 } 1118 1119 public void setModel(hero.util.values.BonitaProjectValue $param_BonitaProjectValue_1) 1121 throws java.rmi.RemoteException 1122 { 1123 try { 1124 if (useNewInvoke) { 1125 ref.invoke(this, $method_setModel_31, new java.lang.Object [] {$param_BonitaProjectValue_1}, 5265226068117631462L); 1126 } else { 1127 java.rmi.server.RemoteCall call = ref.newCall((java.rmi.server.RemoteObject ) this, operations, 31, interfaceHash); 1128 try { 1129 java.io.ObjectOutput out = call.getOutputStream(); 1130 out.writeObject($param_BonitaProjectValue_1); 1131 } catch (java.io.IOException e) { 1132 throw new java.rmi.MarshalException ("error marshalling arguments", e); 1133 } 1134 ref.invoke(call); 1135 ref.done(call); 1136 } 1137 } catch (java.lang.RuntimeException e) { 1138 throw e; 1139 } catch (java.rmi.RemoteException e) { 1140 throw e; 1141 } catch (java.lang.Exception e) { 1142 throw new java.rmi.UnexpectedException ("undeclared checked exception", e); 1143 } 1144 } 1145 1146 public void setParent(java.lang.String $param_String_1) 1148 throws java.rmi.RemoteException 1149 { 1150 try { 1151 if (useNewInvoke) { 1152 ref.invoke(this, $method_setParent_32, new java.lang.Object [] {$param_String_1}, 6118666005955665135L); 1153 } else { 1154 java.rmi.server.RemoteCall call = ref.newCall((java.rmi.server.RemoteObject ) this, operations, 32, interfaceHash); 1155 try { 1156 java.io.ObjectOutput out = call.getOutputStream(); 1157 out.writeObject($param_String_1); 1158 } catch (java.io.IOException e) { 1159 throw new java.rmi.MarshalException ("error marshalling arguments", e); 1160 } 1161 ref.invoke(call); 1162 ref.done(call); 1163 } 1164 } catch (java.lang.RuntimeException e) { 1165 throw e; 1166 } catch (java.rmi.RemoteException e) { 1167 throw e; 1168 } catch (java.lang.Exception e) { 1169 throw new java.rmi.UnexpectedException ("undeclared checked exception", e); 1170 } 1171 } 1172 1173 public void setState(int $param_int_1) 1175 throws java.rmi.RemoteException 1176 { 1177 try { 1178 if (useNewInvoke) { 1179 ref.invoke(this, $method_setState_33, new java.lang.Object [] {new java.lang.Integer ($param_int_1)}, -2106430383632207935L); 1180 } else { 1181 java.rmi.server.RemoteCall call = ref.newCall((java.rmi.server.RemoteObject ) this, operations, 33, interfaceHash); 1182 try { 1183 java.io.ObjectOutput out = call.getOutputStream(); 1184 out.writeInt($param_int_1); 1185 } catch (java.io.IOException e) { 1186 throw new java.rmi.MarshalException ("error marshalling arguments", e); 1187 } 1188 ref.invoke(call); 1189 ref.done(call); 1190 } 1191 } catch (java.lang.RuntimeException e) { 1192 throw e; 1193 } catch (java.rmi.RemoteException e) { 1194 throw e; 1195 } catch (java.lang.Exception e) { 1196 throw new java.rmi.UnexpectedException ("undeclared checked exception", e); 1197 } 1198 } 1199 1200 public void setStatus(java.lang.String $param_String_1) 1202 throws java.rmi.RemoteException 1203 { 1204 try { 1205 if (useNewInvoke) { 1206 ref.invoke(this, $method_setStatus_34, new java.lang.Object [] {$param_String_1}, -7974096402048174143L); 1207 } else { 1208 java.rmi.server.RemoteCall call = ref.newCall((java.rmi.server.RemoteObject ) this, operations, 34, interfaceHash); 1209 try { 1210 java.io.ObjectOutput out = call.getOutputStream(); 1211 out.writeObject($param_String_1); 1212 } catch (java.io.IOException e) { 1213 throw new java.rmi.MarshalException ("error marshalling arguments", e); 1214 } 1215 ref.invoke(call); 1216 ref.done(call); 1217 } 1218 } catch (java.lang.RuntimeException e) { 1219 throw e; 1220 } catch (java.rmi.RemoteException e) { 1221 throw e; 1222 } catch (java.lang.Exception e) { 1223 throw new java.rmi.UnexpectedException ("undeclared checked exception", e); 1224 } 1225 } 1226 1227 public void setType(java.lang.String $param_String_1) 1229 throws java.rmi.RemoteException 1230 { 1231 try { 1232 if (useNewInvoke) { 1233 ref.invoke(this, $method_setType_35, new java.lang.Object [] {$param_String_1}, -7420919874034755300L); 1234 } else { 1235 java.rmi.server.RemoteCall call = ref.newCall((java.rmi.server.RemoteObject ) this, operations, 35, interfaceHash); 1236 try { 1237 java.io.ObjectOutput out = call.getOutputStream(); 1238 out.writeObject($param_String_1); 1239 } catch (java.io.IOException e) { 1240 throw new java.rmi.MarshalException ("error marshalling arguments", e); 1241 } 1242 ref.invoke(call); 1243 ref.done(call); 1244 } 1245 } catch (java.lang.RuntimeException e) { 1246 throw e; 1247 } catch (java.rmi.RemoteException e) { 1248 throw e; 1249 } catch (java.lang.Exception e) { 1250 throw new java.rmi.UnexpectedException ("undeclared checked exception", e); 1251 } 1252 } 1253} 1254 | Popular Tags |