Class: IceMX::ConnectionMetricsPrx
- Inherits:
-
Ice::ObjectPrx
- Object
- Ice::ObjectPrx
- IceMX::ConnectionMetricsPrx
- Includes:
- ConnectionMetricsPrx_mixin
- Defined in:
- lib/Ice/Metrics.rb
Constant Summary collapse
- ICE_TYPE =
T_ConnectionMetricsPrx
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
671 672 673 |
# File 'lib/Ice/Metrics.rb', line 671 def ConnectionMetricsPrx.checkedCast(proxy, facetOrCtx=nil, _ctx=nil) ice_checkedCast(proxy, '::IceMX::ConnectionMetrics', facetOrCtx, _ctx) end |
.ice_staticId ⇒ Object
678 679 680 |
# File 'lib/Ice/Metrics.rb', line 678 def ConnectionMetricsPrx.ice_staticId() '::IceMX::ConnectionMetrics' end |
.uncheckedCast(proxy, facet = nil) ⇒ Object
675 676 677 |
# File 'lib/Ice/Metrics.rb', line 675 def ConnectionMetricsPrx.uncheckedCast(proxy, facet=nil) ice_uncheckedCast(proxy, facet) end |