Class: IceMX::ChildInvocationMetricsPrx
- Inherits:
-
Ice::ObjectPrx
- Object
- Ice::ObjectPrx
- IceMX::ChildInvocationMetricsPrx
- Includes:
- ChildInvocationMetricsPrx_mixin
- Defined in:
- lib/Ice/Metrics.rb
Constant Summary collapse
- ICE_TYPE =
T_ChildInvocationMetricsPrx
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
425 426 427 |
# File 'lib/Ice/Metrics.rb', line 425 def ChildInvocationMetricsPrx.checkedCast(proxy, facetOrCtx=nil, _ctx=nil) ice_checkedCast(proxy, '::IceMX::ChildInvocationMetrics', facetOrCtx, _ctx) end |
.ice_staticId ⇒ Object
432 433 434 |
# File 'lib/Ice/Metrics.rb', line 432 def ChildInvocationMetricsPrx.ice_staticId() '::IceMX::ChildInvocationMetrics' end |
.uncheckedCast(proxy, facet = nil) ⇒ Object
429 430 431 |
# File 'lib/Ice/Metrics.rb', line 429 def ChildInvocationMetricsPrx.uncheckedCast(proxy, facet=nil) ice_uncheckedCast(proxy, facet) end |