Class: IceGrid::LocatorPrx
- Inherits:
-
Ice::ObjectPrx
- Object
- Ice::ObjectPrx
- IceGrid::LocatorPrx
show all
- Includes:
- LocatorPrx_mixin
- Defined in:
- lib/IceGrid/Locator.rb
Constant Summary
collapse
- ICE_TYPE =
T_LocatorPrx
Class Method Summary
collapse
#getLocalQuery, #getLocalRegistry
#findAdapterById, #findObjectById, #getRegistry
Class Method Details
.checkedCast(proxy, facetOrCtx = nil, _ctx = nil) ⇒ Object
80
81
82
|
# File 'lib/IceGrid/Locator.rb', line 80
def LocatorPrx.checkedCast(proxy, facetOrCtx=nil, _ctx=nil)
ice_checkedCast(proxy, '::IceGrid::Locator', facetOrCtx, _ctx)
end
|
.ice_staticId ⇒ Object
87
88
89
|
# File 'lib/IceGrid/Locator.rb', line 87
def LocatorPrx.ice_staticId()
'::IceGrid::Locator'
end
|
.uncheckedCast(proxy, facet = nil) ⇒ Object
84
85
86
|
# File 'lib/IceGrid/Locator.rb', line 84
def LocatorPrx.uncheckedCast(proxy, facet=nil)
ice_uncheckedCast(proxy, facet)
end
|