Class: IceMX::SubscriberMetricsPrx

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

Constant Summary collapse

ICE_TYPE =
T_SubscriberMetricsPrx

Class Method Summary collapse

Class Method Details

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



129
130
131
# File 'lib/IceStorm/Metrics.rb', line 129

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

.ice_staticIdObject



136
137
138
# File 'lib/IceStorm/Metrics.rb', line 136

def SubscriberMetricsPrx.ice_staticId()
    '::IceMX::SubscriberMetrics'
end

.uncheckedCast(proxy, facet = nil) ⇒ Object



133
134
135
# File 'lib/IceStorm/Metrics.rb', line 133

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