Class: IceMX::RemoteMetricsPrx
- Inherits:
-
Ice::ObjectPrx
- Object
- Ice::ObjectPrx
- IceMX::RemoteMetricsPrx
- Includes:
- RemoteMetricsPrx_mixin
- Defined in:
- lib/Ice/Metrics.rb
Constant Summary collapse
- ICE_TYPE =
T_RemoteMetricsPrx
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
542 543 544 |
# File 'lib/Ice/Metrics.rb', line 542 def RemoteMetricsPrx.checkedCast(proxy, facetOrCtx=nil, _ctx=nil) ice_checkedCast(proxy, '::IceMX::RemoteMetrics', facetOrCtx, _ctx) end |
.ice_staticId ⇒ Object
549 550 551 |
# File 'lib/Ice/Metrics.rb', line 549 def RemoteMetricsPrx.ice_staticId() '::IceMX::RemoteMetrics' end |
.uncheckedCast(proxy, facet = nil) ⇒ Object
546 547 548 |
# File 'lib/Ice/Metrics.rb', line 546 def RemoteMetricsPrx.uncheckedCast(proxy, facet=nil) ice_uncheckedCast(proxy, facet) end |