Class: Ice::LocatorFinderPrx

Inherits:
ObjectPrx
  • Object
show all
Includes:
LocatorFinderPrx_mixin
Defined in:
lib/Ice/Locator.rb

Constant Summary collapse

ICE_TYPE =
T_LocatorFinderPrx

Class Method Summary collapse

Methods included from LocatorFinderPrx_mixin

#getLocator

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_staticIdObject



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