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 | 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 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 | // Copyright (c) ZeroC, Inc. // slice2js version 3.8.0-alpha.0 // <auto-generated>Generated from Slice file 'Registry.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_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_TypeRegistry from "../Ice/TypeRegistry.js"; import * as Ice_Value from "../Ice/Value.js"; import { Ice as Ice____Ice_Locator } from "../Ice/Locator.js" const Ice = { ...Ice_DefaultSliceLoader, ...Ice_EnumBase, ...Ice_Object, ...Ice_ObjectPrx, ...Ice_Operation, ...Ice_StreamHelpers, ...Ice_TypeRegistry, ...Ice_Value, ...Ice____Ice_Locator, }; import { IceGrid as IceGrid___Admin, } from "./Admin.js" import { IceGrid as IceGrid___Session, } from "./Session.js" const IceGrid = { ...IceGrid___Admin, ...IceGrid___Session, }; export { IceGrid }; /** * Determines which load sampling interval to use. */ IceGrid.LoadSample = Ice.defineEnum([ ['LoadSample1', 0], ['LoadSample5', 1], ['LoadSample15', 2]]); const iceC_IceGrid_Query_ids = [ "::Ice::Object", "::IceGrid::Query" ]; /** * Finds well-known Ice objects registered with the IceGrid registry. */ IceGrid.Query = class extends Ice.Object {}; /** * Finds well-known Ice objects registered with the IceGrid registry. */ IceGrid.QueryPrx = class extends Ice.ObjectPrx {}; Ice.TypeRegistry.declareProxyType("IceGrid.QueryPrx", IceGrid.QueryPrx); Ice.defineOperations( IceGrid.Query, IceGrid.QueryPrx, iceC_IceGrid_Query_ids, "::IceGrid::Query", { "findObjectById": [, 2, , [8], [[Ice.Identity]], , , , ], "findObjectByType": [, 2, , [8], [[7]], , , , ], "findObjectByTypeOnLeastLoadedNode": [, 2, , [8], [[7], [IceGrid.LoadSample._helper]], , , , ], "findAllObjectsByType": [, 2, , [Ice.ObjectProxySeqHelper], [[7]], , , , ], "findAllReplicas": [, 2, , [Ice.ObjectProxySeqHelper], [[8]], , , , ] }); const iceC_IceGrid_Registry_ids = [ "::Ice::Object", "::IceGrid::Registry" ]; /** * Represents the main entry point into the IceGrid registry service. It provides operations to create sessions * with the registry. */ IceGrid.Registry = class extends Ice.Object {}; /** * Represents the main entry point into the IceGrid registry service. It provides operations to create sessions * with the registry. */ IceGrid.RegistryPrx = class extends Ice.ObjectPrx {}; Ice.TypeRegistry.declareProxyType("IceGrid.RegistryPrx", IceGrid.RegistryPrx); Ice.defineOperations( IceGrid.Registry, IceGrid.RegistryPrx, iceC_IceGrid_Registry_ids, "::IceGrid::Registry", { "createSession": [, 0, , ["IceGrid.SessionPrx"], [[7], [7]], , [ IceGrid.PermissionDeniedException ], , ], "createAdminSession": [, 0, , ["IceGrid.AdminSessionPrx"], [[7], [7]], , [ IceGrid.PermissionDeniedException ], , ], "createSessionFromSecureConnection": [, 0, , ["IceGrid.SessionPrx"], , , [ IceGrid.PermissionDeniedException ], , ], "createAdminSessionFromSecureConnection": [, 0, , ["IceGrid.AdminSessionPrx"], , , [ IceGrid.PermissionDeniedException ], , ], "getSessionTimeout": [, 2, , [3], , , , , ] }); const iceC_IceGrid_Locator_ids = [ "::Ice::Locator", "::Ice::Object", "::IceGrid::Locator" ]; /** * Provides access to the {@link IceGrid.QueryPrx} and {@link IceGrid.RegistryPrx} objects implemented by the IceGrid registry. */ IceGrid.Locator = class extends Ice.Object { static get _iceImplements() { return [ Ice.Locator ]; } }; /** * Provides access to the {@link IceGrid.QueryPrx} and {@link IceGrid.RegistryPrx} objects implemented by the IceGrid registry. */ IceGrid.LocatorPrx = class extends Ice.ObjectPrx { static get _implements() { return [ Ice.LocatorPrx]; } }; Ice.TypeRegistry.declareProxyType("IceGrid.LocatorPrx", IceGrid.LocatorPrx); Ice.defineOperations( IceGrid.Locator, IceGrid.LocatorPrx, iceC_IceGrid_Locator_ids, "::IceGrid::Locator", { "getLocalRegistry": [, 2, , ["IceGrid.RegistryPrx"], , , , , ], "getLocalQuery": [, 2, , ["IceGrid.QueryPrx"], , , , , ] }); |