Class: Ice::LocatorRegistryPrx
Constant Summary
collapse
- ICE_TYPE =
T_LocatorRegistryPrx
Class Method Summary
collapse
#setAdapterDirectProxy, #setReplicatedAdapterDirectProxy, #setServerProcessProxy
Class Method Details
.checkedCast(proxy, facetOrCtx = nil, _ctx = nil) ⇒ Object
225
226
227
|
# File 'lib/Ice/Locator.rb', line 225
def LocatorRegistryPrx.checkedCast(proxy, facetOrCtx=nil, _ctx=nil)
ice_checkedCast(proxy, '::Ice::LocatorRegistry', facetOrCtx, _ctx)
end
|
.ice_staticId ⇒ Object
232
233
234
|
# File 'lib/Ice/Locator.rb', line 232
def LocatorRegistryPrx.ice_staticId()
'::Ice::LocatorRegistry'
end
|
.uncheckedCast(proxy, facet = nil) ⇒ Object
229
230
231
|
# File 'lib/Ice/Locator.rb', line 229
def LocatorRegistryPrx.uncheckedCast(proxy, facet=nil)
ice_uncheckedCast(proxy, facet)
end
|