Class: Ice::LocatorPrx
Constant Summary
collapse
- ICE_TYPE =
T_LocatorPrx
Class Method Summary
collapse
#findAdapterById, #findObjectById, #getRegistry
Class Method Details
.checkedCast(proxy, facetOrCtx = nil, _ctx = nil) ⇒ Object
150
151
152
|
# File 'lib/Ice/Locator.rb', line 150
def LocatorPrx.checkedCast(proxy, facetOrCtx=nil, _ctx=nil)
ice_checkedCast(proxy, '::Ice::Locator', facetOrCtx, _ctx)
end
|
.ice_staticId ⇒ Object
157
158
159
|
# File 'lib/Ice/Locator.rb', line 157
def LocatorPrx.ice_staticId()
'::Ice::Locator'
end
|
.uncheckedCast(proxy, facet = nil) ⇒ Object
154
155
156
|
# File 'lib/Ice/Locator.rb', line 154
def LocatorPrx.uncheckedCast(proxy, facet=nil)
ice_uncheckedCast(proxy, facet)
end
|