Class: IceMX::MetricsPrx

Inherits:
Ice::ObjectPrx
  • Object
show all
Includes:
MetricsPrx_mixin
Defined in:
lib/Ice/Metrics.rb

Constant Summary collapse

ICE_TYPE =
T_MetricsPrx

Class Method Summary collapse

Class Method Details

.checkedCast(proxy, facetOrCtx = nil, _ctx = nil) ⇒ Object



69
70
71
# File 'lib/Ice/Metrics.rb', line 69

def MetricsPrx.checkedCast(proxy, facetOrCtx=nil, _ctx=nil)
    ice_checkedCast(proxy, '::IceMX::Metrics', facetOrCtx, _ctx)
end

.ice_staticIdObject



76
77
78
# File 'lib/Ice/Metrics.rb', line 76

def MetricsPrx.ice_staticId()
    '::IceMX::Metrics'
end

.uncheckedCast(proxy, facet = nil) ⇒ Object



73
74
75
# File 'lib/Ice/Metrics.rb', line 73

def MetricsPrx.uncheckedCast(proxy, facet=nil)
    ice_uncheckedCast(proxy, facet)
end