Class: IceMX::DispatchMetricsPrx
- Inherits:
-
Ice::ObjectPrx
- Object
- Ice::ObjectPrx
- IceMX::DispatchMetricsPrx
- Includes:
- DispatchMetricsPrx_mixin
- Defined in:
- lib/Ice/Metrics.rb
Constant Summary collapse
- ICE_TYPE =
T_DispatchMetricsPrx
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
360 361 362 |
# File 'lib/Ice/Metrics.rb', line 360 def DispatchMetricsPrx.checkedCast(proxy, facetOrCtx=nil, _ctx=nil) ice_checkedCast(proxy, '::IceMX::DispatchMetrics', facetOrCtx, _ctx) end |
.ice_staticId ⇒ Object
367 368 369 |
# File 'lib/Ice/Metrics.rb', line 367 def DispatchMetricsPrx.ice_staticId() '::IceMX::DispatchMetrics' end |
.uncheckedCast(proxy, facet = nil) ⇒ Object
364 365 366 |
# File 'lib/Ice/Metrics.rb', line 364 def DispatchMetricsPrx.uncheckedCast(proxy, facet=nil) ice_uncheckedCast(proxy, facet) end |