Class: IceGrid::CommunicatorDescriptorPrx
- Inherits:
-
Ice::ObjectPrx
- Object
- Ice::ObjectPrx
- IceGrid::CommunicatorDescriptorPrx
- Includes:
- CommunicatorDescriptorPrx_mixin
- Defined in:
- lib/IceGrid/Descriptor.rb
Constant Summary collapse
- ICE_TYPE =
T_CommunicatorDescriptorPrx
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
320 321 322 |
# File 'lib/IceGrid/Descriptor.rb', line 320 def CommunicatorDescriptorPrx.checkedCast(proxy, facetOrCtx=nil, _ctx=nil) ice_checkedCast(proxy, '::IceGrid::CommunicatorDescriptor', facetOrCtx, _ctx) end |
.ice_staticId ⇒ Object
327 328 329 |
# File 'lib/IceGrid/Descriptor.rb', line 327 def CommunicatorDescriptorPrx.ice_staticId() '::IceGrid::CommunicatorDescriptor' end |
.uncheckedCast(proxy, facet = nil) ⇒ Object
324 325 326 |
# File 'lib/IceGrid/Descriptor.rb', line 324 def CommunicatorDescriptorPrx.uncheckedCast(proxy, facet=nil) ice_uncheckedCast(proxy, facet) end |