Class: IceGrid::ServiceDescriptorPrx

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

Constant Summary collapse

ICE_TYPE =
T_ServiceDescriptorPrx

Class Method Summary collapse

Class Method Details

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



515
516
517
# File 'lib/IceGrid/Descriptor.rb', line 515

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

.ice_staticIdObject



522
523
524
# File 'lib/IceGrid/Descriptor.rb', line 522

def ServiceDescriptorPrx.ice_staticId()
    '::IceGrid::ServiceDescriptor'
end

.uncheckedCast(proxy, facet = nil) ⇒ Object



519
520
521
# File 'lib/IceGrid/Descriptor.rb', line 519

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