Class: IceGrid::ServerDescriptorPrx
- Inherits:
-
Ice::ObjectPrx
- Object
- Ice::ObjectPrx
- IceGrid::ServerDescriptorPrx
- Includes:
- ServerDescriptorPrx_mixin
- Defined in:
- lib/IceGrid/Descriptor.rb
Constant Summary collapse
- ICE_TYPE =
T_ServerDescriptorPrx
Class Method Summary collapse
- .checkedCast(proxy, facetOrCtx = nil, _ctx = nil) ⇒ Object
- .ice_staticId ⇒ Object
- .uncheckedCast(proxy, facet = nil) ⇒ Object
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_staticId ⇒ Object
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 |