Class: IceMX::InvocationMetricsPrx

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

Constant Summary collapse

ICE_TYPE =
T_InvocationMetricsPrx

Class Method Summary collapse

Class Method Details

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



605
606
607
# File 'lib/Ice/Metrics.rb', line 605

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

.ice_staticIdObject



612
613
614
# File 'lib/Ice/Metrics.rb', line 612

def InvocationMetricsPrx.ice_staticId()
    '::IceMX::InvocationMetrics'
end

.uncheckedCast(proxy, facet = nil) ⇒ Object



609
610
611
# File 'lib/Ice/Metrics.rb', line 609

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