Class: Ice::LocatorFinderPrx
- Inherits:
-
ObjectPrx
- Object
- ObjectPrx
- Ice::LocatorFinderPrx
- Includes:
- LocatorFinderPrx_mixin
- Defined in:
- lib/Ice/Locator.rb
Constant Summary collapse
- ICE_TYPE =
T_LocatorFinderPrx
Class Method Summary collapse
- .checkedCast(proxy, facetOrCtx = nil, _ctx = nil) ⇒ Object
- .ice_staticId ⇒ Object
- .uncheckedCast(proxy, facet = nil) ⇒ Object
Methods included from LocatorFinderPrx_mixin
Class Method Details
.checkedCast(proxy, facetOrCtx = nil, _ctx = nil) ⇒ Object
290 291 292 |
# File 'lib/Ice/Locator.rb', line 290 def LocatorFinderPrx.checkedCast(proxy, facetOrCtx=nil, _ctx=nil) ice_checkedCast(proxy, '::Ice::LocatorFinder', facetOrCtx, _ctx) end |
.ice_staticId ⇒ Object
297 298 299 |
# File 'lib/Ice/Locator.rb', line 297 def LocatorFinderPrx.ice_staticId() '::Ice::LocatorFinder' end |
.uncheckedCast(proxy, facet = nil) ⇒ Object
294 295 296 |
# File 'lib/Ice/Locator.rb', line 294 def LocatorFinderPrx.uncheckedCast(proxy, facet=nil) ice_uncheckedCast(proxy, facet) end |