Class: IceMX::ThreadMetricsPrx
- Inherits:
-
Ice::ObjectPrx
- Object
- Ice::ObjectPrx
- IceMX::ThreadMetricsPrx
- Includes:
- ThreadMetricsPrx_mixin
- Defined in:
- lib/Ice/Metrics.rb
Constant Summary collapse
- ICE_TYPE =
T_ThreadMetricsPrx
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
294 295 296 |
# File 'lib/Ice/Metrics.rb', line 294 def ThreadMetricsPrx.checkedCast(proxy, facetOrCtx=nil, _ctx=nil) ice_checkedCast(proxy, '::IceMX::ThreadMetrics', facetOrCtx, _ctx) end |
.ice_staticId ⇒ Object
301 302 303 |
# File 'lib/Ice/Metrics.rb', line 301 def ThreadMetricsPrx.ice_staticId() '::IceMX::ThreadMetrics' end |
.uncheckedCast(proxy, facet = nil) ⇒ Object
298 299 300 |
# File 'lib/Ice/Metrics.rb', line 298 def ThreadMetricsPrx.uncheckedCast(proxy, facet=nil) ice_uncheckedCast(proxy, facet) end |