Class: Ice::LocatorRegistryPrx

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

Constant Summary collapse

ICE_TYPE =
T_LocatorRegistryPrx

Class Method Summary collapse

Methods included from LocatorRegistryPrx_mixin

#setAdapterDirectProxy, #setReplicatedAdapterDirectProxy, #setServerProcessProxy

Class Method Details

.checkedCast(proxy, facetOrCtx = nil, _ctx = nil) ⇒ Object



225
226
227
# File 'lib/Ice/Locator.rb', line 225

def LocatorRegistryPrx.checkedCast(proxy, facetOrCtx=nil, _ctx=nil)
    ice_checkedCast(proxy, '::Ice::LocatorRegistry', facetOrCtx, _ctx)
end

.ice_staticIdObject



232
233
234
# File 'lib/Ice/Locator.rb', line 232

def LocatorRegistryPrx.ice_staticId()
    '::Ice::LocatorRegistry'
end

.uncheckedCast(proxy, facet = nil) ⇒ Object



229
230
231
# File 'lib/Ice/Locator.rb', line 229

def LocatorRegistryPrx.uncheckedCast(proxy, facet=nil)
    ice_uncheckedCast(proxy, facet)
end