Class: IceMX::SessionMetricsPrx
- Inherits:
-
Ice::ObjectPrx
- Object
- Ice::ObjectPrx
- IceMX::SessionMetricsPrx
- Includes:
- SessionMetricsPrx_mixin
- Defined in:
- lib/Glacier2/Metrics.rb
Constant Summary collapse
- ICE_TYPE =
T_SessionMetricsPrx
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
69 70 71 |
# File 'lib/Glacier2/Metrics.rb', line 69 def SessionMetricsPrx.checkedCast(proxy, facetOrCtx=nil, _ctx=nil) ice_checkedCast(proxy, '::IceMX::SessionMetrics', facetOrCtx, _ctx) end |
.ice_staticId ⇒ Object
76 77 78 |
# File 'lib/Glacier2/Metrics.rb', line 76 def SessionMetricsPrx.ice_staticId() '::IceMX::SessionMetrics' end |
.uncheckedCast(proxy, facet = nil) ⇒ Object
73 74 75 |
# File 'lib/Glacier2/Metrics.rb', line 73 def SessionMetricsPrx.uncheckedCast(proxy, facet=nil) ice_uncheckedCast(proxy, facet) end |