Class: Ice::LocatorPrx

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

Constant Summary collapse

ICE_TYPE =
T_LocatorPrx

Class Method Summary collapse

Methods included from LocatorPrx_mixin

#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_staticIdObject



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