Module: IceMX::DispatchMetrics_mixin
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
-
#replySize ⇒ Object
Returns the value of attribute replySize.
-
#size ⇒ Object
Returns the value of attribute size.
-
#userException ⇒ Object
Returns the value of attribute userException.
Attributes included from Metrics_mixin
#current, #failures, #id, #total, #totalLifetime
Attributes included from Ice::Object_mixin
Instance Method Summary collapse
Methods included from Ice::Object_mixin
Instance Attribute Details
#replySize ⇒ Object
Returns the value of attribute replySize.
338 339 340 |
# File 'lib/Ice/Metrics.rb', line 338 def replySize @replySize end |
#size ⇒ Object
Returns the value of attribute size.
338 339 340 |
# File 'lib/Ice/Metrics.rb', line 338 def size @size end |
#userException ⇒ Object
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 |
#inspect ⇒ Object
334 335 336 |
# File 'lib/Ice/Metrics.rb', line 334 def inspect ::Ice::__stringify(self, T_DispatchMetrics) end |