Class: IceMX::TopicMetricsPrx

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

Constant Summary collapse

ICE_TYPE =
T_TopicMetricsPrx

Class Method Summary collapse

Class Method Details

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



64
65
66
# File 'lib/IceStorm/Metrics.rb', line 64

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

.ice_staticIdObject



71
72
73
# File 'lib/IceStorm/Metrics.rb', line 71

def TopicMetricsPrx.ice_staticId()
    '::IceMX::TopicMetrics'
end

.uncheckedCast(proxy, facet = nil) ⇒ Object



68
69
70
# File 'lib/IceStorm/Metrics.rb', line 68

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