zeroc-ice 3.7.11__cp313-cp313-macosx_10_13_universal2.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- Glacier2/Metrics_ice.py +82 -0
- Glacier2/PermissionsVerifierF_ice.py +32 -0
- Glacier2/PermissionsVerifier_ice.py +284 -0
- Glacier2/RouterF_ice.py +28 -0
- Glacier2/Router_ice.py +618 -0
- Glacier2/SSLInfo_ice.py +179 -0
- Glacier2/Session_ice.py +1103 -0
- Glacier2/__init__.py +226 -0
- Ice/BuiltinSequences_ice.py +65 -0
- Ice/CommunicatorF_ice.py +27 -0
- Ice/Communicator_ice.py +469 -0
- Ice/ConnectionF_ice.py +33 -0
- Ice/Connection_ice.py +680 -0
- Ice/Current_ice.py +175 -0
- Ice/EndpointF_ice.py +45 -0
- Ice/EndpointTypes_ice.py +54 -0
- Ice/Endpoint_ice.py +304 -0
- Ice/FacetMap_ice.py +27 -0
- Ice/Identity_ice.py +133 -0
- Ice/ImplicitContextF_ice.py +27 -0
- Ice/ImplicitContext_ice.py +119 -0
- Ice/InstrumentationF_ice.py +38 -0
- Ice/Instrumentation_ice.py +566 -0
- Ice/LocalException_ice.py +1715 -0
- Ice/LocatorF_ice.py +32 -0
- Ice/Locator_ice.py +728 -0
- Ice/LoggerF_ice.py +27 -0
- Ice/Logger_ice.py +96 -0
- Ice/Metrics_ice.py +864 -0
- Ice/ObjectAdapterF_ice.py +27 -0
- Ice/ObjectAdapter_ice.py +461 -0
- Ice/ObjectFactory_ice.py +68 -0
- Ice/PluginF_ice.py +30 -0
- Ice/Plugin_ice.py +136 -0
- Ice/ProcessF_ice.py +28 -0
- Ice/Process_ice.py +175 -0
- Ice/PropertiesAdmin_ice.py +247 -0
- Ice/PropertiesF_ice.py +31 -0
- Ice/Properties_ice.py +199 -0
- Ice/Py3/IceFuture.py +52 -0
- Ice/Py3/__init__.py +3 -0
- Ice/RemoteLogger_ice.py +617 -0
- Ice/RouterF_ice.py +28 -0
- Ice/Router_ice.py +350 -0
- Ice/ServantLocatorF_ice.py +27 -0
- Ice/ServantLocator_ice.py +110 -0
- Ice/SliceChecksumDict_ice.py +29 -0
- Ice/ValueFactory_ice.py +125 -0
- Ice/Version_ice.py +217 -0
- Ice/__init__.py +2008 -0
- IceBox/IceBox_ice.py +644 -0
- IceBox/__init__.py +10 -0
- IceGrid/Admin_ice.py +6662 -0
- IceGrid/Descriptor_ice.py +1795 -0
- IceGrid/Exception_ice.py +592 -0
- IceGrid/FileParser_ice.py +171 -0
- IceGrid/PluginFacade_ice.py +288 -0
- IceGrid/Registry_ice.py +985 -0
- IceGrid/Session_ice.py +406 -0
- IceGrid/UserAccountMapper_ice.py +166 -0
- IceGrid/__init__.py +17 -0
- IceMX/__init__.py +12 -0
- IcePatch2/FileInfo_ice.py +287 -0
- IcePatch2/FileServer_ice.py +555 -0
- IcePatch2/__init__.py +11 -0
- IcePy.cpython-313-darwin.so +0 -0
- IceStorm/IceStorm_ice.py +1265 -0
- IceStorm/Metrics_ice.py +106 -0
- IceStorm/__init__.py +10 -0
- slice/Glacier2/Metrics.ice +88 -0
- slice/Glacier2/PermissionsVerifier.ice +111 -0
- slice/Glacier2/PermissionsVerifierF.ice +30 -0
- slice/Glacier2/Router.ice +186 -0
- slice/Glacier2/RouterF.ice +29 -0
- slice/Glacier2/SSLInfo.ice +59 -0
- slice/Glacier2/Session.ice +274 -0
- slice/Ice/BuiltinSequences.ice +59 -0
- slice/Ice/Communicator.ice +676 -0
- slice/Ice/CommunicatorF.ice +31 -0
- slice/Ice/Connection.ice +516 -0
- slice/Ice/ConnectionF.ice +33 -0
- slice/Ice/Current.ice +170 -0
- slice/Ice/Endpoint.ice +291 -0
- slice/Ice/EndpointF.ice +43 -0
- slice/Ice/EndpointTypes.ice +48 -0
- slice/Ice/FacetMap.ice +36 -0
- slice/Ice/Identity.ice +75 -0
- slice/Ice/ImplicitContext.ice +119 -0
- slice/Ice/ImplicitContextF.ice +30 -0
- slice/Ice/Instrumentation.ice +509 -0
- slice/Ice/InstrumentationF.ice +38 -0
- slice/Ice/LocalException.ice +1040 -0
- slice/Ice/Locator.ice +239 -0
- slice/Ice/LocatorF.ice +32 -0
- slice/Ice/Logger.ice +99 -0
- slice/Ice/LoggerF.ice +31 -0
- slice/Ice/Metrics.ice +436 -0
- slice/Ice/ObjectAdapter.ice +710 -0
- slice/Ice/ObjectAdapterF.ice +31 -0
- slice/Ice/ObjectFactory.ice +71 -0
- slice/Ice/Plugin.ice +131 -0
- slice/Ice/PluginF.ice +36 -0
- slice/Ice/Process.ice +64 -0
- slice/Ice/ProcessF.ice +31 -0
- slice/Ice/Properties.ice +244 -0
- slice/Ice/PropertiesAdmin.ice +87 -0
- slice/Ice/PropertiesF.ice +32 -0
- slice/Ice/RemoteLogger.ice +226 -0
- slice/Ice/Router.ice +103 -0
- slice/Ice/RouterF.ice +31 -0
- slice/Ice/ServantLocator.ice +136 -0
- slice/Ice/ServantLocatorF.ice +31 -0
- slice/Ice/SliceChecksumDict.ice +36 -0
- slice/Ice/ValueFactory.ice +133 -0
- slice/Ice/Version.ice +51 -0
- slice/IceBT/ConnectionInfo.ice +59 -0
- slice/IceBT/EndpointInfo.ice +57 -0
- slice/IceBT/Types.ice +45 -0
- slice/IceBox/IceBox.ice +216 -0
- slice/IceGrid/Admin.ice +1957 -0
- slice/IceGrid/Descriptor.ice +1094 -0
- slice/IceGrid/Exception.ice +396 -0
- slice/IceGrid/FileParser.ice +72 -0
- slice/IceGrid/PluginFacade.ice +329 -0
- slice/IceGrid/Registry.ice +269 -0
- slice/IceGrid/Session.ice +128 -0
- slice/IceGrid/UserAccountMapper.ice +69 -0
- slice/IceIAP/ConnectionInfo.ice +74 -0
- slice/IceIAP/EndpointInfo.ice +68 -0
- slice/IcePatch2/FileInfo.ice +85 -0
- slice/IcePatch2/FileServer.ice +191 -0
- slice/IceSSL/ConnectionInfo.ice +54 -0
- slice/IceSSL/ConnectionInfoF.ice +31 -0
- slice/IceSSL/EndpointInfo.ice +45 -0
- slice/IceStorm/IceStorm.ice +414 -0
- slice/IceStorm/Metrics.ice +83 -0
- slice2py.py +21 -0
- zeroc_ice-3.7.11.dist-info/METADATA +97 -0
- zeroc_ice-3.7.11.dist-info/RECORD +142 -0
- zeroc_ice-3.7.11.dist-info/WHEEL +5 -0
- zeroc_ice-3.7.11.dist-info/entry_points.txt +2 -0
- zeroc_ice-3.7.11.dist-info/top_level.txt +10 -0
IceGrid/Exception_ice.py
ADDED
|
@@ -0,0 +1,592 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
#
|
|
3
|
+
# Copyright (c) ZeroC, Inc. All rights reserved.
|
|
4
|
+
#
|
|
5
|
+
#
|
|
6
|
+
# Ice version 3.7.11
|
|
7
|
+
#
|
|
8
|
+
# <auto-generated>
|
|
9
|
+
#
|
|
10
|
+
# Generated from file `Exception.ice'
|
|
11
|
+
#
|
|
12
|
+
# Warning: do not edit this file.
|
|
13
|
+
#
|
|
14
|
+
# </auto-generated>
|
|
15
|
+
#
|
|
16
|
+
|
|
17
|
+
from sys import version_info as _version_info_
|
|
18
|
+
import Ice, IcePy
|
|
19
|
+
import Ice.Identity_ice
|
|
20
|
+
import Ice.BuiltinSequences_ice
|
|
21
|
+
|
|
22
|
+
# Included module Ice
|
|
23
|
+
_M_Ice = Ice.openModule('Ice')
|
|
24
|
+
|
|
25
|
+
# Start of module IceGrid
|
|
26
|
+
_M_IceGrid = Ice.openModule('IceGrid')
|
|
27
|
+
__name__ = 'IceGrid'
|
|
28
|
+
|
|
29
|
+
if 'ApplicationNotExistException' not in _M_IceGrid.__dict__:
|
|
30
|
+
_M_IceGrid.ApplicationNotExistException = Ice.createTempClass()
|
|
31
|
+
class ApplicationNotExistException(Ice.UserException):
|
|
32
|
+
"""
|
|
33
|
+
This exception is raised if an application does not exist.
|
|
34
|
+
Members:
|
|
35
|
+
name -- The name of the application.
|
|
36
|
+
"""
|
|
37
|
+
def __init__(self, name=''):
|
|
38
|
+
self.name = name
|
|
39
|
+
|
|
40
|
+
def __str__(self):
|
|
41
|
+
return IcePy.stringifyException(self)
|
|
42
|
+
|
|
43
|
+
__repr__ = __str__
|
|
44
|
+
|
|
45
|
+
_ice_id = '::IceGrid::ApplicationNotExistException'
|
|
46
|
+
|
|
47
|
+
_M_IceGrid._t_ApplicationNotExistException = IcePy.defineException('::IceGrid::ApplicationNotExistException', ApplicationNotExistException, (), False, None, (('name', (), IcePy._t_string, False, 0),))
|
|
48
|
+
ApplicationNotExistException._ice_type = _M_IceGrid._t_ApplicationNotExistException
|
|
49
|
+
|
|
50
|
+
_M_IceGrid.ApplicationNotExistException = ApplicationNotExistException
|
|
51
|
+
del ApplicationNotExistException
|
|
52
|
+
|
|
53
|
+
if 'ServerNotExistException' not in _M_IceGrid.__dict__:
|
|
54
|
+
_M_IceGrid.ServerNotExistException = Ice.createTempClass()
|
|
55
|
+
class ServerNotExistException(Ice.UserException):
|
|
56
|
+
"""
|
|
57
|
+
This exception is raised if a server does not exist.
|
|
58
|
+
Members:
|
|
59
|
+
id -- The identifier of the server.
|
|
60
|
+
"""
|
|
61
|
+
def __init__(self, id=''):
|
|
62
|
+
self.id = id
|
|
63
|
+
|
|
64
|
+
def __str__(self):
|
|
65
|
+
return IcePy.stringifyException(self)
|
|
66
|
+
|
|
67
|
+
__repr__ = __str__
|
|
68
|
+
|
|
69
|
+
_ice_id = '::IceGrid::ServerNotExistException'
|
|
70
|
+
|
|
71
|
+
_M_IceGrid._t_ServerNotExistException = IcePy.defineException('::IceGrid::ServerNotExistException', ServerNotExistException, (), False, None, (('id', (), IcePy._t_string, False, 0),))
|
|
72
|
+
ServerNotExistException._ice_type = _M_IceGrid._t_ServerNotExistException
|
|
73
|
+
|
|
74
|
+
_M_IceGrid.ServerNotExistException = ServerNotExistException
|
|
75
|
+
del ServerNotExistException
|
|
76
|
+
|
|
77
|
+
if 'ServerStartException' not in _M_IceGrid.__dict__:
|
|
78
|
+
_M_IceGrid.ServerStartException = Ice.createTempClass()
|
|
79
|
+
class ServerStartException(Ice.UserException):
|
|
80
|
+
"""
|
|
81
|
+
This exception is raised if a server failed to start.
|
|
82
|
+
Members:
|
|
83
|
+
id -- The identifier of the server.
|
|
84
|
+
reason -- The reason for the failure.
|
|
85
|
+
"""
|
|
86
|
+
def __init__(self, id='', reason=''):
|
|
87
|
+
self.id = id
|
|
88
|
+
self.reason = reason
|
|
89
|
+
|
|
90
|
+
def __str__(self):
|
|
91
|
+
return IcePy.stringifyException(self)
|
|
92
|
+
|
|
93
|
+
__repr__ = __str__
|
|
94
|
+
|
|
95
|
+
_ice_id = '::IceGrid::ServerStartException'
|
|
96
|
+
|
|
97
|
+
_M_IceGrid._t_ServerStartException = IcePy.defineException('::IceGrid::ServerStartException', ServerStartException, (), False, None, (
|
|
98
|
+
('id', (), IcePy._t_string, False, 0),
|
|
99
|
+
('reason', (), IcePy._t_string, False, 0)
|
|
100
|
+
))
|
|
101
|
+
ServerStartException._ice_type = _M_IceGrid._t_ServerStartException
|
|
102
|
+
|
|
103
|
+
_M_IceGrid.ServerStartException = ServerStartException
|
|
104
|
+
del ServerStartException
|
|
105
|
+
|
|
106
|
+
if 'ServerStopException' not in _M_IceGrid.__dict__:
|
|
107
|
+
_M_IceGrid.ServerStopException = Ice.createTempClass()
|
|
108
|
+
class ServerStopException(Ice.UserException):
|
|
109
|
+
"""
|
|
110
|
+
This exception is raised if a server failed to stop.
|
|
111
|
+
Members:
|
|
112
|
+
id -- The identifier of the server.
|
|
113
|
+
reason -- The reason for the failure.
|
|
114
|
+
"""
|
|
115
|
+
def __init__(self, id='', reason=''):
|
|
116
|
+
self.id = id
|
|
117
|
+
self.reason = reason
|
|
118
|
+
|
|
119
|
+
def __str__(self):
|
|
120
|
+
return IcePy.stringifyException(self)
|
|
121
|
+
|
|
122
|
+
__repr__ = __str__
|
|
123
|
+
|
|
124
|
+
_ice_id = '::IceGrid::ServerStopException'
|
|
125
|
+
|
|
126
|
+
_M_IceGrid._t_ServerStopException = IcePy.defineException('::IceGrid::ServerStopException', ServerStopException, (), False, None, (
|
|
127
|
+
('id', (), IcePy._t_string, False, 0),
|
|
128
|
+
('reason', (), IcePy._t_string, False, 0)
|
|
129
|
+
))
|
|
130
|
+
ServerStopException._ice_type = _M_IceGrid._t_ServerStopException
|
|
131
|
+
|
|
132
|
+
_M_IceGrid.ServerStopException = ServerStopException
|
|
133
|
+
del ServerStopException
|
|
134
|
+
|
|
135
|
+
if 'AdapterNotExistException' not in _M_IceGrid.__dict__:
|
|
136
|
+
_M_IceGrid.AdapterNotExistException = Ice.createTempClass()
|
|
137
|
+
class AdapterNotExistException(Ice.UserException):
|
|
138
|
+
"""
|
|
139
|
+
This exception is raised if an adapter does not exist.
|
|
140
|
+
Members:
|
|
141
|
+
id -- The id of the object adapter.
|
|
142
|
+
"""
|
|
143
|
+
def __init__(self, id=''):
|
|
144
|
+
self.id = id
|
|
145
|
+
|
|
146
|
+
def __str__(self):
|
|
147
|
+
return IcePy.stringifyException(self)
|
|
148
|
+
|
|
149
|
+
__repr__ = __str__
|
|
150
|
+
|
|
151
|
+
_ice_id = '::IceGrid::AdapterNotExistException'
|
|
152
|
+
|
|
153
|
+
_M_IceGrid._t_AdapterNotExistException = IcePy.defineException('::IceGrid::AdapterNotExistException', AdapterNotExistException, (), False, None, (('id', (), IcePy._t_string, False, 0),))
|
|
154
|
+
AdapterNotExistException._ice_type = _M_IceGrid._t_AdapterNotExistException
|
|
155
|
+
|
|
156
|
+
_M_IceGrid.AdapterNotExistException = AdapterNotExistException
|
|
157
|
+
del AdapterNotExistException
|
|
158
|
+
|
|
159
|
+
if 'ObjectExistsException' not in _M_IceGrid.__dict__:
|
|
160
|
+
_M_IceGrid.ObjectExistsException = Ice.createTempClass()
|
|
161
|
+
class ObjectExistsException(Ice.UserException):
|
|
162
|
+
"""
|
|
163
|
+
This exception is raised if an object already exists.
|
|
164
|
+
Members:
|
|
165
|
+
id -- The identity of the object.
|
|
166
|
+
"""
|
|
167
|
+
def __init__(self, id=Ice._struct_marker):
|
|
168
|
+
if id is Ice._struct_marker:
|
|
169
|
+
self.id = _M_Ice.Identity()
|
|
170
|
+
else:
|
|
171
|
+
self.id = id
|
|
172
|
+
|
|
173
|
+
def __str__(self):
|
|
174
|
+
return IcePy.stringifyException(self)
|
|
175
|
+
|
|
176
|
+
__repr__ = __str__
|
|
177
|
+
|
|
178
|
+
_ice_id = '::IceGrid::ObjectExistsException'
|
|
179
|
+
|
|
180
|
+
_M_IceGrid._t_ObjectExistsException = IcePy.defineException('::IceGrid::ObjectExistsException', ObjectExistsException, (), False, None, (('id', (), _M_Ice._t_Identity, False, 0),))
|
|
181
|
+
ObjectExistsException._ice_type = _M_IceGrid._t_ObjectExistsException
|
|
182
|
+
|
|
183
|
+
_M_IceGrid.ObjectExistsException = ObjectExistsException
|
|
184
|
+
del ObjectExistsException
|
|
185
|
+
|
|
186
|
+
if 'ObjectNotRegisteredException' not in _M_IceGrid.__dict__:
|
|
187
|
+
_M_IceGrid.ObjectNotRegisteredException = Ice.createTempClass()
|
|
188
|
+
class ObjectNotRegisteredException(Ice.UserException):
|
|
189
|
+
"""
|
|
190
|
+
This exception is raised if an object is not registered.
|
|
191
|
+
Members:
|
|
192
|
+
id -- The identity of the object.
|
|
193
|
+
"""
|
|
194
|
+
def __init__(self, id=Ice._struct_marker):
|
|
195
|
+
if id is Ice._struct_marker:
|
|
196
|
+
self.id = _M_Ice.Identity()
|
|
197
|
+
else:
|
|
198
|
+
self.id = id
|
|
199
|
+
|
|
200
|
+
def __str__(self):
|
|
201
|
+
return IcePy.stringifyException(self)
|
|
202
|
+
|
|
203
|
+
__repr__ = __str__
|
|
204
|
+
|
|
205
|
+
_ice_id = '::IceGrid::ObjectNotRegisteredException'
|
|
206
|
+
|
|
207
|
+
_M_IceGrid._t_ObjectNotRegisteredException = IcePy.defineException('::IceGrid::ObjectNotRegisteredException', ObjectNotRegisteredException, (), False, None, (('id', (), _M_Ice._t_Identity, False, 0),))
|
|
208
|
+
ObjectNotRegisteredException._ice_type = _M_IceGrid._t_ObjectNotRegisteredException
|
|
209
|
+
|
|
210
|
+
_M_IceGrid.ObjectNotRegisteredException = ObjectNotRegisteredException
|
|
211
|
+
del ObjectNotRegisteredException
|
|
212
|
+
|
|
213
|
+
if 'NodeNotExistException' not in _M_IceGrid.__dict__:
|
|
214
|
+
_M_IceGrid.NodeNotExistException = Ice.createTempClass()
|
|
215
|
+
class NodeNotExistException(Ice.UserException):
|
|
216
|
+
"""
|
|
217
|
+
This exception is raised if a node does not exist.
|
|
218
|
+
Members:
|
|
219
|
+
name -- The node name.
|
|
220
|
+
"""
|
|
221
|
+
def __init__(self, name=''):
|
|
222
|
+
self.name = name
|
|
223
|
+
|
|
224
|
+
def __str__(self):
|
|
225
|
+
return IcePy.stringifyException(self)
|
|
226
|
+
|
|
227
|
+
__repr__ = __str__
|
|
228
|
+
|
|
229
|
+
_ice_id = '::IceGrid::NodeNotExistException'
|
|
230
|
+
|
|
231
|
+
_M_IceGrid._t_NodeNotExistException = IcePy.defineException('::IceGrid::NodeNotExistException', NodeNotExistException, (), False, None, (('name', (), IcePy._t_string, False, 0),))
|
|
232
|
+
NodeNotExistException._ice_type = _M_IceGrid._t_NodeNotExistException
|
|
233
|
+
|
|
234
|
+
_M_IceGrid.NodeNotExistException = NodeNotExistException
|
|
235
|
+
del NodeNotExistException
|
|
236
|
+
|
|
237
|
+
if 'RegistryNotExistException' not in _M_IceGrid.__dict__:
|
|
238
|
+
_M_IceGrid.RegistryNotExistException = Ice.createTempClass()
|
|
239
|
+
class RegistryNotExistException(Ice.UserException):
|
|
240
|
+
"""
|
|
241
|
+
This exception is raised if a registry does not exist.
|
|
242
|
+
Members:
|
|
243
|
+
name -- The registry name.
|
|
244
|
+
"""
|
|
245
|
+
def __init__(self, name=''):
|
|
246
|
+
self.name = name
|
|
247
|
+
|
|
248
|
+
def __str__(self):
|
|
249
|
+
return IcePy.stringifyException(self)
|
|
250
|
+
|
|
251
|
+
__repr__ = __str__
|
|
252
|
+
|
|
253
|
+
_ice_id = '::IceGrid::RegistryNotExistException'
|
|
254
|
+
|
|
255
|
+
_M_IceGrid._t_RegistryNotExistException = IcePy.defineException('::IceGrid::RegistryNotExistException', RegistryNotExistException, (), False, None, (('name', (), IcePy._t_string, False, 0),))
|
|
256
|
+
RegistryNotExistException._ice_type = _M_IceGrid._t_RegistryNotExistException
|
|
257
|
+
|
|
258
|
+
_M_IceGrid.RegistryNotExistException = RegistryNotExistException
|
|
259
|
+
del RegistryNotExistException
|
|
260
|
+
|
|
261
|
+
if 'DeploymentException' not in _M_IceGrid.__dict__:
|
|
262
|
+
_M_IceGrid.DeploymentException = Ice.createTempClass()
|
|
263
|
+
class DeploymentException(Ice.UserException):
|
|
264
|
+
"""
|
|
265
|
+
An exception for deployment errors.
|
|
266
|
+
Members:
|
|
267
|
+
reason -- The reason for the failure.
|
|
268
|
+
"""
|
|
269
|
+
def __init__(self, reason=''):
|
|
270
|
+
self.reason = reason
|
|
271
|
+
|
|
272
|
+
def __str__(self):
|
|
273
|
+
return IcePy.stringifyException(self)
|
|
274
|
+
|
|
275
|
+
__repr__ = __str__
|
|
276
|
+
|
|
277
|
+
_ice_id = '::IceGrid::DeploymentException'
|
|
278
|
+
|
|
279
|
+
_M_IceGrid._t_DeploymentException = IcePy.defineException('::IceGrid::DeploymentException', DeploymentException, (), False, None, (('reason', (), IcePy._t_string, False, 0),))
|
|
280
|
+
DeploymentException._ice_type = _M_IceGrid._t_DeploymentException
|
|
281
|
+
|
|
282
|
+
_M_IceGrid.DeploymentException = DeploymentException
|
|
283
|
+
del DeploymentException
|
|
284
|
+
|
|
285
|
+
if 'NodeUnreachableException' not in _M_IceGrid.__dict__:
|
|
286
|
+
_M_IceGrid.NodeUnreachableException = Ice.createTempClass()
|
|
287
|
+
class NodeUnreachableException(Ice.UserException):
|
|
288
|
+
"""
|
|
289
|
+
This exception is raised if a node could not be reached.
|
|
290
|
+
Members:
|
|
291
|
+
name -- The name of the node that is not reachable.
|
|
292
|
+
reason -- The reason why the node couldn't be reached.
|
|
293
|
+
"""
|
|
294
|
+
def __init__(self, name='', reason=''):
|
|
295
|
+
self.name = name
|
|
296
|
+
self.reason = reason
|
|
297
|
+
|
|
298
|
+
def __str__(self):
|
|
299
|
+
return IcePy.stringifyException(self)
|
|
300
|
+
|
|
301
|
+
__repr__ = __str__
|
|
302
|
+
|
|
303
|
+
_ice_id = '::IceGrid::NodeUnreachableException'
|
|
304
|
+
|
|
305
|
+
_M_IceGrid._t_NodeUnreachableException = IcePy.defineException('::IceGrid::NodeUnreachableException', NodeUnreachableException, (), False, None, (
|
|
306
|
+
('name', (), IcePy._t_string, False, 0),
|
|
307
|
+
('reason', (), IcePy._t_string, False, 0)
|
|
308
|
+
))
|
|
309
|
+
NodeUnreachableException._ice_type = _M_IceGrid._t_NodeUnreachableException
|
|
310
|
+
|
|
311
|
+
_M_IceGrid.NodeUnreachableException = NodeUnreachableException
|
|
312
|
+
del NodeUnreachableException
|
|
313
|
+
|
|
314
|
+
if 'ServerUnreachableException' not in _M_IceGrid.__dict__:
|
|
315
|
+
_M_IceGrid.ServerUnreachableException = Ice.createTempClass()
|
|
316
|
+
class ServerUnreachableException(Ice.UserException):
|
|
317
|
+
"""
|
|
318
|
+
This exception is raised if a server could not be reached.
|
|
319
|
+
Members:
|
|
320
|
+
name -- The id of the server that is not reachable.
|
|
321
|
+
reason -- The reason why the server couldn't be reached.
|
|
322
|
+
"""
|
|
323
|
+
def __init__(self, name='', reason=''):
|
|
324
|
+
self.name = name
|
|
325
|
+
self.reason = reason
|
|
326
|
+
|
|
327
|
+
def __str__(self):
|
|
328
|
+
return IcePy.stringifyException(self)
|
|
329
|
+
|
|
330
|
+
__repr__ = __str__
|
|
331
|
+
|
|
332
|
+
_ice_id = '::IceGrid::ServerUnreachableException'
|
|
333
|
+
|
|
334
|
+
_M_IceGrid._t_ServerUnreachableException = IcePy.defineException('::IceGrid::ServerUnreachableException', ServerUnreachableException, (), False, None, (
|
|
335
|
+
('name', (), IcePy._t_string, False, 0),
|
|
336
|
+
('reason', (), IcePy._t_string, False, 0)
|
|
337
|
+
))
|
|
338
|
+
ServerUnreachableException._ice_type = _M_IceGrid._t_ServerUnreachableException
|
|
339
|
+
|
|
340
|
+
_M_IceGrid.ServerUnreachableException = ServerUnreachableException
|
|
341
|
+
del ServerUnreachableException
|
|
342
|
+
|
|
343
|
+
if 'RegistryUnreachableException' not in _M_IceGrid.__dict__:
|
|
344
|
+
_M_IceGrid.RegistryUnreachableException = Ice.createTempClass()
|
|
345
|
+
class RegistryUnreachableException(Ice.UserException):
|
|
346
|
+
"""
|
|
347
|
+
This exception is raised if a registry could not be reached.
|
|
348
|
+
Members:
|
|
349
|
+
name -- The name of the registry that is not reachable.
|
|
350
|
+
reason -- The reason why the registry couldn't be reached.
|
|
351
|
+
"""
|
|
352
|
+
def __init__(self, name='', reason=''):
|
|
353
|
+
self.name = name
|
|
354
|
+
self.reason = reason
|
|
355
|
+
|
|
356
|
+
def __str__(self):
|
|
357
|
+
return IcePy.stringifyException(self)
|
|
358
|
+
|
|
359
|
+
__repr__ = __str__
|
|
360
|
+
|
|
361
|
+
_ice_id = '::IceGrid::RegistryUnreachableException'
|
|
362
|
+
|
|
363
|
+
_M_IceGrid._t_RegistryUnreachableException = IcePy.defineException('::IceGrid::RegistryUnreachableException', RegistryUnreachableException, (), False, None, (
|
|
364
|
+
('name', (), IcePy._t_string, False, 0),
|
|
365
|
+
('reason', (), IcePy._t_string, False, 0)
|
|
366
|
+
))
|
|
367
|
+
RegistryUnreachableException._ice_type = _M_IceGrid._t_RegistryUnreachableException
|
|
368
|
+
|
|
369
|
+
_M_IceGrid.RegistryUnreachableException = RegistryUnreachableException
|
|
370
|
+
del RegistryUnreachableException
|
|
371
|
+
|
|
372
|
+
if 'BadSignalException' not in _M_IceGrid.__dict__:
|
|
373
|
+
_M_IceGrid.BadSignalException = Ice.createTempClass()
|
|
374
|
+
class BadSignalException(Ice.UserException):
|
|
375
|
+
"""
|
|
376
|
+
This exception is raised if an unknown signal was sent to
|
|
377
|
+
to a server.
|
|
378
|
+
Members:
|
|
379
|
+
reason -- The details of the unknown signal.
|
|
380
|
+
"""
|
|
381
|
+
def __init__(self, reason=''):
|
|
382
|
+
self.reason = reason
|
|
383
|
+
|
|
384
|
+
def __str__(self):
|
|
385
|
+
return IcePy.stringifyException(self)
|
|
386
|
+
|
|
387
|
+
__repr__ = __str__
|
|
388
|
+
|
|
389
|
+
_ice_id = '::IceGrid::BadSignalException'
|
|
390
|
+
|
|
391
|
+
_M_IceGrid._t_BadSignalException = IcePy.defineException('::IceGrid::BadSignalException', BadSignalException, (), False, None, (('reason', (), IcePy._t_string, False, 0),))
|
|
392
|
+
BadSignalException._ice_type = _M_IceGrid._t_BadSignalException
|
|
393
|
+
|
|
394
|
+
_M_IceGrid.BadSignalException = BadSignalException
|
|
395
|
+
del BadSignalException
|
|
396
|
+
|
|
397
|
+
if 'PatchException' not in _M_IceGrid.__dict__:
|
|
398
|
+
_M_IceGrid.PatchException = Ice.createTempClass()
|
|
399
|
+
class PatchException(Ice.UserException):
|
|
400
|
+
"""
|
|
401
|
+
This exception is raised if a patch failed.
|
|
402
|
+
Members:
|
|
403
|
+
reasons -- The reasons why the patch failed.
|
|
404
|
+
"""
|
|
405
|
+
def __init__(self, reasons=None):
|
|
406
|
+
self.reasons = reasons
|
|
407
|
+
|
|
408
|
+
def __str__(self):
|
|
409
|
+
return IcePy.stringifyException(self)
|
|
410
|
+
|
|
411
|
+
__repr__ = __str__
|
|
412
|
+
|
|
413
|
+
_ice_id = '::IceGrid::PatchException'
|
|
414
|
+
|
|
415
|
+
_M_IceGrid._t_PatchException = IcePy.defineException('::IceGrid::PatchException', PatchException, (), False, None, (('reasons', (), _M_Ice._t_StringSeq, False, 0),))
|
|
416
|
+
PatchException._ice_type = _M_IceGrid._t_PatchException
|
|
417
|
+
|
|
418
|
+
_M_IceGrid.PatchException = PatchException
|
|
419
|
+
del PatchException
|
|
420
|
+
|
|
421
|
+
if 'AccessDeniedException' not in _M_IceGrid.__dict__:
|
|
422
|
+
_M_IceGrid.AccessDeniedException = Ice.createTempClass()
|
|
423
|
+
class AccessDeniedException(Ice.UserException):
|
|
424
|
+
"""
|
|
425
|
+
This exception is raised if a registry lock wasn't
|
|
426
|
+
acquired or is already held by a session.
|
|
427
|
+
Members:
|
|
428
|
+
lockUserId -- The id of the user holding the lock (if any).
|
|
429
|
+
"""
|
|
430
|
+
def __init__(self, lockUserId=''):
|
|
431
|
+
self.lockUserId = lockUserId
|
|
432
|
+
|
|
433
|
+
def __str__(self):
|
|
434
|
+
return IcePy.stringifyException(self)
|
|
435
|
+
|
|
436
|
+
__repr__ = __str__
|
|
437
|
+
|
|
438
|
+
_ice_id = '::IceGrid::AccessDeniedException'
|
|
439
|
+
|
|
440
|
+
_M_IceGrid._t_AccessDeniedException = IcePy.defineException('::IceGrid::AccessDeniedException', AccessDeniedException, (), False, None, (('lockUserId', (), IcePy._t_string, False, 0),))
|
|
441
|
+
AccessDeniedException._ice_type = _M_IceGrid._t_AccessDeniedException
|
|
442
|
+
|
|
443
|
+
_M_IceGrid.AccessDeniedException = AccessDeniedException
|
|
444
|
+
del AccessDeniedException
|
|
445
|
+
|
|
446
|
+
if 'AllocationException' not in _M_IceGrid.__dict__:
|
|
447
|
+
_M_IceGrid.AllocationException = Ice.createTempClass()
|
|
448
|
+
class AllocationException(Ice.UserException):
|
|
449
|
+
"""
|
|
450
|
+
This exception is raised if the allocation of an object failed.
|
|
451
|
+
Members:
|
|
452
|
+
reason -- The reason why the object couldn't be allocated.
|
|
453
|
+
"""
|
|
454
|
+
def __init__(self, reason=''):
|
|
455
|
+
self.reason = reason
|
|
456
|
+
|
|
457
|
+
def __str__(self):
|
|
458
|
+
return IcePy.stringifyException(self)
|
|
459
|
+
|
|
460
|
+
__repr__ = __str__
|
|
461
|
+
|
|
462
|
+
_ice_id = '::IceGrid::AllocationException'
|
|
463
|
+
|
|
464
|
+
_M_IceGrid._t_AllocationException = IcePy.defineException('::IceGrid::AllocationException', AllocationException, (), False, None, (('reason', (), IcePy._t_string, False, 0),))
|
|
465
|
+
AllocationException._ice_type = _M_IceGrid._t_AllocationException
|
|
466
|
+
|
|
467
|
+
_M_IceGrid.AllocationException = AllocationException
|
|
468
|
+
del AllocationException
|
|
469
|
+
|
|
470
|
+
if 'AllocationTimeoutException' not in _M_IceGrid.__dict__:
|
|
471
|
+
_M_IceGrid.AllocationTimeoutException = Ice.createTempClass()
|
|
472
|
+
class AllocationTimeoutException(_M_IceGrid.AllocationException):
|
|
473
|
+
"""
|
|
474
|
+
This exception is raised if the request to allocate an object times
|
|
475
|
+
out.
|
|
476
|
+
"""
|
|
477
|
+
def __init__(self, reason=''):
|
|
478
|
+
_M_IceGrid.AllocationException.__init__(self, reason)
|
|
479
|
+
|
|
480
|
+
def __str__(self):
|
|
481
|
+
return IcePy.stringifyException(self)
|
|
482
|
+
|
|
483
|
+
__repr__ = __str__
|
|
484
|
+
|
|
485
|
+
_ice_id = '::IceGrid::AllocationTimeoutException'
|
|
486
|
+
|
|
487
|
+
_M_IceGrid._t_AllocationTimeoutException = IcePy.defineException('::IceGrid::AllocationTimeoutException', AllocationTimeoutException, (), False, _M_IceGrid._t_AllocationException, ())
|
|
488
|
+
AllocationTimeoutException._ice_type = _M_IceGrid._t_AllocationTimeoutException
|
|
489
|
+
|
|
490
|
+
_M_IceGrid.AllocationTimeoutException = AllocationTimeoutException
|
|
491
|
+
del AllocationTimeoutException
|
|
492
|
+
|
|
493
|
+
if 'PermissionDeniedException' not in _M_IceGrid.__dict__:
|
|
494
|
+
_M_IceGrid.PermissionDeniedException = Ice.createTempClass()
|
|
495
|
+
class PermissionDeniedException(Ice.UserException):
|
|
496
|
+
"""
|
|
497
|
+
This exception is raised if a client is denied the ability to create
|
|
498
|
+
a session with IceGrid.
|
|
499
|
+
Members:
|
|
500
|
+
reason -- The reason why permission was denied.
|
|
501
|
+
"""
|
|
502
|
+
def __init__(self, reason=''):
|
|
503
|
+
self.reason = reason
|
|
504
|
+
|
|
505
|
+
def __str__(self):
|
|
506
|
+
return IcePy.stringifyException(self)
|
|
507
|
+
|
|
508
|
+
__repr__ = __str__
|
|
509
|
+
|
|
510
|
+
_ice_id = '::IceGrid::PermissionDeniedException'
|
|
511
|
+
|
|
512
|
+
_M_IceGrid._t_PermissionDeniedException = IcePy.defineException('::IceGrid::PermissionDeniedException', PermissionDeniedException, (), False, None, (('reason', (), IcePy._t_string, False, 0),))
|
|
513
|
+
PermissionDeniedException._ice_type = _M_IceGrid._t_PermissionDeniedException
|
|
514
|
+
|
|
515
|
+
_M_IceGrid.PermissionDeniedException = PermissionDeniedException
|
|
516
|
+
del PermissionDeniedException
|
|
517
|
+
|
|
518
|
+
if 'ObserverAlreadyRegisteredException' not in _M_IceGrid.__dict__:
|
|
519
|
+
_M_IceGrid.ObserverAlreadyRegisteredException = Ice.createTempClass()
|
|
520
|
+
class ObserverAlreadyRegisteredException(Ice.UserException):
|
|
521
|
+
"""
|
|
522
|
+
This exception is raised if an observer is already registered with
|
|
523
|
+
the registry.
|
|
524
|
+
Members:
|
|
525
|
+
id -- The identity of the observer.
|
|
526
|
+
"""
|
|
527
|
+
def __init__(self, id=Ice._struct_marker):
|
|
528
|
+
if id is Ice._struct_marker:
|
|
529
|
+
self.id = _M_Ice.Identity()
|
|
530
|
+
else:
|
|
531
|
+
self.id = id
|
|
532
|
+
|
|
533
|
+
def __str__(self):
|
|
534
|
+
return IcePy.stringifyException(self)
|
|
535
|
+
|
|
536
|
+
__repr__ = __str__
|
|
537
|
+
|
|
538
|
+
_ice_id = '::IceGrid::ObserverAlreadyRegisteredException'
|
|
539
|
+
|
|
540
|
+
_M_IceGrid._t_ObserverAlreadyRegisteredException = IcePy.defineException('::IceGrid::ObserverAlreadyRegisteredException', ObserverAlreadyRegisteredException, (), False, None, (('id', (), _M_Ice._t_Identity, False, 0),))
|
|
541
|
+
ObserverAlreadyRegisteredException._ice_type = _M_IceGrid._t_ObserverAlreadyRegisteredException
|
|
542
|
+
|
|
543
|
+
_M_IceGrid.ObserverAlreadyRegisteredException = ObserverAlreadyRegisteredException
|
|
544
|
+
del ObserverAlreadyRegisteredException
|
|
545
|
+
|
|
546
|
+
if 'FileNotAvailableException' not in _M_IceGrid.__dict__:
|
|
547
|
+
_M_IceGrid.FileNotAvailableException = Ice.createTempClass()
|
|
548
|
+
class FileNotAvailableException(Ice.UserException):
|
|
549
|
+
"""
|
|
550
|
+
This exception is raised if a file is not available.
|
|
551
|
+
Members:
|
|
552
|
+
reason -- The reason for the failure.
|
|
553
|
+
"""
|
|
554
|
+
def __init__(self, reason=''):
|
|
555
|
+
self.reason = reason
|
|
556
|
+
|
|
557
|
+
def __str__(self):
|
|
558
|
+
return IcePy.stringifyException(self)
|
|
559
|
+
|
|
560
|
+
__repr__ = __str__
|
|
561
|
+
|
|
562
|
+
_ice_id = '::IceGrid::FileNotAvailableException'
|
|
563
|
+
|
|
564
|
+
_M_IceGrid._t_FileNotAvailableException = IcePy.defineException('::IceGrid::FileNotAvailableException', FileNotAvailableException, (), False, None, (('reason', (), IcePy._t_string, False, 0),))
|
|
565
|
+
FileNotAvailableException._ice_type = _M_IceGrid._t_FileNotAvailableException
|
|
566
|
+
|
|
567
|
+
_M_IceGrid.FileNotAvailableException = FileNotAvailableException
|
|
568
|
+
del FileNotAvailableException
|
|
569
|
+
|
|
570
|
+
# End of module IceGrid
|
|
571
|
+
|
|
572
|
+
Ice.sliceChecksums["::IceGrid::AccessDeniedException"] = "e39e5ad60577c1e7b52e190e1d906b"
|
|
573
|
+
Ice.sliceChecksums["::IceGrid::AdapterNotExistException"] = "cee552cb69227f723030cd78b0cccc97"
|
|
574
|
+
Ice.sliceChecksums["::IceGrid::AllocationException"] = "ea85a8e5e5f281709bf6aa88d742"
|
|
575
|
+
Ice.sliceChecksums["::IceGrid::AllocationTimeoutException"] = "6695f5713499ac6de0626277e167f553"
|
|
576
|
+
Ice.sliceChecksums["::IceGrid::ApplicationNotExistException"] = "93fdaabe25dcf75485ffd4972223610"
|
|
577
|
+
Ice.sliceChecksums["::IceGrid::BadSignalException"] = "13e67e2d3f46a84aa73fd56d5812caf1"
|
|
578
|
+
Ice.sliceChecksums["::IceGrid::DeploymentException"] = "e316fdba8e93ef72d58bd61bbfe29e4"
|
|
579
|
+
Ice.sliceChecksums["::IceGrid::FileNotAvailableException"] = "a3e88ae3be93ecd4c82797ad26d6076"
|
|
580
|
+
Ice.sliceChecksums["::IceGrid::NodeNotExistException"] = "f07ddace1aa3cb1bbed37c3fbf862dff"
|
|
581
|
+
Ice.sliceChecksums["::IceGrid::NodeUnreachableException"] = "8f894a5022704f4dde30bb2a3ea326f9"
|
|
582
|
+
Ice.sliceChecksums["::IceGrid::ObjectExistsException"] = "833f69d3ebc872974a9f096352d2ddb"
|
|
583
|
+
Ice.sliceChecksums["::IceGrid::ObjectNotRegisteredException"] = "cb181c92b4dfb6e6b97f4ca806899e7"
|
|
584
|
+
Ice.sliceChecksums["::IceGrid::ObserverAlreadyRegisteredException"] = "e1267578f9666e2bda9952d7106fd12c"
|
|
585
|
+
Ice.sliceChecksums["::IceGrid::PatchException"] = "c28994d76c834b99b94cf4535a13d3"
|
|
586
|
+
Ice.sliceChecksums["::IceGrid::PermissionDeniedException"] = "27def8d4569ab203b629b9162d530ba"
|
|
587
|
+
Ice.sliceChecksums["::IceGrid::RegistryNotExistException"] = "9e1c1b717e9c5ef72886f16dbfce56f"
|
|
588
|
+
Ice.sliceChecksums["::IceGrid::RegistryUnreachableException"] = "514020cac28c588ae487a628e227699"
|
|
589
|
+
Ice.sliceChecksums["::IceGrid::ServerNotExistException"] = "6df151f3ce87bd522ed095f7ad97a941"
|
|
590
|
+
Ice.sliceChecksums["::IceGrid::ServerStartException"] = "ce92acafa218dd1d1e8aafab20d1"
|
|
591
|
+
Ice.sliceChecksums["::IceGrid::ServerStopException"] = "edb57abb5393b8b31b41f3a8e5bd111"
|
|
592
|
+
Ice.sliceChecksums["::IceGrid::ServerUnreachableException"] = "f3233583ef7ad8eac2f961aedafdd64"
|