Class: IceMX::InvocationMetricsPrx
- Inherits:
-
Ice::ObjectPrx
- Object
- Ice::ObjectPrx
- IceMX::InvocationMetricsPrx
- Includes:
- InvocationMetricsPrx_mixin
- Defined in:
- lib/Ice/Metrics.rb
Constant Summary collapse
- ICE_TYPE =
T_InvocationMetricsPrx
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
605 606 607 |
# File 'lib/Ice/Metrics.rb', line 605 def InvocationMetricsPrx.checkedCast(proxy, facetOrCtx=nil, _ctx=nil) ice_checkedCast(proxy, '::IceMX::InvocationMetrics', facetOrCtx, _ctx) end |
.ice_staticId ⇒ Object
612 613 614 |
# File 'lib/Ice/Metrics.rb', line 612 def InvocationMetricsPrx.ice_staticId() '::IceMX::InvocationMetrics' end |
.uncheckedCast(proxy, facet = nil) ⇒ Object
609 610 611 |
# File 'lib/Ice/Metrics.rb', line 609 def InvocationMetricsPrx.uncheckedCast(proxy, facet=nil) ice_uncheckedCast(proxy, facet) end |