1 4 package org.objectweb.proactive.core.runtime.rmi; 5 6 public final class RemoteProActiveRuntimeImpl_Stub 7 extends java.rmi.server.RemoteStub 8 implements org.objectweb.proactive.core.runtime.rmi.RemoteProActiveRuntime, java.rmi.Remote 9 { 10 private static final long serialVersionUID = 2; 11 12 private static java.lang.reflect.Method $method_createBody_0; 13 private static java.lang.reflect.Method $method_createLocalNode_1; 14 private static java.lang.reflect.Method $method_createVM_2; 15 private static java.lang.reflect.Method $method_enableSecurityIfNeeded_3; 16 private static java.lang.reflect.Method $method_getActiveObjects_4; 17 private static java.lang.reflect.Method $method_getActiveObjects_5; 18 private static java.lang.reflect.Method $method_getCreatorCertificate_6; 19 private static java.lang.reflect.Method $method_getEntities_7; 20 private static java.lang.reflect.Method $method_getEntities_8; 21 private static java.lang.reflect.Method $method_getEntities_9; 22 private static java.lang.reflect.Method $method_getJobID_10; 23 private static java.lang.reflect.Method $method_getLocalNodeNames_11; 24 private static java.lang.reflect.Method $method_getNodeCertificate_12; 25 private static java.lang.reflect.Method $method_getNodePolicyServer_13; 26 private static java.lang.reflect.Method $method_getPolicyServer_14; 27 private static java.lang.reflect.Method $method_getProActiveRuntime_15; 28 private static java.lang.reflect.Method $method_getProActiveRuntimes_16; 29 private static java.lang.reflect.Method $method_getURL_17; 30 private static java.lang.reflect.Method $method_getVMInformation_18; 31 private static java.lang.reflect.Method $method_getVNName_19; 32 private static java.lang.reflect.Method $method_getVirtualNode_20; 33 private static java.lang.reflect.Method $method_killAllNodes_21; 34 private static java.lang.reflect.Method $method_killNode_22; 35 private static java.lang.reflect.Method $method_killRT_23; 36 private static java.lang.reflect.Method $method_receiveBody_24; 37 private static java.lang.reflect.Method $method_register_25; 38 private static java.lang.reflect.Method $method_registerVirtualNode_26; 39 private static java.lang.reflect.Method $method_setDefaultNodeVirtualNodeNAme_27; 40 private static java.lang.reflect.Method $method_setProActiveSecurityManager_28; 41 private static java.lang.reflect.Method $method_unregisterAllVirtualNodes_29; 42 private static java.lang.reflect.Method $method_unregisterVirtualNode_30; 43 private static java.lang.reflect.Method $method_updateLocalNodeVirtualName_31; 44 45 static { 46 try { 47 $method_createBody_0 = org.objectweb.proactive.core.runtime.rmi.RemoteProActiveRuntime.class.getMethod("createBody", new java.lang.Class [] {java.lang.String .class, org.objectweb.proactive.core.mop.ConstructorCall.class, boolean.class}); 48 $method_createLocalNode_1 = org.objectweb.proactive.core.runtime.rmi.RemoteProActiveRuntime.class.getMethod("createLocalNode", new java.lang.Class [] {java.lang.String .class, boolean.class, org.objectweb.proactive.ext.security.PolicyServer.class, java.lang.String .class, java.lang.String .class}); 49 $method_createVM_2 = org.objectweb.proactive.core.runtime.rmi.RemoteProActiveRuntime.class.getMethod("createVM", new java.lang.Class [] {org.objectweb.proactive.core.process.UniversalProcess.class}); 50 $method_enableSecurityIfNeeded_3 = org.objectweb.proactive.core.runtime.rmi.RemoteProActiveRuntime.class.getMethod("enableSecurityIfNeeded", new java.lang.Class [] {}); 51 $method_getActiveObjects_4 = org.objectweb.proactive.core.runtime.rmi.RemoteProActiveRuntime.class.getMethod("getActiveObjects", new java.lang.Class [] {java.lang.String .class}); 52 $method_getActiveObjects_5 = org.objectweb.proactive.core.runtime.rmi.RemoteProActiveRuntime.class.getMethod("getActiveObjects", new java.lang.Class [] {java.lang.String .class, java.lang.String .class}); 53 $method_getCreatorCertificate_6 = org.objectweb.proactive.core.runtime.rmi.RemoteProActiveRuntime.class.getMethod("getCreatorCertificate", new java.lang.Class [] {}); 54 $method_getEntities_7 = org.objectweb.proactive.core.runtime.rmi.RemoteProActiveRuntime.class.getMethod("getEntities", new java.lang.Class [] {}); 55 $method_getEntities_8 = org.objectweb.proactive.core.runtime.rmi.RemoteProActiveRuntime.class.getMethod("getEntities", new java.lang.Class [] {java.lang.String .class}); 56 $method_getEntities_9 = org.objectweb.proactive.core.runtime.rmi.RemoteProActiveRuntime.class.getMethod("getEntities", new java.lang.Class [] {org.objectweb.proactive.core.body.UniversalBody.class}); 57 $method_getJobID_10 = org.objectweb.proactive.core.runtime.rmi.RemoteProActiveRuntime.class.getMethod("getJobID", new java.lang.Class [] {java.lang.String .class}); 58 $method_getLocalNodeNames_11 = org.objectweb.proactive.core.runtime.rmi.RemoteProActiveRuntime.class.getMethod("getLocalNodeNames", new java.lang.Class [] {}); 59 $method_getNodeCertificate_12 = org.objectweb.proactive.core.runtime.rmi.RemoteProActiveRuntime.class.getMethod("getNodeCertificate", new java.lang.Class [] {java.lang.String .class}); 60 $method_getNodePolicyServer_13 = org.objectweb.proactive.core.runtime.rmi.RemoteProActiveRuntime.class.getMethod("getNodePolicyServer", new java.lang.Class [] {java.lang.String .class}); 61 $method_getPolicyServer_14 = org.objectweb.proactive.core.runtime.rmi.RemoteProActiveRuntime.class.getMethod("getPolicyServer", new java.lang.Class [] {}); 62 $method_getProActiveRuntime_15 = org.objectweb.proactive.core.runtime.rmi.RemoteProActiveRuntime.class.getMethod("getProActiveRuntime", new java.lang.Class [] {java.lang.String .class}); 63 $method_getProActiveRuntimes_16 = org.objectweb.proactive.core.runtime.rmi.RemoteProActiveRuntime.class.getMethod("getProActiveRuntimes", new java.lang.Class [] {}); 64 $method_getURL_17 = org.objectweb.proactive.core.runtime.rmi.RemoteProActiveRuntime.class.getMethod("getURL", new java.lang.Class [] {}); 65 $method_getVMInformation_18 = org.objectweb.proactive.core.runtime.rmi.RemoteProActiveRuntime.class.getMethod("getVMInformation", new java.lang.Class [] {}); 66 $method_getVNName_19 = org.objectweb.proactive.core.runtime.rmi.RemoteProActiveRuntime.class.getMethod("getVNName", new java.lang.Class [] {java.lang.String .class}); 67 $method_getVirtualNode_20 = org.objectweb.proactive.core.runtime.rmi.RemoteProActiveRuntime.class.getMethod("getVirtualNode", new java.lang.Class [] {java.lang.String .class}); 68 $method_killAllNodes_21 = org.objectweb.proactive.core.runtime.rmi.RemoteProActiveRuntime.class.getMethod("killAllNodes", new java.lang.Class [] {}); 69 $method_killNode_22 = org.objectweb.proactive.core.runtime.rmi.RemoteProActiveRuntime.class.getMethod("killNode", new java.lang.Class [] {java.lang.String .class}); 70 $method_killRT_23 = org.objectweb.proactive.core.runtime.rmi.RemoteProActiveRuntime.class.getMethod("killRT", new java.lang.Class [] {boolean.class}); 71 $method_receiveBody_24 = org.objectweb.proactive.core.runtime.rmi.RemoteProActiveRuntime.class.getMethod("receiveBody", new java.lang.Class [] {java.lang.String .class, org.objectweb.proactive.Body.class}); 72 $method_register_25 = org.objectweb.proactive.core.runtime.rmi.RemoteProActiveRuntime.class.getMethod("register", new java.lang.Class [] {org.objectweb.proactive.core.runtime.ProActiveRuntime.class, java.lang.String .class, java.lang.String .class, java.lang.String .class, java.lang.String .class}); 73 $method_registerVirtualNode_26 = org.objectweb.proactive.core.runtime.rmi.RemoteProActiveRuntime.class.getMethod("registerVirtualNode", new java.lang.Class [] {java.lang.String .class, boolean.class}); 74 $method_setDefaultNodeVirtualNodeNAme_27 = org.objectweb.proactive.core.runtime.rmi.RemoteProActiveRuntime.class.getMethod("setDefaultNodeVirtualNodeNAme", new java.lang.Class [] {java.lang.String .class}); 75 $method_setProActiveSecurityManager_28 = org.objectweb.proactive.core.runtime.rmi.RemoteProActiveRuntime.class.getMethod("setProActiveSecurityManager", new java.lang.Class [] {org.objectweb.proactive.ext.security.ProActiveSecurityManager.class}); 76 $method_unregisterAllVirtualNodes_29 = org.objectweb.proactive.core.runtime.rmi.RemoteProActiveRuntime.class.getMethod("unregisterAllVirtualNodes", new java.lang.Class [] {}); 77 $method_unregisterVirtualNode_30 = org.objectweb.proactive.core.runtime.rmi.RemoteProActiveRuntime.class.getMethod("unregisterVirtualNode", new java.lang.Class [] {java.lang.String .class}); 78 $method_updateLocalNodeVirtualName_31 = org.objectweb.proactive.core.runtime.rmi.RemoteProActiveRuntime.class.getMethod("updateLocalNodeVirtualName", new java.lang.Class [] {}); 79 } catch (java.lang.NoSuchMethodException e) { 80 throw new java.lang.NoSuchMethodError ( 81 "stub class initialization failed"); 82 } 83 } 84 85 public RemoteProActiveRuntimeImpl_Stub(java.rmi.server.RemoteRef ref) { 87 super(ref); 88 } 89 90 92 public org.objectweb.proactive.core.body.UniversalBody createBody(java.lang.String $param_String_1, org.objectweb.proactive.core.mop.ConstructorCall $param_ConstructorCall_2, boolean $param_boolean_3) 94 throws java.lang.reflect.InvocationTargetException , java.rmi.RemoteException , org.objectweb.proactive.core.mop.ConstructorCallExecutionFailedException 95 { 96 try { 97 Object $result = ref.invoke(this, $method_createBody_0, new java.lang.Object [] {$param_String_1, $param_ConstructorCall_2, new java.lang.Boolean ($param_boolean_3)}, 1819348992016836063L); 98 return ((org.objectweb.proactive.core.body.UniversalBody) $result); 99 } catch (java.lang.RuntimeException e) { 100 throw e; 101 } catch (java.rmi.RemoteException e) { 102 throw e; 103 } catch (java.lang.reflect.InvocationTargetException e) { 104 throw e; 105 } catch (org.objectweb.proactive.core.mop.ConstructorCallExecutionFailedException e) { 106 throw e; 107 } catch (java.lang.Exception e) { 108 throw new java.rmi.UnexpectedException ("undeclared checked exception", e); 109 } 110 } 111 112 public java.lang.String createLocalNode(java.lang.String $param_String_1, boolean $param_boolean_2, org.objectweb.proactive.ext.security.PolicyServer $param_PolicyServer_3, java.lang.String $param_String_4, java.lang.String $param_String_5) 114 throws java.rmi.RemoteException , org.objectweb.proactive.core.node.NodeException 115 { 116 try { 117 Object $result = ref.invoke(this, $method_createLocalNode_1, new java.lang.Object [] {$param_String_1, new java.lang.Boolean ($param_boolean_2), $param_PolicyServer_3, $param_String_4, $param_String_5}, 1456383395264507947L); 118 return ((java.lang.String ) $result); 119 } catch (java.lang.RuntimeException e) { 120 throw e; 121 } catch (java.rmi.RemoteException e) { 122 throw e; 123 } catch (org.objectweb.proactive.core.node.NodeException e) { 124 throw e; 125 } catch (java.lang.Exception e) { 126 throw new java.rmi.UnexpectedException ("undeclared checked exception", e); 127 } 128 } 129 130 public void createVM(org.objectweb.proactive.core.process.UniversalProcess $param_UniversalProcess_1) 132 throws java.io.IOException , java.rmi.RemoteException 133 { 134 try { 135 ref.invoke(this, $method_createVM_2, new java.lang.Object [] {$param_UniversalProcess_1}, 6922416653851965750L); 136 } catch (java.lang.RuntimeException e) { 137 throw e; 138 } catch (java.io.IOException e) { 139 throw e; 140 } catch (java.lang.Exception e) { 141 throw new java.rmi.UnexpectedException ("undeclared checked exception", e); 142 } 143 } 144 145 public void enableSecurityIfNeeded() 147 throws java.rmi.RemoteException 148 { 149 try { 150 ref.invoke(this, $method_enableSecurityIfNeeded_3, null, -2981142303536598467L); 151 } catch (java.lang.RuntimeException e) { 152 throw e; 153 } catch (java.rmi.RemoteException e) { 154 throw e; 155 } catch (java.lang.Exception e) { 156 throw new java.rmi.UnexpectedException ("undeclared checked exception", e); 157 } 158 } 159 160 public java.util.ArrayList getActiveObjects(java.lang.String $param_String_1) 162 throws java.rmi.RemoteException 163 { 164 try { 165 Object $result = ref.invoke(this, $method_getActiveObjects_4, new java.lang.Object [] {$param_String_1}, -7107787752513172862L); 166 return ((java.util.ArrayList ) $result); 167 } catch (java.lang.RuntimeException e) { 168 throw e; 169 } catch (java.rmi.RemoteException e) { 170 throw e; 171 } catch (java.lang.Exception e) { 172 throw new java.rmi.UnexpectedException ("undeclared checked exception", e); 173 } 174 } 175 176 public java.util.ArrayList getActiveObjects(java.lang.String $param_String_1, java.lang.String $param_String_2) 178 throws java.rmi.RemoteException 179 { 180 try { 181 Object $result = ref.invoke(this, $method_getActiveObjects_5, new java.lang.Object [] {$param_String_1, $param_String_2}, 6471244413048580047L); 182 return ((java.util.ArrayList ) $result); 183 } catch (java.lang.RuntimeException e) { 184 throw e; 185 } catch (java.rmi.RemoteException e) { 186 throw e; 187 } catch (java.lang.Exception e) { 188 throw new java.rmi.UnexpectedException ("undeclared checked exception", e); 189 } 190 } 191 192 public java.security.cert.X509Certificate getCreatorCertificate() 194 throws java.rmi.RemoteException 195 { 196 try { 197 Object $result = ref.invoke(this, $method_getCreatorCertificate_6, null, -8318827520865829769L); 198 return ((java.security.cert.X509Certificate ) $result); 199 } catch (java.lang.RuntimeException e) { 200 throw e; 201 } catch (java.rmi.RemoteException e) { 202 throw e; 203 } catch (java.lang.Exception e) { 204 throw new java.rmi.UnexpectedException ("undeclared checked exception", e); 205 } 206 } 207 208 public java.util.ArrayList getEntities() 210 throws java.rmi.RemoteException 211 { 212 try { 213 Object $result = ref.invoke(this, $method_getEntities_7, null, -2337364679294098933L); 214 return ((java.util.ArrayList ) $result); 215 } catch (java.lang.RuntimeException e) { 216 throw e; 217 } catch (java.rmi.RemoteException e) { 218 throw e; 219 } catch (java.lang.Exception e) { 220 throw new java.rmi.UnexpectedException ("undeclared checked exception", e); 221 } 222 } 223 224 public java.util.ArrayList getEntities(java.lang.String $param_String_1) 226 throws java.rmi.RemoteException 227 { 228 try { 229 Object $result = ref.invoke(this, $method_getEntities_8, new java.lang.Object [] {$param_String_1}, -659040738531716129L); 230 return ((java.util.ArrayList ) $result); 231 } catch (java.lang.RuntimeException e) { 232 throw e; 233 } catch (java.rmi.RemoteException e) { 234 throw e; 235 } catch (java.lang.Exception e) { 236 throw new java.rmi.UnexpectedException ("undeclared checked exception", e); 237 } 238 } 239 240 public java.util.ArrayList getEntities(org.objectweb.proactive.core.body.UniversalBody $param_UniversalBody_1) 242 throws java.rmi.RemoteException 243 { 244 try { 245 Object $result = ref.invoke(this, $method_getEntities_9, new java.lang.Object [] {$param_UniversalBody_1}, 6239978367489949845L); 246 return ((java.util.ArrayList ) $result); 247 } catch (java.lang.RuntimeException e) { 248 throw e; 249 } catch (java.rmi.RemoteException e) { 250 throw e; 251 } catch (java.lang.Exception e) { 252 throw new java.rmi.UnexpectedException ("undeclared checked exception", e); 253 } 254 } 255 256 public java.lang.String getJobID(java.lang.String $param_String_1) 258 throws java.rmi.RemoteException 259 { 260 try { 261 Object $result = ref.invoke(this, $method_getJobID_10, new java.lang.Object [] {$param_String_1}, 2386922996311603139L); 262 return ((java.lang.String ) $result); 263 } catch (java.lang.RuntimeException e) { 264 throw e; 265 } catch (java.rmi.RemoteException e) { 266 throw e; 267 } catch (java.lang.Exception e) { 268 throw new java.rmi.UnexpectedException ("undeclared checked exception", e); 269 } 270 } 271 272 public java.lang.String [] getLocalNodeNames() 274 throws java.rmi.RemoteException 275 { 276 try { 277 Object $result = ref.invoke(this, $method_getLocalNodeNames_11, null, -9081287807683247214L); 278 return ((java.lang.String []) $result); 279 } catch (java.lang.RuntimeException e) { 280 throw e; 281 } catch (java.rmi.RemoteException e) { 282 throw e; 283 } catch (java.lang.Exception e) { 284 throw new java.rmi.UnexpectedException ("undeclared checked exception", e); 285 } 286 } 287 288 public java.security.cert.X509Certificate getNodeCertificate(java.lang.String $param_String_1) 290 throws java.rmi.RemoteException 291 { 292 try { 293 Object $result = ref.invoke(this, $method_getNodeCertificate_12, new java.lang.Object [] {$param_String_1}, 6610681895628177476L); 294 return ((java.security.cert.X509Certificate ) $result); 295 } catch (java.lang.RuntimeException e) { 296 throw e; 297 } catch (java.rmi.RemoteException e) { 298 throw e; 299 } catch (java.lang.Exception e) { 300 throw new java.rmi.UnexpectedException ("undeclared checked exception", e); 301 } 302 } 303 304 public org.objectweb.proactive.ext.security.PolicyServer getNodePolicyServer(java.lang.String $param_String_1) 306 throws java.rmi.RemoteException 307 { 308 try { 309 Object $result = ref.invoke(this, $method_getNodePolicyServer_13, new java.lang.Object [] {$param_String_1}, 2030977945652374406L); 310 return ((org.objectweb.proactive.ext.security.PolicyServer) $result); 311 } catch (java.lang.RuntimeException e) { 312 throw e; 313 } catch (java.rmi.RemoteException e) { 314 throw e; 315 } catch (java.lang.Exception e) { 316 throw new java.rmi.UnexpectedException ("undeclared checked exception", e); 317 } 318 } 319 320 public org.objectweb.proactive.ext.security.PolicyServer getPolicyServer() 322 throws java.rmi.RemoteException 323 { 324 try { 325 Object $result = ref.invoke(this, $method_getPolicyServer_14, null, 1342135579931802681L); 326 return ((org.objectweb.proactive.ext.security.PolicyServer) $result); 327 } catch (java.lang.RuntimeException e) { 328 throw e; 329 } catch (java.rmi.RemoteException e) { 330 throw e; 331 } catch (java.lang.Exception e) { 332 throw new java.rmi.UnexpectedException ("undeclared checked exception", e); 333 } 334 } 335 336 public org.objectweb.proactive.core.runtime.ProActiveRuntime getProActiveRuntime(java.lang.String $param_String_1) 338 throws java.rmi.RemoteException 339 { 340 try { 341 Object $result = ref.invoke(this, $method_getProActiveRuntime_15, new java.lang.Object [] {$param_String_1}, -3241931605399092996L); 342 return ((org.objectweb.proactive.core.runtime.ProActiveRuntime) $result); 343 } catch (java.lang.RuntimeException e) { 344 throw e; 345 } catch (java.rmi.RemoteException e) { 346 throw e; 347 } catch (java.lang.Exception e) { 348 throw new java.rmi.UnexpectedException ("undeclared checked exception", e); 349 } 350 } 351 352 public org.objectweb.proactive.core.runtime.ProActiveRuntime[] getProActiveRuntimes() 354 throws java.rmi.RemoteException 355 { 356 try { 357 Object $result = ref.invoke(this, $method_getProActiveRuntimes_16, null, 1099264566065403916L); 358 return ((org.objectweb.proactive.core.runtime.ProActiveRuntime[]) $result); 359 } catch (java.lang.RuntimeException e) { 360 throw e; 361 } catch (java.rmi.RemoteException e) { 362 throw e; 363 } catch (java.lang.Exception e) { 364 throw new java.rmi.UnexpectedException ("undeclared checked exception", e); 365 } 366 } 367 368 public java.lang.String getURL() 370 throws java.rmi.RemoteException 371 { 372 try { 373 Object $result = ref.invoke(this, $method_getURL_17, null, -1842225981409839707L); 374 return ((java.lang.String ) $result); 375 } catch (java.lang.RuntimeException e) { 376 throw e; 377 } catch (java.rmi.RemoteException e) { 378 throw e; 379 } catch (java.lang.Exception e) { 380 throw new java.rmi.UnexpectedException ("undeclared checked exception", e); 381 } 382 } 383 384 public org.objectweb.proactive.core.runtime.VMInformation getVMInformation() 386 throws java.rmi.RemoteException 387 { 388 try { 389 Object $result = ref.invoke(this, $method_getVMInformation_18, null, -7805727532643280579L); 390 return ((org.objectweb.proactive.core.runtime.VMInformation) $result); 391 } catch (java.lang.RuntimeException e) { 392 throw e; 393 } catch (java.rmi.RemoteException e) { 394 throw e; 395 } catch (java.lang.Exception e) { 396 throw new java.rmi.UnexpectedException ("undeclared checked exception", e); 397 } 398 } 399 400 public java.lang.String getVNName(java.lang.String $param_String_1) 402 throws java.rmi.RemoteException 403 { 404 try { 405 Object $result = ref.invoke(this, $method_getVNName_19, new java.lang.Object [] {$param_String_1}, 4073119035192360804L); 406 return ((java.lang.String ) $result); 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 org.objectweb.proactive.core.descriptor.data.VirtualNode getVirtualNode(java.lang.String $param_String_1) 418 throws java.rmi.RemoteException 419 { 420 try { 421 Object $result = ref.invoke(this, $method_getVirtualNode_20, new java.lang.Object [] {$param_String_1}, -5496593200789915044L); 422 return ((org.objectweb.proactive.core.descriptor.data.VirtualNode) $result); 423 } catch (java.lang.RuntimeException e) { 424 throw e; 425 } catch (java.rmi.RemoteException e) { 426 throw e; 427 } catch (java.lang.Exception e) { 428 throw new java.rmi.UnexpectedException ("undeclared checked exception", e); 429 } 430 } 431 432 public void killAllNodes() 434 throws java.rmi.RemoteException 435 { 436 try { 437 ref.invoke(this, $method_killAllNodes_21, null, -7422506450685703231L); 438 } catch (java.lang.RuntimeException e) { 439 throw e; 440 } catch (java.rmi.RemoteException e) { 441 throw e; 442 } catch (java.lang.Exception e) { 443 throw new java.rmi.UnexpectedException ("undeclared checked exception", e); 444 } 445 } 446 447 public void killNode(java.lang.String $param_String_1) 449 throws java.rmi.RemoteException 450 { 451 try { 452 ref.invoke(this, $method_killNode_22, new java.lang.Object [] {$param_String_1}, -8480484715116985694L); 453 } catch (java.lang.RuntimeException e) { 454 throw e; 455 } catch (java.rmi.RemoteException e) { 456 throw e; 457 } catch (java.lang.Exception e) { 458 throw new java.rmi.UnexpectedException ("undeclared checked exception", e); 459 } 460 } 461 462 public void killRT(boolean $param_boolean_1) 464 throws java.rmi.RemoteException 465 { 466 try { 467 ref.invoke(this, $method_killRT_23, new java.lang.Object [] {new java.lang.Boolean ($param_boolean_1)}, -3800551315464038724L); 468 } catch (java.lang.RuntimeException e) { 469 throw e; 470 } catch (java.rmi.RemoteException e) { 471 throw e; 472 } catch (java.lang.Exception e) { 473 throw new java.rmi.UnexpectedException ("undeclared checked exception", e); 474 } 475 } 476 477 public org.objectweb.proactive.core.body.UniversalBody receiveBody(java.lang.String $param_String_1, org.objectweb.proactive.Body $param_Body_2) 479 throws java.rmi.RemoteException 480 { 481 try { 482 Object $result = ref.invoke(this, $method_receiveBody_24, new java.lang.Object [] {$param_String_1, $param_Body_2}, 3644081094998349270L); 483 return ((org.objectweb.proactive.core.body.UniversalBody) $result); 484 } catch (java.lang.RuntimeException e) { 485 throw e; 486 } catch (java.rmi.RemoteException e) { 487 throw e; 488 } catch (java.lang.Exception e) { 489 throw new java.rmi.UnexpectedException ("undeclared checked exception", e); 490 } 491 } 492 493 public void register(org.objectweb.proactive.core.runtime.ProActiveRuntime $param_ProActiveRuntime_1, java.lang.String $param_String_2, java.lang.String $param_String_3, java.lang.String $param_String_4, java.lang.String $param_String_5) 495 throws java.rmi.RemoteException 496 { 497 try { 498 ref.invoke(this, $method_register_25, new java.lang.Object [] {$param_ProActiveRuntime_1, $param_String_2, $param_String_3, $param_String_4, $param_String_5}, 8058153062137171928L); 499 } catch (java.lang.RuntimeException e) { 500 throw e; 501 } catch (java.rmi.RemoteException e) { 502 throw e; 503 } catch (java.lang.Exception e) { 504 throw new java.rmi.UnexpectedException ("undeclared checked exception", e); 505 } 506 } 507 508 public void registerVirtualNode(java.lang.String $param_String_1, boolean $param_boolean_2) 510 throws java.rmi.RemoteException 511 { 512 try { 513 ref.invoke(this, $method_registerVirtualNode_26, new java.lang.Object [] {$param_String_1, new java.lang.Boolean ($param_boolean_2)}, -6553153287788975235L); 514 } catch (java.lang.RuntimeException e) { 515 throw e; 516 } catch (java.rmi.RemoteException e) { 517 throw e; 518 } catch (java.lang.Exception e) { 519 throw new java.rmi.UnexpectedException ("undeclared checked exception", e); 520 } 521 } 522 523 public void setDefaultNodeVirtualNodeNAme(java.lang.String $param_String_1) 525 throws java.rmi.RemoteException 526 { 527 try { 528 ref.invoke(this, $method_setDefaultNodeVirtualNodeNAme_27, new java.lang.Object [] {$param_String_1}, -3491952525327677723L); 529 } catch (java.lang.RuntimeException e) { 530 throw e; 531 } catch (java.rmi.RemoteException e) { 532 throw e; 533 } catch (java.lang.Exception e) { 534 throw new java.rmi.UnexpectedException ("undeclared checked exception", e); 535 } 536 } 537 538 public void setProActiveSecurityManager(org.objectweb.proactive.ext.security.ProActiveSecurityManager $param_ProActiveSecurityManager_1) 540 throws java.rmi.RemoteException 541 { 542 try { 543 ref.invoke(this, $method_setProActiveSecurityManager_28, new java.lang.Object [] {$param_ProActiveSecurityManager_1}, 2885703289445502503L); 544 } catch (java.lang.RuntimeException e) { 545 throw e; 546 } catch (java.rmi.RemoteException e) { 547 throw e; 548 } catch (java.lang.Exception e) { 549 throw new java.rmi.UnexpectedException ("undeclared checked exception", e); 550 } 551 } 552 553 public void unregisterAllVirtualNodes() 555 throws java.rmi.RemoteException 556 { 557 try { 558 ref.invoke(this, $method_unregisterAllVirtualNodes_29, null, -4293865790846268854L); 559 } catch (java.lang.RuntimeException e) { 560 throw e; 561 } catch (java.rmi.RemoteException e) { 562 throw e; 563 } catch (java.lang.Exception e) { 564 throw new java.rmi.UnexpectedException ("undeclared checked exception", e); 565 } 566 } 567 568 public void unregisterVirtualNode(java.lang.String $param_String_1) 570 throws java.rmi.RemoteException 571 { 572 try { 573 ref.invoke(this, $method_unregisterVirtualNode_30, new java.lang.Object [] {$param_String_1}, -9210673779084831916L); 574 } catch (java.lang.RuntimeException e) { 575 throw e; 576 } catch (java.rmi.RemoteException e) { 577 throw e; 578 } catch (java.lang.Exception e) { 579 throw new java.rmi.UnexpectedException ("undeclared checked exception", e); 580 } 581 } 582 583 public void updateLocalNodeVirtualName() 585 throws java.rmi.RemoteException 586 { 587 try { 588 ref.invoke(this, $method_updateLocalNodeVirtualName_31, null, -5951044663314725885L); 589 } catch (java.lang.RuntimeException e) { 590 throw e; 591 } catch (java.rmi.RemoteException e) { 592 throw e; 593 } catch (java.lang.Exception e) { 594 throw new java.rmi.UnexpectedException ("undeclared checked exception", e); 595 } 596 } 597 } 598 | Popular Tags |