Class: IceGrid::ServerDescriptorPrx

Inherits:
Ice::ObjectPrx
  • Object
show all
Includes:
ServerDescriptorPrx_mixin
Defined in:
lib/IceGrid/Descriptor.rb

Constant Summary collapse

ICE_TYPE =
T_ServerDescriptorPrx

Class Method Summary collapse

Class Method Details

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



436
437
438
# File 'lib/IceGrid/Descriptor.rb', line 436

def ServerDescriptorPrx.checkedCast(proxy, facetOrCtx=nil, _ctx=nil)
    ice_checkedCast(proxy, '::IceGrid::ServerDescriptor', facetOrCtx, _ctx)
end

.ice_staticIdObject



443
444
445
# File 'lib/IceGrid/Descriptor.rb', line 443

def ServerDescriptorPrx.ice_staticId()
    '::IceGrid::ServerDescriptor'
end

.uncheckedCast(proxy, facet = nil) ⇒ Object



440
441
442
# File 'lib/IceGrid/Descriptor.rb', line 440

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