Class: IceGrid::ServiceDescriptorPrx
- Inherits:
-
Ice::ObjectPrx
- Object
- Ice::ObjectPrx
- IceGrid::ServiceDescriptorPrx
- Includes:
- ServiceDescriptorPrx_mixin
- Defined in:
- lib/IceGrid/Descriptor.rb
Constant Summary collapse
- ICE_TYPE =
T_ServiceDescriptorPrx
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
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_staticId ⇒ Object
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 |