Press n or j to go to the next uncovered block, b, p or k for the previous block.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 | 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 123x 123x 123x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x | // Copyright (c) ZeroC, Inc. // slice2js version 3.8.0-alpha.0 // <auto-generated>Generated from Slice file 'Admin.ice'.</auto-generated> /* eslint-disable */ /* jshint ignore: start */ import * as Ice_DefaultSliceLoader from "../Ice/DefaultSliceLoader.js"; import * as Ice_EnumBase from "../Ice/EnumBase.js"; import * as Ice_HashMap from "../Ice/HashMap.js"; import * as Ice_HashUtil from "../Ice/HashUtil.js"; import * as Ice_Object from "../Ice/Object.js"; import * as Ice_ObjectPrx from "../Ice/ObjectPrx.js"; import * as Ice_Operation from "../Ice/Operation.js"; import * as Ice_StreamHelpers from "../Ice/StreamHelpers.js"; import * as Ice_Struct from "../Ice/Struct.js"; import * as Ice_TypeRegistry from "../Ice/TypeRegistry.js"; import * as Ice_Value from "../Ice/Value.js"; const Ice = { ...Ice_DefaultSliceLoader, ...Ice_EnumBase, ...Ice_HashMap, ...Ice_HashUtil, ...Ice_Object, ...Ice_ObjectPrx, ...Ice_Operation, ...Ice_StreamHelpers, ...Ice_Struct, ...Ice_TypeRegistry, ...Ice_Value, }; import { Glacier2 as Glacier2____Glacier2_Session, } from "../Glacier2/Session.js" import { IceGrid as IceGrid___Descriptor, } from "./Descriptor.js" import { IceGrid as IceGrid___Exception, } from "./Exception.js" const Glacier2 = { ...Glacier2____Glacier2_Session, }; const IceGrid = { ...IceGrid___Descriptor, ...IceGrid___Exception, }; export { IceGrid }; /** * Represents the state of a server. */ IceGrid.ServerState = Ice.defineEnum([ ['Inactive', 0], ['Activating', 1], ['ActivationTimedOut', 2], ['Active', 3], ['Deactivating', 4], ['Destroying', 5], ['Destroyed', 6]]); [IceGrid.StringObjectProxyDict, IceGrid.StringObjectProxyDictHelper] = Ice.defineDictionary(Ice.StringHelper, Ice.ObjectPrx, false, undefined); /** * Information about an Ice well-known object. */ IceGrid.ObjectInfo = class { constructor(proxy = null, type = "") { this.proxy = proxy; this.type = type; } _write(ostr) { ostr.writeProxy(this.proxy); ostr.writeString(this.type); } _read(istr) { this.proxy = istr.readProxy(); this.type = istr.readString(); } static get minWireSize() { return 3; } }; Ice.defineStruct(IceGrid.ObjectInfo, false, true); IceGrid.ObjectInfoSeqHelper = Ice.StreamHelpers.generateSeqHelper(IceGrid.ObjectInfo, false); /** * Information about an adapter registered with the IceGrid registry. */ IceGrid.AdapterInfo = class { constructor(id = "", proxy = null, replicaGroupId = "") { this.id = id; this.proxy = proxy; this.replicaGroupId = replicaGroupId; } _write(ostr) { ostr.writeString(this.id); ostr.writeProxy(this.proxy); ostr.writeString(this.replicaGroupId); } _read(istr) { this.id = istr.readString(); this.proxy = istr.readProxy(); this.replicaGroupId = istr.readString(); } static get minWireSize() { return 4; } }; Ice.defineStruct(IceGrid.AdapterInfo, false, true); IceGrid.AdapterInfoSeqHelper = Ice.StreamHelpers.generateSeqHelper(IceGrid.AdapterInfo, false); /** * Information about a server managed by an IceGrid node. */ IceGrid.ServerInfo = class { constructor(application = "", uuid = "", revision = 0, node = "", descriptor = null, sessionId = "") { this.application = application; this.uuid = uuid; this.revision = revision; this.node = node; this.descriptor = descriptor; this.sessionId = sessionId; } _write(ostr) { ostr.writeString(this.application); ostr.writeString(this.uuid); ostr.writeInt(this.revision); ostr.writeString(this.node); ostr.writeValue(this.descriptor); ostr.writeString(this.sessionId); } _read(istr) { this.application = istr.readString(); this.uuid = istr.readString(); this.revision = istr.readInt(); this.node = istr.readString(); istr.readValue(obj => this.descriptor = obj, Ice.TypeRegistry.getValueType("IceGrid.ServerDescriptor")); this.sessionId = istr.readString(); } static get minWireSize() { return 9; } }; Ice.defineStruct(IceGrid.ServerInfo, false, true); /** * Information about an IceGrid node. */ IceGrid.NodeInfo = class { constructor(name = "", os = "", hostname = "", release = "", version = "", machine = "", nProcessors = 0, dataDir = "") { this.name = name; this.os = os; this.hostname = hostname; this.release = release; this.version = version; this.machine = machine; this.nProcessors = nProcessors; this.dataDir = dataDir; } _write(ostr) { ostr.writeString(this.name); ostr.writeString(this.os); ostr.writeString(this.hostname); ostr.writeString(this.release); ostr.writeString(this.version); ostr.writeString(this.machine); ostr.writeInt(this.nProcessors); ostr.writeString(this.dataDir); } _read(istr) { this.name = istr.readString(); this.os = istr.readString(); this.hostname = istr.readString(); this.release = istr.readString(); this.version = istr.readString(); this.machine = istr.readString(); this.nProcessors = istr.readInt(); this.dataDir = istr.readString(); } static get minWireSize() { return 11; } }; Ice.defineStruct(IceGrid.NodeInfo, true, true); /** * Information about an IceGrid registry replica. */ IceGrid.RegistryInfo = class { constructor(name = "", hostname = "") { this.name = name; this.hostname = hostname; } _write(ostr) { ostr.writeString(this.name); ostr.writeString(this.hostname); } _read(istr) { this.name = istr.readString(); this.hostname = istr.readString(); } static get minWireSize() { return 2; } }; Ice.defineStruct(IceGrid.RegistryInfo, true, true); IceGrid.RegistryInfoSeqHelper = Ice.StreamHelpers.generateSeqHelper(IceGrid.RegistryInfo, false); /** * Information about the load of a node. */ IceGrid.LoadInfo = class { constructor(avg1 = 0.0, avg5 = 0.0, avg15 = 0.0) { this.avg1 = avg1; this.avg5 = avg5; this.avg15 = avg15; } _write(ostr) { ostr.writeFloat(this.avg1); ostr.writeFloat(this.avg5); ostr.writeFloat(this.avg15); } _read(istr) { this.avg1 = istr.readFloat(); this.avg5 = istr.readFloat(); this.avg15 = istr.readFloat(); } static get minWireSize() { return 12; } }; Ice.defineStruct(IceGrid.LoadInfo, false, false); /** * Information about an IceGrid application. */ IceGrid.ApplicationInfo = class { constructor(uuid = "", createTime = 0n, createUser = "", updateTime = 0n, updateUser = "", revision = 0, descriptor = new IceGrid.ApplicationDescriptor()) { this.uuid = uuid; this.createTime = createTime; this.createUser = createUser; this.updateTime = updateTime; this.updateUser = updateUser; this.revision = revision; this.descriptor = descriptor; } _write(ostr) { ostr.writeString(this.uuid); ostr.writeLong(this.createTime); ostr.writeString(this.createUser); ostr.writeLong(this.updateTime); ostr.writeString(this.updateUser); ostr.writeInt(this.revision); IceGrid.ApplicationDescriptor.write(ostr, this.descriptor); } _read(istr) { this.uuid = istr.readString(); this.createTime = istr.readLong(); this.createUser = istr.readString(); this.updateTime = istr.readLong(); this.updateUser = istr.readString(); this.revision = istr.readInt(); this.descriptor = IceGrid.ApplicationDescriptor.read(istr, this.descriptor); } static get minWireSize() { return 33; } }; Ice.defineStruct(IceGrid.ApplicationInfo, false, true); IceGrid.ApplicationInfoSeqHelper = Ice.StreamHelpers.generateSeqHelper(IceGrid.ApplicationInfo, false); /** * Information about updates to an IceGrid application. */ IceGrid.ApplicationUpdateInfo = class { constructor(updateTime = 0n, updateUser = "", revision = 0, descriptor = new IceGrid.ApplicationUpdateDescriptor()) { this.updateTime = updateTime; this.updateUser = updateUser; this.revision = revision; this.descriptor = descriptor; } _write(ostr) { ostr.writeLong(this.updateTime); ostr.writeString(this.updateUser); ostr.writeInt(this.revision); IceGrid.ApplicationUpdateDescriptor.write(ostr, this.descriptor); } _read(istr) { this.updateTime = istr.readLong(); this.updateUser = istr.readString(); this.revision = istr.readInt(); this.descriptor = IceGrid.ApplicationUpdateDescriptor.read(istr, this.descriptor); } static get minWireSize() { return 28; } }; Ice.defineStruct(IceGrid.ApplicationUpdateInfo, false, true); const iceC_IceGrid_Admin_ids = [ "::Ice::Object", "::IceGrid::Admin" ]; /** * Provides administrative access to an IceGrid deployment. */ IceGrid.Admin = class extends Ice.Object {}; /** * Provides administrative access to an IceGrid deployment. */ IceGrid.AdminPrx = class extends Ice.ObjectPrx {}; Ice.TypeRegistry.declareProxyType("IceGrid.AdminPrx", IceGrid.AdminPrx); Ice.defineOperations( IceGrid.Admin, IceGrid.AdminPrx, iceC_IceGrid_Admin_ids, "::IceGrid::Admin", { "addApplication": [, 0, , , [[IceGrid.ApplicationDescriptor]], , [ IceGrid.AccessDeniedException, IceGrid.DeploymentException ], true, ], "syncApplication": [, 0, , , [[IceGrid.ApplicationDescriptor]], , [ IceGrid.AccessDeniedException, IceGrid.DeploymentException, IceGrid.ApplicationNotExistException ], true, ], "updateApplication": [, 0, , , [[IceGrid.ApplicationUpdateDescriptor]], , [ IceGrid.AccessDeniedException, IceGrid.DeploymentException, IceGrid.ApplicationNotExistException ], true, ], "syncApplicationWithoutRestart": [, 0, , , [[IceGrid.ApplicationDescriptor]], , [ IceGrid.AccessDeniedException, IceGrid.DeploymentException, IceGrid.ApplicationNotExistException ], true, ], "updateApplicationWithoutRestart": [, 0, , , [[IceGrid.ApplicationUpdateDescriptor]], , [ IceGrid.AccessDeniedException, IceGrid.DeploymentException, IceGrid.ApplicationNotExistException ], true, ], "removeApplication": [, 0, , , [[7]], , [ IceGrid.AccessDeniedException, IceGrid.DeploymentException, IceGrid.ApplicationNotExistException ], , ], "instantiateServer": [, 0, , , [[7], [7], [IceGrid.ServerInstanceDescriptor]], , [ IceGrid.AccessDeniedException, IceGrid.ApplicationNotExistException, IceGrid.DeploymentException ], , ], "getApplicationInfo": [, 2, , [IceGrid.ApplicationInfo], [[7]], , [ IceGrid.ApplicationNotExistException ], , true], "getDefaultApplicationDescriptor": [, 2, , [IceGrid.ApplicationDescriptor], , , [ IceGrid.DeploymentException ], , true], "getAllApplicationNames": [, 2, , [Ice.StringSeqHelper], , , , , ], "getServerInfo": [, 2, , [IceGrid.ServerInfo], [[7]], , [ IceGrid.ServerNotExistException ], , true], "getServerState": [, 2, , [IceGrid.ServerState._helper], [[7]], , [ IceGrid.ServerNotExistException, IceGrid.NodeUnreachableException, IceGrid.DeploymentException ], , ], "getServerPid": [, 2, , [3], [[7]], , [ IceGrid.ServerNotExistException, IceGrid.NodeUnreachableException, IceGrid.DeploymentException ], , ], "getServerAdminCategory": [, 2, , [7], , , , , ], "getServerAdmin": [, 2, , [8], [[7]], , [ IceGrid.ServerNotExistException, IceGrid.NodeUnreachableException, IceGrid.DeploymentException ], , ], "enableServer": [, 2, , , [[7], [1]], , [ IceGrid.ServerNotExistException, IceGrid.NodeUnreachableException, IceGrid.DeploymentException ], , ], "isServerEnabled": [, 2, , [1], [[7]], , [ IceGrid.ServerNotExistException, IceGrid.NodeUnreachableException, IceGrid.DeploymentException ], , ], "startServer": [, 0, , , [[7]], , [ IceGrid.ServerNotExistException, IceGrid.ServerStartException, IceGrid.NodeUnreachableException, IceGrid.DeploymentException ], , ], "stopServer": [, 0, , , [[7]], , [ IceGrid.ServerNotExistException, IceGrid.ServerStopException, IceGrid.NodeUnreachableException, IceGrid.DeploymentException ], , ], "sendSignal": [, 0, , , [[7], [7]], , [ IceGrid.ServerNotExistException, IceGrid.NodeUnreachableException, IceGrid.DeploymentException, IceGrid.BadSignalException ], , ], "getAllServerIds": [, 2, , [Ice.StringSeqHelper], , , , , ], "getAdapterInfo": [, 2, , [IceGrid.AdapterInfoSeqHelper], [[7]], , [ IceGrid.AdapterNotExistException ], , ], "removeAdapter": [, 0, , , [[7]], , [ IceGrid.AdapterNotExistException, IceGrid.DeploymentException ], , ], "getAllAdapterIds": [, 2, , [Ice.StringSeqHelper], , , , , ], "addObject": [, 0, , , [[8]], , [ IceGrid.ObjectExistsException, IceGrid.DeploymentException ], , ], "updateObject": [, 0, , , [[8]], , [ IceGrid.ObjectNotRegisteredException, IceGrid.DeploymentException ], , ], "addObjectWithType": [, 0, , , [[8], [7]], , [ IceGrid.ObjectExistsException, IceGrid.DeploymentException ], , ], "removeObject": [, 0, , , [[Ice.Identity]], , [ IceGrid.ObjectNotRegisteredException, IceGrid.DeploymentException ], , ], "getObjectInfo": [, 2, , [IceGrid.ObjectInfo], [[Ice.Identity]], , [ IceGrid.ObjectNotRegisteredException ], , ], "getObjectInfosByType": [, 2, , [IceGrid.ObjectInfoSeqHelper], [[7]], , , , ], "getAllObjectInfos": [, 2, , [IceGrid.ObjectInfoSeqHelper], [[7]], , , , ], "pingNode": [, 2, , [1], [[7]], , [ IceGrid.NodeNotExistException ], , ], "getNodeLoad": [, 2, , [IceGrid.LoadInfo], [[7]], , [ IceGrid.NodeNotExistException, IceGrid.NodeUnreachableException ], , ], "getNodeInfo": [, 2, , [IceGrid.NodeInfo], [[7]], , [ IceGrid.NodeNotExistException, IceGrid.NodeUnreachableException ], , ], "getNodeAdmin": [, 2, , [8], [[7]], , [ IceGrid.NodeNotExistException, IceGrid.NodeUnreachableException ], , ], "getNodeProcessorSocketCount": [, 2, , [3], [[7]], , [ IceGrid.NodeNotExistException, IceGrid.NodeUnreachableException ], , ], "shutdownNode": [, 0, , , [[7]], , [ IceGrid.NodeNotExistException, IceGrid.NodeUnreachableException ], , ], "getNodeHostname": [, 2, , [7], [[7]], , [ IceGrid.NodeNotExistException, IceGrid.NodeUnreachableException ], , ], "getAllNodeNames": [, 2, , [Ice.StringSeqHelper], , , , , ], "pingRegistry": [, 2, , [1], [[7]], , [ IceGrid.RegistryNotExistException ], , ], "getRegistryInfo": [, 2, , [IceGrid.RegistryInfo], [[7]], , [ IceGrid.RegistryNotExistException, IceGrid.RegistryUnreachableException ], , ], "getRegistryAdmin": [, 2, , [8], [[7]], , [ IceGrid.RegistryNotExistException ], , ], "shutdownRegistry": [, 2, , , [[7]], , [ IceGrid.RegistryNotExistException, IceGrid.RegistryUnreachableException ], , ], "getAllRegistryNames": [, 2, , [Ice.StringSeqHelper], , , , , ], "shutdown": [, 0, , , , , , , ] }); const iceC_IceGrid_FileIterator_ids = [ "::Ice::Object", "::IceGrid::FileIterator" ]; /** * Iterates over an IceGrid log file. */ IceGrid.FileIterator = class extends Ice.Object {}; /** * Iterates over an IceGrid log file. */ IceGrid.FileIteratorPrx = class extends Ice.ObjectPrx {}; Ice.TypeRegistry.declareProxyType("IceGrid.FileIteratorPrx", IceGrid.FileIteratorPrx); Ice.defineOperations( IceGrid.FileIterator, IceGrid.FileIteratorPrx, iceC_IceGrid_FileIterator_ids, "::IceGrid::FileIterator", { "read": [, 0, , [1], [[3]], [[Ice.StringSeqHelper]], [ IceGrid.FileNotAvailableException ], , ], "destroy": [, 0, , , , , , , ] }); /** * Dynamic information about the state of a server. */ IceGrid.ServerDynamicInfo = class { constructor(id = "", state = IceGrid.ServerState.Inactive, pid = 0, enabled = false) { this.id = id; this.state = state; this.pid = pid; this.enabled = enabled; } _write(ostr) { ostr.writeString(this.id); IceGrid.ServerState._write(ostr, this.state); ostr.writeInt(this.pid); ostr.writeBool(this.enabled); } _read(istr) { this.id = istr.readString(); this.state = IceGrid.ServerState._read(istr); this.pid = istr.readInt(); this.enabled = istr.readBool(); } static get minWireSize() { return 7; } }; Ice.defineStruct(IceGrid.ServerDynamicInfo, true, true); IceGrid.ServerDynamicInfoSeqHelper = Ice.StreamHelpers.generateSeqHelper(IceGrid.ServerDynamicInfo, false); /** * Dynamic information about the state of an adapter. */ IceGrid.AdapterDynamicInfo = class { constructor(id = "", proxy = null) { this.id = id; this.proxy = proxy; } _write(ostr) { ostr.writeString(this.id); ostr.writeProxy(this.proxy); } _read(istr) { this.id = istr.readString(); this.proxy = istr.readProxy(); } static get minWireSize() { return 3; } }; Ice.defineStruct(IceGrid.AdapterDynamicInfo, false, true); IceGrid.AdapterDynamicInfoSeqHelper = Ice.StreamHelpers.generateSeqHelper(IceGrid.AdapterDynamicInfo, false); /** * Dynamic information about the state of a node. */ IceGrid.NodeDynamicInfo = class { constructor(info = new IceGrid.NodeInfo(), servers = null, adapters = null) { this.info = info; this.servers = servers; this.adapters = adapters; } _write(ostr) { IceGrid.NodeInfo.write(ostr, this.info); IceGrid.ServerDynamicInfoSeqHelper.write(ostr, this.servers); IceGrid.AdapterDynamicInfoSeqHelper.write(ostr, this.adapters); } _read(istr) { this.info = IceGrid.NodeInfo.read(istr, this.info); this.servers = IceGrid.ServerDynamicInfoSeqHelper.read(istr); this.adapters = IceGrid.AdapterDynamicInfoSeqHelper.read(istr); } static get minWireSize() { return 13; } }; Ice.defineStruct(IceGrid.NodeDynamicInfo, false, true); const iceC_IceGrid_RegistryObserver_ids = [ "::Ice::Object", "::IceGrid::RegistryObserver" ]; /** * Monitors changes to the state of the registries. */ IceGrid.RegistryObserver = class extends Ice.Object {}; /** * Monitors changes to the state of the registries. */ IceGrid.RegistryObserverPrx = class extends Ice.ObjectPrx {}; Ice.TypeRegistry.declareProxyType("IceGrid.RegistryObserverPrx", IceGrid.RegistryObserverPrx); Ice.defineOperations( IceGrid.RegistryObserver, IceGrid.RegistryObserverPrx, iceC_IceGrid_RegistryObserver_ids, "::IceGrid::RegistryObserver", { "registryInit": [, 0, , , [[IceGrid.RegistryInfoSeqHelper]], , , , ], "registryUp": [, 0, , , [[IceGrid.RegistryInfo]], , , , ], "registryDown": [, 0, , , [[7]], , , , ] }); IceGrid.NodeDynamicInfoSeqHelper = Ice.StreamHelpers.generateSeqHelper(IceGrid.NodeDynamicInfo, false); const iceC_IceGrid_NodeObserver_ids = [ "::Ice::Object", "::IceGrid::NodeObserver" ]; /** * Monitors changes to the state of the nodes. */ IceGrid.NodeObserver = class extends Ice.Object {}; /** * Monitors changes to the state of the nodes. */ IceGrid.NodeObserverPrx = class extends Ice.ObjectPrx {}; Ice.TypeRegistry.declareProxyType("IceGrid.NodeObserverPrx", IceGrid.NodeObserverPrx); Ice.defineOperations( IceGrid.NodeObserver, IceGrid.NodeObserverPrx, iceC_IceGrid_NodeObserver_ids, "::IceGrid::NodeObserver", { "nodeInit": [, 0, , , [[IceGrid.NodeDynamicInfoSeqHelper]], , , , ], "nodeUp": [, 0, , , [[IceGrid.NodeDynamicInfo]], , , , ], "nodeDown": [, 0, , , [[7]], , , , ], "updateServer": [, 0, , , [[7], [IceGrid.ServerDynamicInfo]], , , , ], "updateAdapter": [, 0, , , [[7], [IceGrid.AdapterDynamicInfo]], , , , ] }); const iceC_IceGrid_ApplicationObserver_ids = [ "::Ice::Object", "::IceGrid::ApplicationObserver" ]; /** * Monitors applications. */ IceGrid.ApplicationObserver = class extends Ice.Object {}; /** * Monitors applications. */ IceGrid.ApplicationObserverPrx = class extends Ice.ObjectPrx {}; Ice.TypeRegistry.declareProxyType("IceGrid.ApplicationObserverPrx", IceGrid.ApplicationObserverPrx); Ice.defineOperations( IceGrid.ApplicationObserver, IceGrid.ApplicationObserverPrx, iceC_IceGrid_ApplicationObserver_ids, "::IceGrid::ApplicationObserver", { "applicationInit": [, 0, , , [[3], [IceGrid.ApplicationInfoSeqHelper]], , , true, ], "applicationAdded": [, 0, , , [[3], [IceGrid.ApplicationInfo]], , , true, ], "applicationRemoved": [, 0, , , [[3], [7]], , , , ], "applicationUpdated": [, 0, , , [[3], [IceGrid.ApplicationUpdateInfo]], , , true, ] }); const iceC_IceGrid_AdapterObserver_ids = [ "::Ice::Object", "::IceGrid::AdapterObserver" ]; /** * Monitors dynamically-registered object adapters. */ IceGrid.AdapterObserver = class extends Ice.Object {}; /** * Monitors dynamically-registered object adapters. */ IceGrid.AdapterObserverPrx = class extends Ice.ObjectPrx {}; Ice.TypeRegistry.declareProxyType("IceGrid.AdapterObserverPrx", IceGrid.AdapterObserverPrx); Ice.defineOperations( IceGrid.AdapterObserver, IceGrid.AdapterObserverPrx, iceC_IceGrid_AdapterObserver_ids, "::IceGrid::AdapterObserver", { "adapterInit": [, 0, , , [[IceGrid.AdapterInfoSeqHelper]], , , , ], "adapterAdded": [, 0, , , [[IceGrid.AdapterInfo]], , , , ], "adapterUpdated": [, 0, , , [[IceGrid.AdapterInfo]], , , , ], "adapterRemoved": [, 0, , , [[7]], , , , ] }); const iceC_IceGrid_ObjectObserver_ids = [ "::Ice::Object", "::IceGrid::ObjectObserver" ]; /** * Monitors well-known objects that are added, updated or removed using {@link IceGrid.AdminPrx}. */ IceGrid.ObjectObserver = class extends Ice.Object {}; /** * Monitors well-known objects that are added, updated or removed using {@link IceGrid.AdminPrx}. */ IceGrid.ObjectObserverPrx = class extends Ice.ObjectPrx {}; Ice.TypeRegistry.declareProxyType("IceGrid.ObjectObserverPrx", IceGrid.ObjectObserverPrx); Ice.defineOperations( IceGrid.ObjectObserver, IceGrid.ObjectObserverPrx, iceC_IceGrid_ObjectObserver_ids, "::IceGrid::ObjectObserver", { "objectInit": [, 0, , , [[IceGrid.ObjectInfoSeqHelper]], , , , ], "objectAdded": [, 0, , , [[IceGrid.ObjectInfo]], , , , ], "objectUpdated": [, 0, , , [[IceGrid.ObjectInfo]], , , , ], "objectRemoved": [, 0, , , [[Ice.Identity]], , , , ] }); const iceC_IceGrid_AdminSession_ids = [ "::Glacier2::Session", "::Ice::Object", "::IceGrid::AdminSession" ]; /** * Represents an administrative session between an admin tool and an IceGrid registry. * @see Registry */ IceGrid.AdminSession = class extends Ice.Object { static get _iceImplements() { return [ Glacier2.Session ]; } }; /** * Represents an administrative session between an admin tool and an IceGrid registry. * @see Registry */ IceGrid.AdminSessionPrx = class extends Ice.ObjectPrx { static get _implements() { return [ Glacier2.SessionPrx]; } }; Ice.TypeRegistry.declareProxyType("IceGrid.AdminSessionPrx", IceGrid.AdminSessionPrx); Ice.defineOperations( IceGrid.AdminSession, IceGrid.AdminSessionPrx, iceC_IceGrid_AdminSession_ids, "::IceGrid::AdminSession", { "keepAlive": [, 2, , , , , , , ], "getAdmin": [, 2, , ["IceGrid.AdminPrx"], , , , , ], "getAdminCallbackTemplate": [, 2, , [8], , , , , ], "setObservers": [, 2, , , [["IceGrid.RegistryObserverPrx"], ["IceGrid.NodeObserverPrx"], ["IceGrid.ApplicationObserverPrx"], ["IceGrid.AdapterObserverPrx"], ["IceGrid.ObjectObserverPrx"]], , [ IceGrid.ObserverAlreadyRegisteredException ], , ], "setObserversByIdentity": [, 2, , , [[Ice.Identity], [Ice.Identity], [Ice.Identity], [Ice.Identity], [Ice.Identity]], , [ IceGrid.ObserverAlreadyRegisteredException ], , ], "startUpdate": [, 0, , [3], , , [ IceGrid.AccessDeniedException ], , ], "finishUpdate": [, 0, , , , , [ IceGrid.AccessDeniedException ], , ], "getReplicaName": [, 2, , [7], , , , , ], "openServerLog": [, 0, , ["IceGrid.FileIteratorPrx"], [[7], [7], [3]], , [ IceGrid.FileNotAvailableException, IceGrid.ServerNotExistException, IceGrid.NodeUnreachableException, IceGrid.DeploymentException ], , ], "openServerStdErr": [, 0, , ["IceGrid.FileIteratorPrx"], [[7], [3]], , [ IceGrid.FileNotAvailableException, IceGrid.ServerNotExistException, IceGrid.NodeUnreachableException, IceGrid.DeploymentException ], , ], "openServerStdOut": [, 0, , ["IceGrid.FileIteratorPrx"], [[7], [3]], , [ IceGrid.FileNotAvailableException, IceGrid.ServerNotExistException, IceGrid.NodeUnreachableException, IceGrid.DeploymentException ], , ], "openNodeStdErr": [, 0, , ["IceGrid.FileIteratorPrx"], [[7], [3]], , [ IceGrid.FileNotAvailableException, IceGrid.NodeNotExistException, IceGrid.NodeUnreachableException ], , ], "openNodeStdOut": [, 0, , ["IceGrid.FileIteratorPrx"], [[7], [3]], , [ IceGrid.FileNotAvailableException, IceGrid.NodeNotExistException, IceGrid.NodeUnreachableException ], , ], "openRegistryStdErr": [, 0, , ["IceGrid.FileIteratorPrx"], [[7], [3]], , [ IceGrid.FileNotAvailableException, IceGrid.RegistryNotExistException, IceGrid.RegistryUnreachableException ], , ], "openRegistryStdOut": [, 0, , ["IceGrid.FileIteratorPrx"], [[7], [3]], , [ IceGrid.FileNotAvailableException, IceGrid.RegistryNotExistException, IceGrid.RegistryUnreachableException ], , ] }); |