Module: IceMX::DispatchMetrics_mixin

Includes:
Metrics_mixin
Included in:
DispatchMetrics
Defined in:
lib/Ice/Metrics.rb

Constant Summary collapse

ICE_TYPE =
T_DispatchMetrics

Constants included from Ice::Object_mixin

Ice::Object_mixin::OP_ice_id, Ice::Object_mixin::OP_ice_ids, Ice::Object_mixin::OP_ice_isA, Ice::Object_mixin::OP_ice_ping

Instance Attribute Summary collapse

Attributes included from Metrics_mixin

#current, #failures, #id, #total, #totalLifetime

Attributes included from Ice::Object_mixin

#_ice_slicedData

Instance Method Summary collapse

Methods included from Ice::Object_mixin

#ice_isA, #ice_ping

Instance Attribute Details

#replySizeObject

Returns the value of attribute replySize.



338
339
340
# File 'lib/Ice/Metrics.rb', line 338

def replySize
  @replySize
end

#sizeObject

Returns the value of attribute size.



338
339
340
# File 'lib/Ice/Metrics.rb', line 338

def size
  @size
end

#userExceptionObject

Returns the value of attribute userException.



338
339
340
# File 'lib/Ice/Metrics.rb', line 338

def userException
  @userException
end

Instance Method Details

#ice_id(current = nil) ⇒ Object



330
331
332
# File 'lib/Ice/Metrics.rb', line 330

def ice_id(current=nil)
    '::IceMX::DispatchMetrics'
end

#ice_ids(current = nil) ⇒ Object



326
327
328
# File 'lib/Ice/Metrics.rb', line 326

def ice_ids(current=nil)
    ['::Ice::Object', '::IceMX::DispatchMetrics', '::IceMX::Metrics']
end

#inspectObject



334
335
336
# File 'lib/Ice/Metrics.rb', line 334

def inspect
    ::Ice::__stringify(self, T_DispatchMetrics)
end